| Package | Description | 
|---|---|
| com.google.api.services.drive.model | 
| Modifier and Type | Method and Description | 
|---|---|
TeamDrive.BackgroundImageFile | 
TeamDrive.BackgroundImageFile.clone()  | 
TeamDrive.BackgroundImageFile | 
TeamDrive.getBackgroundImageFile()
An image file and cropping parameters from which a background image for this Team Drive is set. 
 | 
TeamDrive.BackgroundImageFile | 
TeamDrive.BackgroundImageFile.set(String fieldName,
   Object value)  | 
TeamDrive.BackgroundImageFile | 
TeamDrive.BackgroundImageFile.setId(String id)
The ID of an image file in Drive to use for the background image. 
 | 
TeamDrive.BackgroundImageFile | 
TeamDrive.BackgroundImageFile.setWidth(Float width)
The width of the cropped image in the closed range of 0 to 1. 
 | 
TeamDrive.BackgroundImageFile | 
TeamDrive.BackgroundImageFile.setXCoordinate(Float xCoordinate)
The X coordinate of the upper left corner of the cropping area in the background image. 
 | 
TeamDrive.BackgroundImageFile | 
TeamDrive.BackgroundImageFile.setYCoordinate(Float yCoordinate)
The Y coordinate of the upper left corner of the cropping area in the background image. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TeamDrive | 
TeamDrive.setBackgroundImageFile(TeamDrive.BackgroundImageFile backgroundImageFile)
An image file and cropping parameters from which a background image for this Team Drive is set. 
 | 
Copyright © 2011–2025 Google. All rights reserved.