Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
ManualRuleGroup |
ManualRuleGroup.clone() |
ManualRuleGroup |
ManualRuleGroup.set(java.lang.String fieldName,
java.lang.Object value) |
ManualRuleGroup |
ManualRuleGroup.setGroupName(ExtendedValue groupName)
The group name, which must be a string.
|
ManualRuleGroup |
ManualRuleGroup.setItems(java.util.List<ExtendedValue> items)
The items in the source data that should be placed into this group.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.List<ManualRuleGroup> groups)
The list of group names and the corresponding items from the source data that map to each group
name.
|