GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
File.Capabilities() |
| Modifier and Type | Method and Description |
|---|---|
File.Capabilities |
clone() |
Boolean |
getCanAddChildren()
Whether the current user can add children to this folder.
|
Boolean |
getCanChangeViewersCanCopyContent()
Whether the current user can change whether viewers can copy the contents of this file.
|
Boolean |
getCanComment()
Whether the current user can comment on this file.
|
Boolean |
getCanCopy()
Whether the current user can copy this file.
|
Boolean |
getCanDelete()
Whether the current user can delete this file.
|
Boolean |
getCanDownload()
Whether the current user can download this file.
|
Boolean |
getCanEdit()
Whether the current user can edit this file.
|
Boolean |
getCanListChildren()
Whether the current user can list the children of this folder.
|
Boolean |
getCanMoveItemIntoTeamDrive()
Whether the current user can move this item into a Team Drive.
|
Boolean |
getCanMoveTeamDriveItem()
Whether the current user can move this Team Drive item by changing its parent.
|
Boolean |
getCanReadRevisions()
Whether the current user can read the revisions resource of this file.
|
Boolean |
getCanReadTeamDrive()
Whether the current user can read the Team Drive to which this file belongs.
|
Boolean |
getCanRemoveChildren()
Whether the current user can remove children from this folder.
|
Boolean |
getCanRename()
Whether the current user can rename this file.
|
Boolean |
getCanShare()
Whether the current user can modify the sharing settings for this file.
|
Boolean |
getCanTrash()
Whether the current user can move this file to trash.
|
Boolean |
getCanUntrash()
Whether the current user can restore this file from trash.
|
File.Capabilities |
set(String fieldName,
Object value) |
File.Capabilities |
setCanAddChildren(Boolean canAddChildren)
Whether the current user can add children to this folder.
|
File.Capabilities |
setCanChangeViewersCanCopyContent(Boolean canChangeViewersCanCopyContent)
Whether the current user can change whether viewers can copy the contents of this file.
|
File.Capabilities |
setCanComment(Boolean canComment)
Whether the current user can comment on this file.
|
File.Capabilities |
setCanCopy(Boolean canCopy)
Whether the current user can copy this file.
|
File.Capabilities |
setCanDelete(Boolean canDelete)
Whether the current user can delete this file.
|
File.Capabilities |
setCanDownload(Boolean canDownload)
Whether the current user can download this file.
|
File.Capabilities |
setCanEdit(Boolean canEdit)
Whether the current user can edit this file.
|
File.Capabilities |
setCanListChildren(Boolean canListChildren)
Whether the current user can list the children of this folder.
|
File.Capabilities |
setCanMoveItemIntoTeamDrive(Boolean canMoveItemIntoTeamDrive)
Whether the current user can move this item into a Team Drive.
|
File.Capabilities |
setCanMoveTeamDriveItem(Boolean canMoveTeamDriveItem)
Whether the current user can move this Team Drive item by changing its parent.
|
File.Capabilities |
setCanReadRevisions(Boolean canReadRevisions)
Whether the current user can read the revisions resource of this file.
|
File.Capabilities |
setCanReadTeamDrive(Boolean canReadTeamDrive)
Whether the current user can read the Team Drive to which this file belongs.
|
File.Capabilities |
setCanRemoveChildren(Boolean canRemoveChildren)
Whether the current user can remove children from this folder.
|
File.Capabilities |
setCanRename(Boolean canRename)
Whether the current user can rename this file.
|
File.Capabilities |
setCanShare(Boolean canShare)
Whether the current user can modify the sharing settings for this file.
|
File.Capabilities |
setCanTrash(Boolean canTrash)
Whether the current user can move this file to trash.
|
File.Capabilities |
setCanUntrash(Boolean canUntrash)
Whether the current user can restore this file from trash.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Boolean getCanAddChildren()
null for nonepublic File.Capabilities setCanAddChildren(Boolean canAddChildren)
canAddChildren - canAddChildren or null for nonepublic Boolean getCanChangeViewersCanCopyContent()
null for nonepublic File.Capabilities setCanChangeViewersCanCopyContent(Boolean canChangeViewersCanCopyContent)
canChangeViewersCanCopyContent - canChangeViewersCanCopyContent or null for nonepublic Boolean getCanComment()
null for nonepublic File.Capabilities setCanComment(Boolean canComment)
canComment - canComment or null for nonepublic Boolean getCanCopy()
null for nonepublic File.Capabilities setCanCopy(Boolean canCopy)
canCopy - canCopy or null for nonepublic Boolean getCanDelete()
null for nonepublic File.Capabilities setCanDelete(Boolean canDelete)
canDelete - canDelete or null for nonepublic Boolean getCanDownload()
null for nonepublic File.Capabilities setCanDownload(Boolean canDownload)
canDownload - canDownload or null for nonepublic Boolean getCanEdit()
null for nonepublic File.Capabilities setCanEdit(Boolean canEdit)
canEdit - canEdit or null for nonepublic Boolean getCanListChildren()
null for nonepublic File.Capabilities setCanListChildren(Boolean canListChildren)
canListChildren - canListChildren or null for nonepublic Boolean getCanMoveItemIntoTeamDrive()
null for nonepublic File.Capabilities setCanMoveItemIntoTeamDrive(Boolean canMoveItemIntoTeamDrive)
canMoveItemIntoTeamDrive - canMoveItemIntoTeamDrive or null for nonepublic Boolean getCanMoveTeamDriveItem()
null for nonepublic File.Capabilities setCanMoveTeamDriveItem(Boolean canMoveTeamDriveItem)
canMoveTeamDriveItem - canMoveTeamDriveItem or null for nonepublic Boolean getCanReadRevisions()
null for nonepublic File.Capabilities setCanReadRevisions(Boolean canReadRevisions)
canReadRevisions - canReadRevisions or null for nonepublic Boolean getCanReadTeamDrive()
null for nonepublic File.Capabilities setCanReadTeamDrive(Boolean canReadTeamDrive)
canReadTeamDrive - canReadTeamDrive or null for nonepublic Boolean getCanRemoveChildren()
null for nonepublic File.Capabilities setCanRemoveChildren(Boolean canRemoveChildren)
canRemoveChildren - canRemoveChildren or null for nonepublic Boolean getCanRename()
null for nonepublic File.Capabilities setCanRename(Boolean canRename)
canRename - canRename or null for nonepublic Boolean getCanShare()
null for nonepublic File.Capabilities setCanShare(Boolean canShare)
canShare - canShare or null for nonepublic Boolean getCanTrash()
null for nonepublic File.Capabilities setCanTrash(Boolean canTrash)
canTrash - canTrash or null for nonepublic Boolean getCanUntrash()
null for nonepublic File.Capabilities setCanUntrash(Boolean canUntrash)
canUntrash - canUntrash or null for nonepublic File.Capabilities set(String fieldName, Object value)
set in class GenericJsonpublic File.Capabilities clone()
clone in class GenericJson