| 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 or Team Drive has been removed from this list of changes, for example by
deletion or loss of access.
|
Change |
Change.setTeamDrive(TeamDrive teamDrive)
The updated state of the Team Drive.
|
Change |
Change.setTeamDriveId(String teamDriveId)
The ID of the Team Drive associated with this change.
|
Change |
Change.setTime(com.google.api.client.util.DateTime time)
The time of this change (RFC 3339 date-time).
|
Change |
Change.setType(String type)
The type of the change.
|
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
ChangeList.getChanges()
The list of changes.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeList |
ChangeList.setChanges(List<Change> changes)
The list of changes.
|
Copyright © 2011–2018 Google. All rights reserved.