public static final class TeamDrive.BackgroundImageFile
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
BackgroundImageFile() |
| Modifier and Type | Method and Description |
|---|---|
TeamDrive.BackgroundImageFile |
clone() |
java.lang.String |
getId()
The ID of an image file in Drive to use for the background image.
|
java.lang.Float |
getWidth()
The width of the cropped image in the closed range of 0 to 1.
|
java.lang.Float |
getXCoordinate()
The X coordinate of the upper left corner of the cropping area in the background image.
|
java.lang.Float |
getYCoordinate()
The Y coordinate of the upper left corner of the cropping area in the background image.
|
TeamDrive.BackgroundImageFile |
set(java.lang.String fieldName,
java.lang.Object value) |
TeamDrive.BackgroundImageFile |
setId(java.lang.String id)
The ID of an image file in Drive to use for the background image.
|
TeamDrive.BackgroundImageFile |
setWidth(java.lang.Float width)
The width of the cropped image in the closed range of 0 to 1.
|
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 |
setYCoordinate(java.lang.Float yCoordinate)
The Y coordinate of the upper left corner of the cropping area in the background image.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getId()
null for nonepublic TeamDrive.BackgroundImageFile setId(java.lang.String id)
id - id or null for nonepublic java.lang.Float getWidth()
null for nonepublic TeamDrive.BackgroundImageFile setWidth(java.lang.Float width)
width - width or null for nonepublic java.lang.Float getXCoordinate()
null for nonepublic TeamDrive.BackgroundImageFile setXCoordinate(java.lang.Float xCoordinate)
xCoordinate - xCoordinate or null for nonepublic java.lang.Float getYCoordinate()
null for nonepublic TeamDrive.BackgroundImageFile setYCoordinate(java.lang.Float yCoordinate)
yCoordinate - yCoordinate or null for nonepublic TeamDrive.BackgroundImageFile set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TeamDrive.BackgroundImageFile clone()
clone in class com.google.api.client.json.GenericJson