com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
TeamDriveThemes() |
Modifier and Type | Method and Description |
---|---|
About.TeamDriveThemes |
clone() |
String |
getBackgroundImageLink()
Deprecated: Use `driveThemes/backgroundImageLink` instead.
|
String |
getColorRgb()
Deprecated: Use `driveThemes/colorRgb` instead.
|
String |
getId()
Deprecated: Use `driveThemes/id` instead.
|
About.TeamDriveThemes |
set(String fieldName,
Object value) |
About.TeamDriveThemes |
setBackgroundImageLink(String backgroundImageLink)
Deprecated: Use `driveThemes/backgroundImageLink` instead.
|
About.TeamDriveThemes |
setColorRgb(String colorRgb)
Deprecated: Use `driveThemes/colorRgb` instead.
|
About.TeamDriveThemes |
setId(String id)
Deprecated: Use `driveThemes/id` instead.
|
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.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 com.google.api.client.json.GenericJson
public About.TeamDriveThemes clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.