| Package | Description |
|---|---|
| com.google.api.services.drive | |
| com.google.api.services.drive.model |
| Modifier and Type | Method and Description |
|---|---|
Drive.Teamdrives.Create |
Drive.Teamdrives.create(java.lang.String requestId,
TeamDrive content)
Creates a new Team Drive.
|
Drive.Teamdrives.Update |
Drive.Teamdrives.update(java.lang.String teamDriveId,
TeamDrive content)
Updates a Team Drive's metadata
Create a request for the method "teamdrives.update".
|
| Constructor and Description |
|---|
Drive.Teamdrives.Create(java.lang.String requestId,
TeamDrive content)
Creates a new Team Drive.
|
Drive.Teamdrives.Update(java.lang.String teamDriveId,
TeamDrive content)
Updates a Team Drive's metadata
Create a request for the method "teamdrives.update".
|
| Modifier and Type | Method and Description |
|---|---|
TeamDrive |
TeamDrive.clone() |
TeamDrive |
Change.getTeamDrive()
The updated state of the Team Drive.
|
TeamDrive |
TeamDrive.set(java.lang.String fieldName,
java.lang.Object value) |
TeamDrive |
TeamDrive.setBackgroundImageFile(TeamDrive.BackgroundImageFile backgroundImageFile)
An image file and cropping parameters from which a background image for this Team Drive is set.
|
TeamDrive |
TeamDrive.setBackgroundImageLink(java.lang.String backgroundImageLink)
A short-lived link to this Team Drive's background image.
|
TeamDrive |
TeamDrive.setCapabilities(TeamDrive.Capabilities capabilities)
Capabilities the current user has on this Team Drive.
|
TeamDrive |
TeamDrive.setColorRgb(java.lang.String colorRgb)
The color of this Team Drive as an RGB hex string.
|
TeamDrive |
TeamDrive.setId(java.lang.String id)
The ID of this Team Drive which is also the ID of the top level folder for this Team Drive.
|
TeamDrive |
TeamDrive.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
TeamDrive |
TeamDrive.setName(java.lang.String name)
The name of this Team Drive.
|
TeamDrive |
TeamDrive.setThemeId(java.lang.String themeId)
The ID of the theme from which the background image and color will be set.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TeamDrive> |
TeamDriveList.getTeamDrives()
The list of Team Drives.
|
| Modifier and Type | Method and Description |
|---|---|
Change |
Change.setTeamDrive(TeamDrive teamDrive)
The updated state of the Team Drive.
|
| Modifier and Type | Method and Description |
|---|---|
TeamDriveList |
TeamDriveList.setTeamDrives(java.util.List<TeamDrive> teamDrives)
The list of Team Drives.
|