public final class DateElementPropertiesSuggestionState
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 |
|---|
DateElementPropertiesSuggestionState() |
| Modifier and Type | Method and Description |
|---|---|
DateElementPropertiesSuggestionState |
clone() |
Boolean |
getDateFormatSuggested()
Indicates if there was a suggested change to date_format.
|
Boolean |
getLocaleSuggested()
Indicates if there was a suggested change to locale.
|
Boolean |
getTimeFormatSuggested()
Indicates if there was a suggested change to time_format.
|
Boolean |
getTimestampSuggested()
Indicates if there was a suggested change to timestamp.
|
Boolean |
getTimeZoneIdSuggested()
Indicates if there was a suggested change to time_zone_id.
|
DateElementPropertiesSuggestionState |
set(String fieldName,
Object value) |
DateElementPropertiesSuggestionState |
setDateFormatSuggested(Boolean dateFormatSuggested)
Indicates if there was a suggested change to date_format.
|
DateElementPropertiesSuggestionState |
setLocaleSuggested(Boolean localeSuggested)
Indicates if there was a suggested change to locale.
|
DateElementPropertiesSuggestionState |
setTimeFormatSuggested(Boolean timeFormatSuggested)
Indicates if there was a suggested change to time_format.
|
DateElementPropertiesSuggestionState |
setTimestampSuggested(Boolean timestampSuggested)
Indicates if there was a suggested change to timestamp.
|
DateElementPropertiesSuggestionState |
setTimeZoneIdSuggested(Boolean timeZoneIdSuggested)
Indicates if there was a suggested change to time_zone_id.
|
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 DateElementPropertiesSuggestionState()
public Boolean getDateFormatSuggested()
null for nonepublic DateElementPropertiesSuggestionState setDateFormatSuggested(Boolean dateFormatSuggested)
dateFormatSuggested - dateFormatSuggested or null for nonepublic Boolean getLocaleSuggested()
null for nonepublic DateElementPropertiesSuggestionState setLocaleSuggested(Boolean localeSuggested)
localeSuggested - localeSuggested or null for nonepublic Boolean getTimeFormatSuggested()
null for nonepublic DateElementPropertiesSuggestionState setTimeFormatSuggested(Boolean timeFormatSuggested)
timeFormatSuggested - timeFormatSuggested or null for nonepublic Boolean getTimeZoneIdSuggested()
null for nonepublic DateElementPropertiesSuggestionState setTimeZoneIdSuggested(Boolean timeZoneIdSuggested)
timeZoneIdSuggested - timeZoneIdSuggested or null for nonepublic Boolean getTimestampSuggested()
null for nonepublic DateElementPropertiesSuggestionState setTimestampSuggested(Boolean timestampSuggested)
timestampSuggested - timestampSuggested or null for nonepublic DateElementPropertiesSuggestionState set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DateElementPropertiesSuggestionState clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.