Class PolicyGroupMemberDetails.Builder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • setDisplayName

        public 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.
        Parameters:
        displayName - New value for the property.
      • setId

        public 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.
        Parameters:
        id - New value for the property.
      • setPath

        public 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.
        Parameters:
        path - New value for the property.