target.apidocs.com.google.api.services.drive.model.About.DriveThemes.html Maven / Gradle / Ivy
About.DriveThemes (Google Drive API v2-rev20240521-2.0.0)
com.google.api.services.drive.model
Class About.DriveThemes
- 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.DriveThemes
-
-
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
DriveThemes()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
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()
A link to this theme's background image.
- Returns:
- value or
null
for none
-
setBackgroundImageLink
public About.DriveThemes setBackgroundImageLink(String backgroundImageLink)
A link to this theme's background image.
- Parameters:
backgroundImageLink
- backgroundImageLink or null
for none
-
getColorRgb
public String getColorRgb()
The color of this theme as an RGB hex string.
- Returns:
- value or
null
for none
-
setColorRgb
public About.DriveThemes setColorRgb(String colorRgb)
The color of this theme as an RGB hex string.
- Parameters:
colorRgb
- colorRgb or null
for none
-
getId
public String getId()
The ID of the theme.
- Returns:
- value or
null
for none
-
setId
public About.DriveThemes setId(String id)
The ID of the theme.
- Parameters:
id
- id or null
for none
-
set
public About.DriveThemes set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public About.DriveThemes clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.