| Package | Description |
|---|---|
| com.google.api.services.drive.model |
| Modifier and Type | Method and Description |
|---|---|
Change |
Change.clone() |
Change |
Change.set(java.lang.String fieldName,
java.lang.Object value) |
Change |
Change.setFile(File file)
The updated state of the file.
|
Change |
Change.setFileId(java.lang.String fileId)
The ID of the file which has changed.
|
Change |
Change.setKind(java.lang.String kind)
This is always drive#change.
|
Change |
Change.setRemoved(java.lang.Boolean removed)
Whether the file has been removed from the view of the changes list, for example by deletion or
lost access.
|
Change |
Change.setTime(com.google.api.client.util.DateTime time)
The time of this change (RFC 3339 date-time).
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Change> |
ChangeList.getChanges()
The page of changes.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeList |
ChangeList.setChanges(java.util.List<Change> changes)
The page of changes.
|