public static final class DbxEntry.File.PhotoInfo extends Dumpable
Modifier and Type | Field and Description |
---|---|
DbxEntry.File.Location |
location
Where the photo was taken.
|
static DbxEntry.File.PhotoInfo |
PENDING |
static JsonReader<DbxEntry.File.PhotoInfo> |
Reader |
Date |
timeTaken
When the photo was taken.
|
Constructor and Description |
---|
PhotoInfo(Date timeTaken,
DbxEntry.File.Location location) |
Modifier and Type | Method and Description |
---|---|
protected void |
dumpFields(DumpWriter w) |
boolean |
equals(DbxEntry.File.PhotoInfo o) |
boolean |
equals(Object o) |
int |
hashCode() |
getTypeName, toString, toString, toStringMultiline, toStringMultiline
public final Date timeTaken
public final DbxEntry.File.Location location
public static JsonReader<DbxEntry.File.PhotoInfo> Reader
public static final DbxEntry.File.PhotoInfo PENDING
public PhotoInfo(Date timeTaken, DbxEntry.File.Location location)
protected void dumpFields(DumpWriter w)
dumpFields
in class Dumpable
public boolean equals(DbxEntry.File.PhotoInfo o)