| Package | Description |
|---|---|
| com.dropbox.core |
| Modifier and Type | Field and Description |
|---|---|
static DbxEntry.File.VideoInfo |
DbxEntry.File.VideoInfo.PENDING
The singleton value used when the Dropbox server returns "pending" for
|
DbxEntry.File.VideoInfo |
DbxEntry.File.videoInfo
Contains details about this file if it is a video
|
| Modifier and Type | Field and Description |
|---|---|
static JsonReader<DbxEntry.File.VideoInfo> |
DbxEntry.File.VideoInfo.Reader |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DbxEntry.File.VideoInfo.equals(DbxEntry.File.VideoInfo o) |
| Constructor and Description |
|---|
DbxEntry.File(String path,
String iconName,
boolean mightHaveThumbnail,
long numBytes,
String humanSize,
Date lastModified,
Date clientMtime,
String rev,
DbxEntry.File.PhotoInfo photoInfo,
DbxEntry.File.VideoInfo videoInfo) |
Copyright © 2015. All rights reserved.