public final class NestingLevelSuggestionState
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 |
|---|
NestingLevelSuggestionState() |
| Modifier and Type | Method and Description |
|---|---|
NestingLevelSuggestionState |
clone() |
Boolean |
getBulletAlignmentSuggested()
Indicates if there was a suggested change to bullet_alignment.
|
Boolean |
getGlyphFormatSuggested()
Indicates if there was a suggested change to glyph_format.
|
Boolean |
getGlyphSymbolSuggested()
Indicates if there was a suggested change to glyph_symbol.
|
Boolean |
getGlyphTypeSuggested()
Indicates if there was a suggested change to glyph_type.
|
Boolean |
getIndentFirstLineSuggested()
Indicates if there was a suggested change to indent_first_line.
|
Boolean |
getIndentStartSuggested()
Indicates if there was a suggested change to indent_start.
|
Boolean |
getStartNumberSuggested()
Indicates if there was a suggested change to start_number.
|
TextStyleSuggestionState |
getTextStyleSuggestionState()
A mask that indicates which of the fields in text style have been changed in this suggestion.
|
NestingLevelSuggestionState |
set(String fieldName,
Object value) |
NestingLevelSuggestionState |
setBulletAlignmentSuggested(Boolean bulletAlignmentSuggested)
Indicates if there was a suggested change to bullet_alignment.
|
NestingLevelSuggestionState |
setGlyphFormatSuggested(Boolean glyphFormatSuggested)
Indicates if there was a suggested change to glyph_format.
|
NestingLevelSuggestionState |
setGlyphSymbolSuggested(Boolean glyphSymbolSuggested)
Indicates if there was a suggested change to glyph_symbol.
|
NestingLevelSuggestionState |
setGlyphTypeSuggested(Boolean glyphTypeSuggested)
Indicates if there was a suggested change to glyph_type.
|
NestingLevelSuggestionState |
setIndentFirstLineSuggested(Boolean indentFirstLineSuggested)
Indicates if there was a suggested change to indent_first_line.
|
NestingLevelSuggestionState |
setIndentStartSuggested(Boolean indentStartSuggested)
Indicates if there was a suggested change to indent_start.
|
NestingLevelSuggestionState |
setStartNumberSuggested(Boolean startNumberSuggested)
Indicates if there was a suggested change to start_number.
|
NestingLevelSuggestionState |
setTextStyleSuggestionState(TextStyleSuggestionState textStyleSuggestionState)
A mask that indicates which of the fields in text style have been changed in this suggestion.
|
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 getBulletAlignmentSuggested()
null for nonepublic NestingLevelSuggestionState setBulletAlignmentSuggested(Boolean bulletAlignmentSuggested)
bulletAlignmentSuggested - bulletAlignmentSuggested or null for nonepublic Boolean getGlyphFormatSuggested()
null for nonepublic NestingLevelSuggestionState setGlyphFormatSuggested(Boolean glyphFormatSuggested)
glyphFormatSuggested - glyphFormatSuggested or null for nonepublic Boolean getGlyphSymbolSuggested()
null for nonepublic NestingLevelSuggestionState setGlyphSymbolSuggested(Boolean glyphSymbolSuggested)
glyphSymbolSuggested - glyphSymbolSuggested or null for nonepublic Boolean getGlyphTypeSuggested()
null for nonepublic NestingLevelSuggestionState setGlyphTypeSuggested(Boolean glyphTypeSuggested)
glyphTypeSuggested - glyphTypeSuggested or null for nonepublic Boolean getIndentFirstLineSuggested()
null for nonepublic NestingLevelSuggestionState setIndentFirstLineSuggested(Boolean indentFirstLineSuggested)
indentFirstLineSuggested - indentFirstLineSuggested or null for nonepublic Boolean getIndentStartSuggested()
null for nonepublic NestingLevelSuggestionState setIndentStartSuggested(Boolean indentStartSuggested)
indentStartSuggested - indentStartSuggested or null for nonepublic Boolean getStartNumberSuggested()
null for nonepublic NestingLevelSuggestionState setStartNumberSuggested(Boolean startNumberSuggested)
startNumberSuggested - startNumberSuggested or null for nonepublic TextStyleSuggestionState getTextStyleSuggestionState()
null for nonepublic NestingLevelSuggestionState setTextStyleSuggestionState(TextStyleSuggestionState textStyleSuggestionState)
textStyleSuggestionState - textStyleSuggestionState or null for nonepublic NestingLevelSuggestionState set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic NestingLevelSuggestionState clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.