public final class TableCellStyleSuggestionState
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 |
|---|
TableCellStyleSuggestionState() |
| Modifier and Type | Method and Description |
|---|---|
TableCellStyleSuggestionState |
clone() |
Boolean |
getBackgroundColorSuggested()
Indicates if there was a suggested change to background_color.
|
Boolean |
getBorderBottomSuggested()
Indicates if there was a suggested change to border_bottom.
|
Boolean |
getBorderLeftSuggested()
Indicates if there was a suggested change to border_left.
|
Boolean |
getBorderRightSuggested()
Indicates if there was a suggested change to border_right.
|
Boolean |
getBorderTopSuggested()
Indicates if there was a suggested change to border_top.
|
Boolean |
getColumnSpanSuggested()
Indicates if there was a suggested change to column_span.
|
Boolean |
getContentAlignmentSuggested()
Indicates if there was a suggested change to content_alignment.
|
Boolean |
getPaddingBottomSuggested()
Indicates if there was a suggested change to padding_bottom.
|
Boolean |
getPaddingLeftSuggested()
Indicates if there was a suggested change to padding_left.
|
Boolean |
getPaddingRightSuggested()
Indicates if there was a suggested change to padding_right.
|
Boolean |
getPaddingTopSuggested()
Indicates if there was a suggested change to padding_top.
|
Boolean |
getRowSpanSuggested()
Indicates if there was a suggested change to row_span.
|
TableCellStyleSuggestionState |
set(String fieldName,
Object value) |
TableCellStyleSuggestionState |
setBackgroundColorSuggested(Boolean backgroundColorSuggested)
Indicates if there was a suggested change to background_color.
|
TableCellStyleSuggestionState |
setBorderBottomSuggested(Boolean borderBottomSuggested)
Indicates if there was a suggested change to border_bottom.
|
TableCellStyleSuggestionState |
setBorderLeftSuggested(Boolean borderLeftSuggested)
Indicates if there was a suggested change to border_left.
|
TableCellStyleSuggestionState |
setBorderRightSuggested(Boolean borderRightSuggested)
Indicates if there was a suggested change to border_right.
|
TableCellStyleSuggestionState |
setBorderTopSuggested(Boolean borderTopSuggested)
Indicates if there was a suggested change to border_top.
|
TableCellStyleSuggestionState |
setColumnSpanSuggested(Boolean columnSpanSuggested)
Indicates if there was a suggested change to column_span.
|
TableCellStyleSuggestionState |
setContentAlignmentSuggested(Boolean contentAlignmentSuggested)
Indicates if there was a suggested change to content_alignment.
|
TableCellStyleSuggestionState |
setPaddingBottomSuggested(Boolean paddingBottomSuggested)
Indicates if there was a suggested change to padding_bottom.
|
TableCellStyleSuggestionState |
setPaddingLeftSuggested(Boolean paddingLeftSuggested)
Indicates if there was a suggested change to padding_left.
|
TableCellStyleSuggestionState |
setPaddingRightSuggested(Boolean paddingRightSuggested)
Indicates if there was a suggested change to padding_right.
|
TableCellStyleSuggestionState |
setPaddingTopSuggested(Boolean paddingTopSuggested)
Indicates if there was a suggested change to padding_top.
|
TableCellStyleSuggestionState |
setRowSpanSuggested(Boolean rowSpanSuggested)
Indicates if there was a suggested change to row_span.
|
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 getBackgroundColorSuggested()
null for nonepublic TableCellStyleSuggestionState setBackgroundColorSuggested(Boolean backgroundColorSuggested)
backgroundColorSuggested - backgroundColorSuggested or null for nonepublic Boolean getBorderBottomSuggested()
null for nonepublic TableCellStyleSuggestionState setBorderBottomSuggested(Boolean borderBottomSuggested)
borderBottomSuggested - borderBottomSuggested or null for nonepublic Boolean getBorderLeftSuggested()
null for nonepublic TableCellStyleSuggestionState setBorderLeftSuggested(Boolean borderLeftSuggested)
borderLeftSuggested - borderLeftSuggested or null for nonepublic Boolean getBorderRightSuggested()
null for nonepublic TableCellStyleSuggestionState setBorderRightSuggested(Boolean borderRightSuggested)
borderRightSuggested - borderRightSuggested or null for nonepublic Boolean getBorderTopSuggested()
null for nonepublic TableCellStyleSuggestionState setBorderTopSuggested(Boolean borderTopSuggested)
borderTopSuggested - borderTopSuggested or null for nonepublic Boolean getColumnSpanSuggested()
null for nonepublic TableCellStyleSuggestionState setColumnSpanSuggested(Boolean columnSpanSuggested)
columnSpanSuggested - columnSpanSuggested or null for nonepublic Boolean getContentAlignmentSuggested()
null for nonepublic TableCellStyleSuggestionState setContentAlignmentSuggested(Boolean contentAlignmentSuggested)
contentAlignmentSuggested - contentAlignmentSuggested or null for nonepublic Boolean getPaddingBottomSuggested()
null for nonepublic TableCellStyleSuggestionState setPaddingBottomSuggested(Boolean paddingBottomSuggested)
paddingBottomSuggested - paddingBottomSuggested or null for nonepublic Boolean getPaddingLeftSuggested()
null for nonepublic TableCellStyleSuggestionState setPaddingLeftSuggested(Boolean paddingLeftSuggested)
paddingLeftSuggested - paddingLeftSuggested or null for nonepublic Boolean getPaddingRightSuggested()
null for nonepublic TableCellStyleSuggestionState setPaddingRightSuggested(Boolean paddingRightSuggested)
paddingRightSuggested - paddingRightSuggested or null for nonepublic Boolean getPaddingTopSuggested()
null for nonepublic TableCellStyleSuggestionState setPaddingTopSuggested(Boolean paddingTopSuggested)
paddingTopSuggested - paddingTopSuggested or null for nonepublic Boolean getRowSpanSuggested()
null for nonepublic TableCellStyleSuggestionState setRowSpanSuggested(Boolean rowSpanSuggested)
rowSpanSuggested - rowSpanSuggested or null for nonepublic TableCellStyleSuggestionState set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TableCellStyleSuggestionState clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.