public final class EmbeddedObjectBorderSuggestionState
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Docs API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
EmbeddedObjectBorderSuggestionState() |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedObjectBorderSuggestionState |
clone() |
Boolean |
getColorSuggested()
Indicates if there was a suggested change to color.
|
Boolean |
getDashStyleSuggested()
Indicates if there was a suggested change to dash_style.
|
Boolean |
getPropertyStateSuggested()
Indicates if there was a suggested change to property_state.
|
Boolean |
getWidthSuggested()
Indicates if there was a suggested change to width.
|
EmbeddedObjectBorderSuggestionState |
set(String fieldName,
Object value) |
EmbeddedObjectBorderSuggestionState |
setColorSuggested(Boolean colorSuggested)
Indicates if there was a suggested change to color.
|
EmbeddedObjectBorderSuggestionState |
setDashStyleSuggested(Boolean dashStyleSuggested)
Indicates if there was a suggested change to dash_style.
|
EmbeddedObjectBorderSuggestionState |
setPropertyStateSuggested(Boolean propertyStateSuggested)
Indicates if there was a suggested change to property_state.
|
EmbeddedObjectBorderSuggestionState |
setWidthSuggested(Boolean widthSuggested)
Indicates if there was a suggested change to width.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getColorSuggested()
null for nonepublic EmbeddedObjectBorderSuggestionState setColorSuggested(Boolean colorSuggested)
colorSuggested - colorSuggested or null for nonepublic Boolean getDashStyleSuggested()
null for nonepublic EmbeddedObjectBorderSuggestionState setDashStyleSuggested(Boolean dashStyleSuggested)
dashStyleSuggested - dashStyleSuggested or null for nonepublic Boolean getPropertyStateSuggested()
null for nonepublic EmbeddedObjectBorderSuggestionState setPropertyStateSuggested(Boolean propertyStateSuggested)
propertyStateSuggested - propertyStateSuggested or null for nonepublic Boolean getWidthSuggested()
null for nonepublic EmbeddedObjectBorderSuggestionState setWidthSuggested(Boolean widthSuggested)
widthSuggested - widthSuggested or null for nonepublic EmbeddedObjectBorderSuggestionState set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic EmbeddedObjectBorderSuggestionState clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.