| 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.setFile(File file)
The updated state of the file.
|
Change |
Change.setFileId(String fileId)
The ID of the file which has changed.
|
Change |
Change.setKind(String kind)
Identifies what kind of resource this is.
|
Change |
Change.setRemoved(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(DateTime time)
The time of this change (RFC 3339 date-time).
|
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
ChangeList.getChanges()
The page of changes.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeList |
ChangeList.setChanges(List<Change> changes)
The page of changes.
|