public static interface ComponentPropertyGroupRequest.Builder extends SdkPojo, CopyableBuilder<ComponentPropertyGroupRequest.Builder,ComponentPropertyGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
ComponentPropertyGroupRequest.Builder |
groupType(GroupType groupType)
The group type.
|
ComponentPropertyGroupRequest.Builder |
groupType(String groupType)
The group type.
|
ComponentPropertyGroupRequest.Builder |
propertyNames(Collection<String> propertyNames)
The property names.
|
ComponentPropertyGroupRequest.Builder |
propertyNames(String... propertyNames)
The property names.
|
ComponentPropertyGroupRequest.Builder |
updateType(PropertyGroupUpdateType updateType)
The update type.
|
ComponentPropertyGroupRequest.Builder |
updateType(String updateType)
The update type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentPropertyGroupRequest.Builder groupType(String groupType)
The group type.
ComponentPropertyGroupRequest.Builder groupType(GroupType groupType)
The group type.
ComponentPropertyGroupRequest.Builder propertyNames(Collection<String> propertyNames)
The property names.
propertyNames - The property names.ComponentPropertyGroupRequest.Builder propertyNames(String... propertyNames)
The property names.
propertyNames - The property names.ComponentPropertyGroupRequest.Builder updateType(String updateType)
The update type.
updateType - The update type.PropertyGroupUpdateType,
PropertyGroupUpdateTypeComponentPropertyGroupRequest.Builder updateType(PropertyGroupUpdateType updateType)
The update type.
updateType - The update type.PropertyGroupUpdateType,
PropertyGroupUpdateTypeCopyright © 2023. All rights reserved.