Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
TeamDrive.Restrictions |
TeamDrive.Restrictions.clone() |
TeamDrive.Restrictions |
TeamDrive.getRestrictions()
A set of restrictions that apply to this Team Drive or items inside this Team Drive.
|
TeamDrive.Restrictions |
TeamDrive.Restrictions.set(String fieldName,
Object value) |
TeamDrive.Restrictions |
TeamDrive.Restrictions.setAdminManagedRestrictions(Boolean adminManagedRestrictions)
Whether administrative privileges on this Team Drive are required to modify restrictions.
|
TeamDrive.Restrictions |
TeamDrive.Restrictions.setCopyRequiresWriterPermission(Boolean copyRequiresWriterPermission)
Whether the options to copy, print, or download files inside this Team Drive, should be
disabled for readers and commenters.
|
TeamDrive.Restrictions |
TeamDrive.Restrictions.setDomainUsersOnly(Boolean domainUsersOnly)
Whether access to this Team Drive and items inside this Team Drive is restricted to users of
the domain to which this Team Drive belongs.
|
TeamDrive.Restrictions |
TeamDrive.Restrictions.setSharingFoldersRequiresOrganizerPermission(Boolean sharingFoldersRequiresOrganizerPermission)
If true, only users with the organizer role can share folders.
|
TeamDrive.Restrictions |
TeamDrive.Restrictions.setTeamMembersOnly(Boolean teamMembersOnly)
Whether access to items inside this Team Drive is restricted to members of this Team Drive.
|
Modifier and Type | Method and Description |
---|---|
TeamDrive |
TeamDrive.setRestrictions(TeamDrive.Restrictions restrictions)
A set of restrictions that apply to this Team Drive or items inside this Team Drive.
|
Copyright © 2011–2024 Google. All rights reserved.