Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
Change |
Change.clone() |
Change |
Change.set(String fieldName,
Object value) |
Change |
Change.setDeleted(Boolean deleted)
Whether the file has been deleted.
|
Change |
Change.setFile(File file)
The updated state of the file.
|
Change |
Change.setFileId(String fileId)
The ID of the file associated with this change.
|
Change |
Change.setId(Long id)
The ID of the change.
|
Change |
Change.setKind(String kind)
This is always drive#change.
|
Change |
Change.setModificationDate(DateTime modificationDate)
The time of this modification.
|
Change |
Change.setSelfLink(String selfLink)
A link back to this change.
|
Modifier and Type | Method and Description |
---|---|
List<Change> |
ChangeList.getItems()
The actual list of changes.
|
Modifier and Type | Method and Description |
---|---|
ChangeList |
ChangeList.setItems(List<Change> items)
The actual list of changes.
|