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(java.lang.String fieldName,
java.lang.Object value) |
TeamDrive.BackgroundImageFile |
TeamDrive.BackgroundImageFile.setId(java.lang.String id)
The ID of an image file in Drive to use for the background image.
|
TeamDrive.BackgroundImageFile |
TeamDrive.BackgroundImageFile.setWidth(java.lang.Float width)
The width of the cropped image in the closed range of 0 to 1.
|
TeamDrive.BackgroundImageFile |
TeamDrive.BackgroundImageFile.setXCoordinate(java.lang.Float xCoordinate)
The X coordinate of the upper left corner of the cropping area in the background image.
|
TeamDrive.BackgroundImageFile |
TeamDrive.BackgroundImageFile.setYCoordinate(java.lang.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.
|