public static final class About.TeamDriveThemes
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
About.TeamDriveThemes() |
| Modifier and Type | Method and Description |
|---|---|
About.TeamDriveThemes |
clone() |
java.lang.String |
getBackgroundImageLink()
A link to this Team Drive theme's background image.
|
java.lang.String |
getColorRgb()
The color of this Team Drive theme as an RGB hex string.
|
java.lang.String |
getId()
The ID of the theme.
|
About.TeamDriveThemes |
set(java.lang.String fieldName,
java.lang.Object value) |
About.TeamDriveThemes |
setBackgroundImageLink(java.lang.String backgroundImageLink)
A link to this Team Drive theme's background image.
|
About.TeamDriveThemes |
setColorRgb(java.lang.String colorRgb)
The color of this Team Drive theme as an RGB hex string.
|
About.TeamDriveThemes |
setId(java.lang.String id)
The ID of the theme.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getBackgroundImageLink()
null for nonepublic About.TeamDriveThemes setBackgroundImageLink(java.lang.String backgroundImageLink)
backgroundImageLink - backgroundImageLink or null for nonepublic java.lang.String getColorRgb()
null for nonepublic About.TeamDriveThemes setColorRgb(java.lang.String colorRgb)
colorRgb - colorRgb or null for nonepublic java.lang.String getId()
null for nonepublic About.TeamDriveThemes setId(java.lang.String id)
id - id or null for nonepublic About.TeamDriveThemes set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic About.TeamDriveThemes clone()
clone in class com.google.api.client.json.GenericJson