public static final class PolicyGroupMemberDetails.Builder
extends java.lang.Object
PolicyGroupMemberDetails
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
PolicyGroupMemberDetails . |
Modifier and Type | Method and Description |
---|---|
PolicyGroupMemberDetails |
build() |
PolicyGroupMemberDetails.Builder |
setDisplayName(java.lang.String displayName)
The display name of the member on the enforcement point
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
PolicyGroupMemberDetails.Builder |
setId(java.lang.String id)
The ID of the member on the enforcement point
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
PolicyGroupMemberDetails.Builder |
setPath(java.lang.String path)
The path of the member, if relevant
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
PolicyGroupMemberDetails
.public PolicyGroupMemberDetails.Builder setDisplayName(java.lang.String displayName)
displayName
- New value for the property.public PolicyGroupMemberDetails.Builder setId(java.lang.String id)
id
- New value for the property.public PolicyGroupMemberDetails.Builder setPath(java.lang.String path)
path
- New value for the property.public PolicyGroupMemberDetails build()