public final class Sheet 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 Sheets API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Sheet() |
| Modifier and Type | Method and Description |
|---|---|
Sheet |
clone() |
BasicFilter |
getBasicFilter()
The filter on this sheet, if any.
|
List<EmbeddedChart> |
getCharts()
The specifications of every chart on this sheet.
|
List<ConditionalFormatRule> |
getConditionalFormats()
The conditional format rules in this sheet.
|
List<GridData> |
getData()
Data in the grid, if this is a grid sheet.
|
List<FilterView> |
getFilterViews()
The filter views in this sheet.
|
List<GridRange> |
getMerges()
The ranges that are merged together.
|
SheetProperties |
getProperties()
The properties of the sheet.
|
List<ProtectedRange> |
getProtectedRanges()
The protected ranges in this sheet.
|
Sheet |
set(String fieldName,
Object value) |
Sheet |
setBasicFilter(BasicFilter basicFilter)
The filter on this sheet, if any.
|
Sheet |
setCharts(List<EmbeddedChart> charts)
The specifications of every chart on this sheet.
|
Sheet |
setConditionalFormats(List<ConditionalFormatRule> conditionalFormats)
The conditional format rules in this sheet.
|
Sheet |
setData(List<GridData> data)
Data in the grid, if this is a grid sheet.
|
Sheet |
setFilterViews(List<FilterView> filterViews)
The filter views in this sheet.
|
Sheet |
setMerges(List<GridRange> merges)
The ranges that are merged together.
|
Sheet |
setProperties(SheetProperties properties)
The properties of the sheet.
|
Sheet |
setProtectedRanges(List<ProtectedRange> protectedRanges)
The protected ranges in this sheet.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic BasicFilter getBasicFilter()
null for nonepublic Sheet setBasicFilter(BasicFilter basicFilter)
basicFilter - basicFilter or null for nonepublic List<EmbeddedChart> getCharts()
null for nonepublic Sheet setCharts(List<EmbeddedChart> charts)
charts - charts or null for nonepublic List<ConditionalFormatRule> getConditionalFormats()
null for nonepublic Sheet setConditionalFormats(List<ConditionalFormatRule> conditionalFormats)
conditionalFormats - conditionalFormats or null for nonepublic List<GridData> getData()
null for nonepublic Sheet setData(List<GridData> data)
data - data or null for nonepublic List<FilterView> getFilterViews()
null for nonepublic Sheet setFilterViews(List<FilterView> filterViews)
filterViews - filterViews or null for nonepublic List<GridRange> getMerges()
null for nonepublic Sheet setMerges(List<GridRange> merges)
merges - merges or null for nonepublic SheetProperties getProperties()
null for nonepublic Sheet setProperties(SheetProperties properties)
properties - properties or null for nonepublic List<ProtectedRange> getProtectedRanges()
null for nonepublic Sheet setProtectedRanges(List<ProtectedRange> protectedRanges)
protectedRanges - protectedRanges or null for nonepublic Sheet set(String fieldName, Object value)
set in class GenericJsonpublic Sheet clone()
clone in class GenericJson