public static interface ComponentPropertyGroupResponse.Builder extends SdkPojo, CopyableBuilder<ComponentPropertyGroupResponse.Builder,ComponentPropertyGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
ComponentPropertyGroupResponse.Builder |
groupType(GroupType groupType)
The group type.
|
ComponentPropertyGroupResponse.Builder |
groupType(String groupType)
The group type.
|
ComponentPropertyGroupResponse.Builder |
isInherited(Boolean isInherited)
A Boolean value that specifies whether the property group is inherited from a parent entity
|
ComponentPropertyGroupResponse.Builder |
propertyNames(Collection<String> propertyNames)
The names of properties
|
ComponentPropertyGroupResponse.Builder |
propertyNames(String... propertyNames)
The names of properties
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentPropertyGroupResponse.Builder groupType(String groupType)
The group type.
ComponentPropertyGroupResponse.Builder groupType(GroupType groupType)
The group type.
ComponentPropertyGroupResponse.Builder propertyNames(Collection<String> propertyNames)
The names of properties
propertyNames - The names of propertiesComponentPropertyGroupResponse.Builder propertyNames(String... propertyNames)
The names of properties
propertyNames - The names of propertiesComponentPropertyGroupResponse.Builder isInherited(Boolean isInherited)
A Boolean value that specifies whether the property group is inherited from a parent entity
isInherited - A Boolean value that specifies whether the property group is inherited from a parent entityCopyright © 2023. All rights reserved.