| 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.setDeleted(java.lang.Boolean deleted)
Whether the file or Team Drive has been removed from this list of changes, for example by
deletion or loss of access.
|
Change |
Change.setFile(File file)
The updated state of the file.
|
Change |
Change.setFileId(java.lang.String fileId)
The ID of the file associated with this change.
|
Change |
Change.setId(java.lang.Long id)
The ID of the change.
|
Change |
Change.setKind(java.lang.String kind)
This is always drive#change.
|
Change |
Change.setModificationDate(com.google.api.client.util.DateTime modificationDate)
The time of this modification.
|
Change |
Change.setSelfLink(java.lang.String selfLink)
A link back to this change.
|
Change |
Change.setTeamDrive(TeamDrive teamDrive)
The updated state of the Team Drive.
|
Change |
Change.setTeamDriveId(java.lang.String teamDriveId)
The ID of the Team Drive associated with this change.
|
Change |
Change.setType(java.lang.String type)
The type of the change.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Change> |
ChangeList.getItems()
The list of changes.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeList |
ChangeList.setItems(java.util.List<Change> items)
The list of changes.
|