| Package | Description |
|---|---|
| com.google.api.services.sheets.v4.model |
| Modifier and Type | Method and Description |
|---|---|
PivotGroupValueMetadata |
PivotGroupValueMetadata.clone() |
PivotGroupValueMetadata |
PivotGroupValueMetadata.set(java.lang.String fieldName,
java.lang.Object value) |
PivotGroupValueMetadata |
PivotGroupValueMetadata.setCollapsed(java.lang.Boolean collapsed)
True if the data corresponding to the value is collapsed.
|
PivotGroupValueMetadata |
PivotGroupValueMetadata.setValue(ExtendedValue value)
The calculated value the metadata corresponds to.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PivotGroupValueMetadata> |
PivotGroup.getValueMetadata()
Metadata about values in the grouping.
|
| Modifier and Type | Method and Description |
|---|---|
PivotGroup |
PivotGroup.setValueMetadata(java.util.List<PivotGroupValueMetadata> valueMetadata)
Metadata about values in the grouping.
|