Package com.dropbox.core.v1
Class DbxEntry.File.PhotoInfo
- java.lang.Object
- 
- com.dropbox.core.util.Dumpable
- 
- com.dropbox.core.v1.DbxEntry.File.PhotoInfo
 
 
- 
- Enclosing class:
- DbxEntry.File
 
 public static final class DbxEntry.File.PhotoInfo extends Dumpable Photo metadata that the Dropbox server extracted from the photo file.
- 
- 
Field SummaryFields Modifier and Type Field Description DbxEntry.File.LocationlocationWhere the photo was taken.static DbxEntry.File.PhotoInfoPENDINGstatic JsonReader<DbxEntry.File.PhotoInfo>Readerjava.util.DatetimeTakenWhen the photo was taken.
 - 
Constructor SummaryConstructors Constructor Description PhotoInfo(java.util.Date timeTaken, DbxEntry.File.Location location)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddumpFields(DumpWriter w)booleanequals(DbxEntry.File.PhotoInfo o)booleanequals(java.lang.Object o)inthashCode()- 
Methods inherited from class com.dropbox.core.util.DumpablegetTypeName, toString, toString, toStringMultiline, toStringMultiline
 
- 
 
- 
- 
- 
Field Detail- 
timeTakenpublic final java.util.Date timeTaken When the photo was taken.
 - 
locationpublic final DbxEntry.File.Location location Where the photo was taken.
 - 
Readerpublic static JsonReader<DbxEntry.File.PhotoInfo> Reader 
 - 
PENDINGpublic static final DbxEntry.File.PhotoInfo PENDING 
 
- 
 - 
Constructor Detail- 
PhotoInfopublic PhotoInfo(java.util.Date timeTaken, DbxEntry.File.Location location)
 
- 
 - 
Method Detail- 
dumpFieldsprotected void dumpFields(DumpWriter w) - Specified by:
- dumpFieldsin class- Dumpable
 
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
equalspublic boolean equals(DbxEntry.File.PhotoInfo o) 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 
- 
 
-