GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
TeamDrive.Capabilities() |
Modifier and Type | Method and Description |
---|---|
TeamDrive.Capabilities |
clone() |
Boolean |
getCanAddChildren()
Whether the current user can add children to folders in this Team Drive.
|
Boolean |
getCanChangeTeamDriveBackground()
Whether the current user can change the background of this Team Drive.
|
Boolean |
getCanComment()
Whether the current user can comment on files in this Team Drive.
|
Boolean |
getCanCopy()
Whether the current user can copy files in this Team Drive.
|
Boolean |
getCanDeleteTeamDrive()
Whether the current user can delete this Team Drive.
|
Boolean |
getCanDownload()
Whether the current user can download files in this Team Drive.
|
Boolean |
getCanEdit()
Whether the current user can edit files in this Team Drive
|
Boolean |
getCanListChildren()
Whether the current user can list the children of folders in this Team Drive.
|
Boolean |
getCanManageMembers()
Whether the current user can add members to this Team Drive or remove them or change their
role.
|
Boolean |
getCanReadRevisions()
Whether the current user can read the revisions resource of files in this Team Drive.
|
Boolean |
getCanRemoveChildren()
Whether the current user can remove children from folders in this Team Drive.
|
Boolean |
getCanRename()
Whether the current user can rename files or folders in this Team Drive.
|
Boolean |
getCanRenameTeamDrive()
Whether the current user can rename this Team Drive.
|
Boolean |
getCanShare()
Whether the current user can share files or folders in this Team Drive.
|
TeamDrive.Capabilities |
set(String fieldName,
Object value) |
TeamDrive.Capabilities |
setCanAddChildren(Boolean canAddChildren)
Whether the current user can add children to folders in this Team Drive.
|
TeamDrive.Capabilities |
setCanChangeTeamDriveBackground(Boolean canChangeTeamDriveBackground)
Whether the current user can change the background of this Team Drive.
|
TeamDrive.Capabilities |
setCanComment(Boolean canComment)
Whether the current user can comment on files in this Team Drive.
|
TeamDrive.Capabilities |
setCanCopy(Boolean canCopy)
Whether the current user can copy files in this Team Drive.
|
TeamDrive.Capabilities |
setCanDeleteTeamDrive(Boolean canDeleteTeamDrive)
Whether the current user can delete this Team Drive.
|
TeamDrive.Capabilities |
setCanDownload(Boolean canDownload)
Whether the current user can download files in this Team Drive.
|
TeamDrive.Capabilities |
setCanEdit(Boolean canEdit)
Whether the current user can edit files in this Team Drive
|
TeamDrive.Capabilities |
setCanListChildren(Boolean canListChildren)
Whether the current user can list the children of folders in this Team Drive.
|
TeamDrive.Capabilities |
setCanManageMembers(Boolean canManageMembers)
Whether the current user can add members to this Team Drive or remove them or change their
role.
|
TeamDrive.Capabilities |
setCanReadRevisions(Boolean canReadRevisions)
Whether the current user can read the revisions resource of files in this Team Drive.
|
TeamDrive.Capabilities |
setCanRemoveChildren(Boolean canRemoveChildren)
Whether the current user can remove children from folders in this Team Drive.
|
TeamDrive.Capabilities |
setCanRename(Boolean canRename)
Whether the current user can rename files or folders in this Team Drive.
|
TeamDrive.Capabilities |
setCanRenameTeamDrive(Boolean canRenameTeamDrive)
Whether the current user can rename this Team Drive.
|
TeamDrive.Capabilities |
setCanShare(Boolean canShare)
Whether the current user can share files or folders in this Team Drive.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Boolean getCanAddChildren()
null
for nonepublic TeamDrive.Capabilities setCanAddChildren(Boolean canAddChildren)
canAddChildren
- canAddChildren or null
for nonepublic Boolean getCanChangeTeamDriveBackground()
null
for nonepublic TeamDrive.Capabilities setCanChangeTeamDriveBackground(Boolean canChangeTeamDriveBackground)
canChangeTeamDriveBackground
- canChangeTeamDriveBackground or null
for nonepublic Boolean getCanComment()
null
for nonepublic TeamDrive.Capabilities setCanComment(Boolean canComment)
canComment
- canComment or null
for nonepublic Boolean getCanCopy()
null
for nonepublic TeamDrive.Capabilities setCanCopy(Boolean canCopy)
canCopy
- canCopy or null
for nonepublic Boolean getCanDeleteTeamDrive()
null
for nonepublic TeamDrive.Capabilities setCanDeleteTeamDrive(Boolean canDeleteTeamDrive)
canDeleteTeamDrive
- canDeleteTeamDrive or null
for nonepublic Boolean getCanDownload()
null
for nonepublic TeamDrive.Capabilities setCanDownload(Boolean canDownload)
canDownload
- canDownload or null
for nonepublic Boolean getCanEdit()
null
for nonepublic TeamDrive.Capabilities setCanEdit(Boolean canEdit)
canEdit
- canEdit or null
for nonepublic Boolean getCanListChildren()
null
for nonepublic TeamDrive.Capabilities setCanListChildren(Boolean canListChildren)
canListChildren
- canListChildren or null
for nonepublic Boolean getCanManageMembers()
null
for nonepublic TeamDrive.Capabilities setCanManageMembers(Boolean canManageMembers)
canManageMembers
- canManageMembers or null
for nonepublic Boolean getCanReadRevisions()
null
for nonepublic TeamDrive.Capabilities setCanReadRevisions(Boolean canReadRevisions)
canReadRevisions
- canReadRevisions or null
for nonepublic Boolean getCanRemoveChildren()
null
for nonepublic TeamDrive.Capabilities setCanRemoveChildren(Boolean canRemoveChildren)
canRemoveChildren
- canRemoveChildren or null
for nonepublic Boolean getCanRename()
null
for nonepublic TeamDrive.Capabilities setCanRename(Boolean canRename)
canRename
- canRename or null
for nonepublic Boolean getCanRenameTeamDrive()
null
for nonepublic TeamDrive.Capabilities setCanRenameTeamDrive(Boolean canRenameTeamDrive)
canRenameTeamDrive
- canRenameTeamDrive or null
for nonepublic Boolean getCanShare()
null
for nonepublic TeamDrive.Capabilities setCanShare(Boolean canShare)
canShare
- canShare or null
for nonepublic TeamDrive.Capabilities set(String fieldName, Object value)
set
in class GenericJson
public TeamDrive.Capabilities clone()
clone
in class GenericJson