target.apidocs.com.google.api.services.drive.model.About.TeamDriveThemes.html Maven / Gradle / Ivy
About.TeamDriveThemes (Google Drive API v3-rev20240123-2.0.0)
com.google.api.services.drive.model
Class About.TeamDriveThemes
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.drive.model.About.TeamDriveThemes
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
TeamDriveThemes()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getBackgroundImageLink
public String getBackgroundImageLink()
Deprecated: Use `driveThemes/backgroundImageLink` instead.
- Returns:
- value or
null
for none
-
setBackgroundImageLink
public About.TeamDriveThemes setBackgroundImageLink(String backgroundImageLink)
Deprecated: Use `driveThemes/backgroundImageLink` instead.
- Parameters:
backgroundImageLink
- backgroundImageLink or null
for none
-
getColorRgb
public String getColorRgb()
Deprecated: Use `driveThemes/colorRgb` instead.
- Returns:
- value or
null
for none
-
setColorRgb
public About.TeamDriveThemes setColorRgb(String colorRgb)
Deprecated: Use `driveThemes/colorRgb` instead.
- Parameters:
colorRgb
- colorRgb or null
for none
-
getId
public String getId()
Deprecated: Use `driveThemes/id` instead.
- Returns:
- value or
null
for none
-
setId
public About.TeamDriveThemes setId(String id)
Deprecated: Use `driveThemes/id` instead.
- Parameters:
id
- id or null
for none
-
set
public About.TeamDriveThemes set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public About.TeamDriveThemes clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.