public final class ImagePropertiesSuggestionState
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 |
|---|
ImagePropertiesSuggestionState() |
| Modifier and Type | Method and Description |
|---|---|
ImagePropertiesSuggestionState |
clone() |
Boolean |
getAngleSuggested()
Indicates if there was a suggested change to angle.
|
Boolean |
getBrightnessSuggested()
Indicates if there was a suggested change to brightness.
|
Boolean |
getContentUriSuggested()
Indicates if there was a suggested change to content_uri.
|
Boolean |
getContrastSuggested()
Indicates if there was a suggested change to contrast.
|
CropPropertiesSuggestionState |
getCropPropertiesSuggestionState()
A mask that indicates which of the fields in crop_properties have been changed in this
suggestion.
|
Boolean |
getSourceUriSuggested()
Indicates if there was a suggested change to source_uri.
|
Boolean |
getTransparencySuggested()
Indicates if there was a suggested change to transparency.
|
ImagePropertiesSuggestionState |
set(String fieldName,
Object value) |
ImagePropertiesSuggestionState |
setAngleSuggested(Boolean angleSuggested)
Indicates if there was a suggested change to angle.
|
ImagePropertiesSuggestionState |
setBrightnessSuggested(Boolean brightnessSuggested)
Indicates if there was a suggested change to brightness.
|
ImagePropertiesSuggestionState |
setContentUriSuggested(Boolean contentUriSuggested)
Indicates if there was a suggested change to content_uri.
|
ImagePropertiesSuggestionState |
setContrastSuggested(Boolean contrastSuggested)
Indicates if there was a suggested change to contrast.
|
ImagePropertiesSuggestionState |
setCropPropertiesSuggestionState(CropPropertiesSuggestionState cropPropertiesSuggestionState)
A mask that indicates which of the fields in crop_properties have been changed in this
suggestion.
|
ImagePropertiesSuggestionState |
setSourceUriSuggested(Boolean sourceUriSuggested)
Indicates if there was a suggested change to source_uri.
|
ImagePropertiesSuggestionState |
setTransparencySuggested(Boolean transparencySuggested)
Indicates if there was a suggested change to transparency.
|
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 getAngleSuggested()
null for nonepublic ImagePropertiesSuggestionState setAngleSuggested(Boolean angleSuggested)
angleSuggested - angleSuggested or null for nonepublic Boolean getBrightnessSuggested()
null for nonepublic ImagePropertiesSuggestionState setBrightnessSuggested(Boolean brightnessSuggested)
brightnessSuggested - brightnessSuggested or null for nonepublic Boolean getContentUriSuggested()
null for nonepublic ImagePropertiesSuggestionState setContentUriSuggested(Boolean contentUriSuggested)
contentUriSuggested - contentUriSuggested or null for nonepublic Boolean getContrastSuggested()
null for nonepublic ImagePropertiesSuggestionState setContrastSuggested(Boolean contrastSuggested)
contrastSuggested - contrastSuggested or null for nonepublic CropPropertiesSuggestionState getCropPropertiesSuggestionState()
null for nonepublic ImagePropertiesSuggestionState setCropPropertiesSuggestionState(CropPropertiesSuggestionState cropPropertiesSuggestionState)
cropPropertiesSuggestionState - cropPropertiesSuggestionState or null for nonepublic Boolean getSourceUriSuggested()
null for nonepublic ImagePropertiesSuggestionState setSourceUriSuggested(Boolean sourceUriSuggested)
sourceUriSuggested - sourceUriSuggested or null for nonepublic Boolean getTransparencySuggested()
null for nonepublic ImagePropertiesSuggestionState setTransparencySuggested(Boolean transparencySuggested)
transparencySuggested - transparencySuggested or null for nonepublic ImagePropertiesSuggestionState set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ImagePropertiesSuggestionState clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.