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.setChangeType(String changeType)
The type of the change.
|
Change |
Change.setDrive(Drive drive)
The updated state of the shared drive.
|
Change |
Change.setDriveId(String driveId)
The ID of the shared drive associated with this change.
|
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 shared drive has been removed from this list of changes, for example by
deletion or loss of access.
|
Change |
Change.setTeamDrive(TeamDrive teamDrive)
Deprecated: Use `drive` instead.
|
Change |
Change.setTeamDriveId(String teamDriveId)
Deprecated: Use `driveId` instead.
|
Change |
Change.setTime(com.google.api.client.util.DateTime time)
The time of this change (RFC 3339 date-time).
|
Change |
Change.setType(String type)
Deprecated: Use `changeType` instead.
|
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–2024 Google. All rights reserved.