Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
ManualRuleGroup |
ManualRuleGroup.clone() |
ManualRuleGroup |
ManualRuleGroup.set(String fieldName,
Object value) |
ManualRuleGroup |
ManualRuleGroup.setGroupName(ExtendedValue groupName)
The group name, which must be a string.
|
ManualRuleGroup |
ManualRuleGroup.setItems(List<ExtendedValue> items)
The items in the source data that should be placed into this group.
|
Modifier and Type | Method and Description |
---|---|
List<ManualRuleGroup> |
ManualRule.getGroups()
The list of group names and the corresponding items from the source data that map to each group
name.
|
Modifier and Type | Method and Description |
---|---|
ManualRule |
ManualRule.setGroups(List<ManualRuleGroup> groups)
The list of group names and the corresponding items from the source data that map to each group
name.
|
Copyright © 2011–2024 Google. All rights reserved.