public static final class About.TeamDriveThemes
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
TeamDriveThemes() |
| Modifier and Type | Method and Description |
|---|---|
About.TeamDriveThemes |
clone() |
java.lang.String |
getBackgroundImageLink()
Deprecated - use driveThemes/backgroundImageLink instead.
|
java.lang.String |
getColorRgb()
Deprecated - use driveThemes/colorRgb instead.
|
java.lang.String |
getId()
Deprecated - use driveThemes/id instead.
|
About.TeamDriveThemes |
set(java.lang.String fieldName,
java.lang.Object value) |
About.TeamDriveThemes |
setBackgroundImageLink(java.lang.String backgroundImageLink)
Deprecated - use driveThemes/backgroundImageLink instead.
|
About.TeamDriveThemes |
setColorRgb(java.lang.String colorRgb)
Deprecated - use driveThemes/colorRgb instead.
|
About.TeamDriveThemes |
setId(java.lang.String id)
Deprecated - use driveThemes/id instead.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic 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