com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DriveThemes() |
Modifier and Type | Method and Description |
---|---|
About.DriveThemes |
clone() |
String |
getBackgroundImageLink()
A link to this theme's background image.
|
String |
getColorRgb()
The color of this theme as an RGB hex string.
|
String |
getId()
The ID of the theme.
|
About.DriveThemes |
set(String fieldName,
Object value) |
About.DriveThemes |
setBackgroundImageLink(String backgroundImageLink)
A link to this theme's background image.
|
About.DriveThemes |
setColorRgb(String colorRgb)
The color of this theme as an RGB hex string.
|
About.DriveThemes |
setId(String id)
The ID of the theme.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getBackgroundImageLink()
null
for nonepublic About.DriveThemes setBackgroundImageLink(String backgroundImageLink)
backgroundImageLink
- backgroundImageLink or null
for nonepublic String getColorRgb()
null
for nonepublic About.DriveThemes setColorRgb(String colorRgb)
colorRgb
- colorRgb or null
for nonepublic String getId()
null
for nonepublic About.DriveThemes setId(String id)
id
- id or null
for nonepublic About.DriveThemes set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public About.DriveThemes clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.