public static interface PropertyGroupResponse.Builder extends SdkPojo, CopyableBuilder<PropertyGroupResponse.Builder,PropertyGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
PropertyGroupResponse.Builder |
groupType(GroupType groupType)
The group types.
|
PropertyGroupResponse.Builder |
groupType(String groupType)
The group types.
|
PropertyGroupResponse.Builder |
isInherited(Boolean isInherited)
A Boolean value that specifies whether the property group is inherited from a parent entity
|
PropertyGroupResponse.Builder |
propertyNames(Collection<String> propertyNames)
The names of properties.
|
PropertyGroupResponse.Builder |
propertyNames(String... propertyNames)
The names of properties.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPropertyGroupResponse.Builder groupType(String groupType)
The group types.
PropertyGroupResponse.Builder groupType(GroupType groupType)
The group types.
PropertyGroupResponse.Builder propertyNames(Collection<String> propertyNames)
The names of properties.
propertyNames - The names of properties.PropertyGroupResponse.Builder propertyNames(String... propertyNames)
The names of properties.
propertyNames - The names of properties.PropertyGroupResponse.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.