Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
ExtendedValue |
ExtendedValue.clone() |
ExtendedValue |
CellData.getEffectiveValue()
The effective value of the cell.
|
ExtendedValue |
ManualRuleGroup.getGroupName()
The group name, which must be a string.
|
ExtendedValue |
CellData.getUserEnteredValue()
The value the user entered in the cell.
|
ExtendedValue |
PivotGroupValueMetadata.getValue()
The calculated value the metadata corresponds to.
|
ExtendedValue |
ExtendedValue.set(String fieldName,
Object value) |
ExtendedValue |
ExtendedValue.setBoolValue(Boolean boolValue)
Represents a boolean value.
|
ExtendedValue |
ExtendedValue.setErrorValue(ErrorValue errorValue)
Represents an error.
|
ExtendedValue |
ExtendedValue.setFormulaValue(String formulaValue)
Represents a formula.
|
ExtendedValue |
ExtendedValue.setNumberValue(Double numberValue)
Represents a double value.
|
ExtendedValue |
ExtendedValue.setStringValue(String stringValue)
Represents a string value.
|
Modifier and Type | Method and Description |
---|---|
List<ExtendedValue> |
PivotGroupSortValueBucket.getBuckets()
Determines the bucket from which values are chosen to sort.
|
List<ExtendedValue> |
ManualRuleGroup.getItems()
The items in the source data that should be placed into this group.
|
Modifier and Type | Method and Description |
---|---|
CellData |
CellData.setEffectiveValue(ExtendedValue effectiveValue)
The effective value of the cell.
|
ManualRuleGroup |
ManualRuleGroup.setGroupName(ExtendedValue groupName)
The group name, which must be a string.
|
CellData |
CellData.setUserEnteredValue(ExtendedValue userEnteredValue)
The value the user entered in the cell.
|
PivotGroupValueMetadata |
PivotGroupValueMetadata.setValue(ExtendedValue value)
The calculated value the metadata corresponds to.
|
Modifier and Type | Method and Description |
---|---|
PivotGroupSortValueBucket |
PivotGroupSortValueBucket.setBuckets(List<ExtendedValue> buckets)
Determines the bucket from which values are chosen to sort.
|
ManualRuleGroup |
ManualRuleGroup.setItems(List<ExtendedValue> items)
The items in the source data that should be placed into this group.
|
Copyright © 2011–2024 Google. All rights reserved.