public final class DocumentStyleSuggestionState extends 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
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DocumentStyleSuggestionState() |
Modifier and Type | Method and Description |
---|---|
DocumentStyleSuggestionState |
clone() |
BackgroundSuggestionState |
getBackgroundSuggestionState()
A mask that indicates which of the fields in background have been changed in this suggestion.
|
Boolean |
getDefaultFooterIdSuggested()
Indicates if there was a suggested change to default_footer_id.
|
Boolean |
getDefaultHeaderIdSuggested()
Indicates if there was a suggested change to default_header_id.
|
Boolean |
getEvenPageFooterIdSuggested()
Indicates if there was a suggested change to even_page_footer_id.
|
Boolean |
getEvenPageHeaderIdSuggested()
Indicates if there was a suggested change to even_page_header_id.
|
Boolean |
getFirstPageFooterIdSuggested()
Indicates if there was a suggested change to first_page_footer_id.
|
Boolean |
getFirstPageHeaderIdSuggested()
Indicates if there was a suggested change to first_page_header_id.
|
Boolean |
getMarginBottomSuggested()
Indicates if there was a suggested change to margin_bottom.
|
Boolean |
getMarginFooterSuggested()
Indicates if there was a suggested change to margin_footer.
|
Boolean |
getMarginHeaderSuggested()
Indicates if there was a suggested change to margin_header.
|
Boolean |
getMarginLeftSuggested()
Indicates if there was a suggested change to margin_left.
|
Boolean |
getMarginRightSuggested()
Indicates if there was a suggested change to margin_right.
|
Boolean |
getMarginTopSuggested()
Indicates if there was a suggested change to margin_top.
|
Boolean |
getPageNumberStartSuggested()
Indicates if there was a suggested change to page_number_start.
|
SizeSuggestionState |
getPageSizeSuggestionState()
A mask that indicates which of the fields in size have been changed in this suggestion.
|
Boolean |
getUseCustomHeaderFooterMarginsSuggested()
Indicates if there was a suggested change to use_custom_header_footer_margins.
|
Boolean |
getUseEvenPageHeaderFooterSuggested()
Indicates if there was a suggested change to use_even_page_header_footer.
|
Boolean |
getUseFirstPageHeaderFooterSuggested()
Indicates if there was a suggested change to use_first_page_header_footer.
|
DocumentStyleSuggestionState |
set(String fieldName,
Object value) |
DocumentStyleSuggestionState |
setBackgroundSuggestionState(BackgroundSuggestionState backgroundSuggestionState)
A mask that indicates which of the fields in background have been changed in this suggestion.
|
DocumentStyleSuggestionState |
setDefaultFooterIdSuggested(Boolean defaultFooterIdSuggested)
Indicates if there was a suggested change to default_footer_id.
|
DocumentStyleSuggestionState |
setDefaultHeaderIdSuggested(Boolean defaultHeaderIdSuggested)
Indicates if there was a suggested change to default_header_id.
|
DocumentStyleSuggestionState |
setEvenPageFooterIdSuggested(Boolean evenPageFooterIdSuggested)
Indicates if there was a suggested change to even_page_footer_id.
|
DocumentStyleSuggestionState |
setEvenPageHeaderIdSuggested(Boolean evenPageHeaderIdSuggested)
Indicates if there was a suggested change to even_page_header_id.
|
DocumentStyleSuggestionState |
setFirstPageFooterIdSuggested(Boolean firstPageFooterIdSuggested)
Indicates if there was a suggested change to first_page_footer_id.
|
DocumentStyleSuggestionState |
setFirstPageHeaderIdSuggested(Boolean firstPageHeaderIdSuggested)
Indicates if there was a suggested change to first_page_header_id.
|
DocumentStyleSuggestionState |
setMarginBottomSuggested(Boolean marginBottomSuggested)
Indicates if there was a suggested change to margin_bottom.
|
DocumentStyleSuggestionState |
setMarginFooterSuggested(Boolean marginFooterSuggested)
Indicates if there was a suggested change to margin_footer.
|
DocumentStyleSuggestionState |
setMarginHeaderSuggested(Boolean marginHeaderSuggested)
Indicates if there was a suggested change to margin_header.
|
DocumentStyleSuggestionState |
setMarginLeftSuggested(Boolean marginLeftSuggested)
Indicates if there was a suggested change to margin_left.
|
DocumentStyleSuggestionState |
setMarginRightSuggested(Boolean marginRightSuggested)
Indicates if there was a suggested change to margin_right.
|
DocumentStyleSuggestionState |
setMarginTopSuggested(Boolean marginTopSuggested)
Indicates if there was a suggested change to margin_top.
|
DocumentStyleSuggestionState |
setPageNumberStartSuggested(Boolean pageNumberStartSuggested)
Indicates if there was a suggested change to page_number_start.
|
DocumentStyleSuggestionState |
setPageSizeSuggestionState(SizeSuggestionState pageSizeSuggestionState)
A mask that indicates which of the fields in size have been changed in this suggestion.
|
DocumentStyleSuggestionState |
setUseCustomHeaderFooterMarginsSuggested(Boolean useCustomHeaderFooterMarginsSuggested)
Indicates if there was a suggested change to use_custom_header_footer_margins.
|
DocumentStyleSuggestionState |
setUseEvenPageHeaderFooterSuggested(Boolean useEvenPageHeaderFooterSuggested)
Indicates if there was a suggested change to use_even_page_header_footer.
|
DocumentStyleSuggestionState |
setUseFirstPageHeaderFooterSuggested(Boolean useFirstPageHeaderFooterSuggested)
Indicates if there was a suggested change to use_first_page_header_footer.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public BackgroundSuggestionState getBackgroundSuggestionState()
null
for nonepublic DocumentStyleSuggestionState setBackgroundSuggestionState(BackgroundSuggestionState backgroundSuggestionState)
backgroundSuggestionState
- backgroundSuggestionState or null
for nonepublic Boolean getDefaultFooterIdSuggested()
null
for nonepublic DocumentStyleSuggestionState setDefaultFooterIdSuggested(Boolean defaultFooterIdSuggested)
defaultFooterIdSuggested
- defaultFooterIdSuggested or null
for nonepublic Boolean getDefaultHeaderIdSuggested()
null
for nonepublic DocumentStyleSuggestionState setDefaultHeaderIdSuggested(Boolean defaultHeaderIdSuggested)
defaultHeaderIdSuggested
- defaultHeaderIdSuggested or null
for nonepublic Boolean getEvenPageFooterIdSuggested()
null
for nonepublic DocumentStyleSuggestionState setEvenPageFooterIdSuggested(Boolean evenPageFooterIdSuggested)
evenPageFooterIdSuggested
- evenPageFooterIdSuggested or null
for nonepublic Boolean getEvenPageHeaderIdSuggested()
null
for nonepublic DocumentStyleSuggestionState setEvenPageHeaderIdSuggested(Boolean evenPageHeaderIdSuggested)
evenPageHeaderIdSuggested
- evenPageHeaderIdSuggested or null
for nonepublic Boolean getFirstPageFooterIdSuggested()
null
for nonepublic DocumentStyleSuggestionState setFirstPageFooterIdSuggested(Boolean firstPageFooterIdSuggested)
firstPageFooterIdSuggested
- firstPageFooterIdSuggested or null
for nonepublic Boolean getFirstPageHeaderIdSuggested()
null
for nonepublic DocumentStyleSuggestionState setFirstPageHeaderIdSuggested(Boolean firstPageHeaderIdSuggested)
firstPageHeaderIdSuggested
- firstPageHeaderIdSuggested or null
for nonepublic Boolean getMarginBottomSuggested()
null
for nonepublic DocumentStyleSuggestionState setMarginBottomSuggested(Boolean marginBottomSuggested)
marginBottomSuggested
- marginBottomSuggested or null
for nonepublic Boolean getMarginFooterSuggested()
null
for nonepublic DocumentStyleSuggestionState setMarginFooterSuggested(Boolean marginFooterSuggested)
marginFooterSuggested
- marginFooterSuggested or null
for nonepublic Boolean getMarginHeaderSuggested()
null
for nonepublic DocumentStyleSuggestionState setMarginHeaderSuggested(Boolean marginHeaderSuggested)
marginHeaderSuggested
- marginHeaderSuggested or null
for nonepublic Boolean getMarginLeftSuggested()
null
for nonepublic DocumentStyleSuggestionState setMarginLeftSuggested(Boolean marginLeftSuggested)
marginLeftSuggested
- marginLeftSuggested or null
for nonepublic Boolean getMarginRightSuggested()
null
for nonepublic DocumentStyleSuggestionState setMarginRightSuggested(Boolean marginRightSuggested)
marginRightSuggested
- marginRightSuggested or null
for nonepublic Boolean getMarginTopSuggested()
null
for nonepublic DocumentStyleSuggestionState setMarginTopSuggested(Boolean marginTopSuggested)
marginTopSuggested
- marginTopSuggested or null
for nonepublic Boolean getPageNumberStartSuggested()
null
for nonepublic DocumentStyleSuggestionState setPageNumberStartSuggested(Boolean pageNumberStartSuggested)
pageNumberStartSuggested
- pageNumberStartSuggested or null
for nonepublic SizeSuggestionState getPageSizeSuggestionState()
null
for nonepublic DocumentStyleSuggestionState setPageSizeSuggestionState(SizeSuggestionState pageSizeSuggestionState)
pageSizeSuggestionState
- pageSizeSuggestionState or null
for nonepublic Boolean getUseCustomHeaderFooterMarginsSuggested()
null
for nonepublic DocumentStyleSuggestionState setUseCustomHeaderFooterMarginsSuggested(Boolean useCustomHeaderFooterMarginsSuggested)
useCustomHeaderFooterMarginsSuggested
- useCustomHeaderFooterMarginsSuggested or null
for nonepublic Boolean getUseEvenPageHeaderFooterSuggested()
null
for nonepublic DocumentStyleSuggestionState setUseEvenPageHeaderFooterSuggested(Boolean useEvenPageHeaderFooterSuggested)
useEvenPageHeaderFooterSuggested
- useEvenPageHeaderFooterSuggested or null
for nonepublic Boolean getUseFirstPageHeaderFooterSuggested()
null
for nonepublic DocumentStyleSuggestionState setUseFirstPageHeaderFooterSuggested(Boolean useFirstPageHeaderFooterSuggested)
useFirstPageHeaderFooterSuggested
- useFirstPageHeaderFooterSuggested or null
for nonepublic DocumentStyleSuggestionState set(String fieldName, Object value)
set
in class GenericJson
public DocumentStyleSuggestionState clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.