GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
About.TeamDriveThemes() |
| Modifier and Type | Method and Description |
|---|---|
About.TeamDriveThemes |
clone() |
String |
getBackgroundImageLink()
A link to this Team Drive theme's background image.
|
String |
getColorRgb()
The color of this Team Drive theme as an RGB hex string.
|
String |
getId()
The ID of the theme.
|
About.TeamDriveThemes |
set(String fieldName,
Object value) |
About.TeamDriveThemes |
setBackgroundImageLink(String backgroundImageLink)
A link to this Team Drive theme's background image.
|
About.TeamDriveThemes |
setColorRgb(String colorRgb)
The color of this Team Drive theme as an RGB hex string.
|
About.TeamDriveThemes |
setId(String id)
The ID of the theme.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getBackgroundImageLink()
null for nonepublic About.TeamDriveThemes setBackgroundImageLink(String backgroundImageLink)
backgroundImageLink - backgroundImageLink or null for nonepublic String getColorRgb()
null for nonepublic About.TeamDriveThemes setColorRgb(String colorRgb)
colorRgb - colorRgb or null for nonepublic String getId()
null for nonepublic About.TeamDriveThemes setId(String id)
id - id or null for nonepublic About.TeamDriveThemes set(String fieldName, Object value)
set in class GenericJsonpublic About.TeamDriveThemes clone()
clone in class GenericJson