Interface PermissionGroupByUser.Builder

    • Method Detail

      • permissionGroupId

        PermissionGroupByUser.Builder permissionGroupId​(String permissionGroupId)

        The unique identifier for the permission group.

        Parameters:
        permissionGroupId - The unique identifier for the permission group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        PermissionGroupByUser.Builder name​(String name)

        The name of the permission group.

        Parameters:
        name - The name of the permission group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • membershipStatus

        PermissionGroupByUser.Builder membershipStatus​(String membershipStatus)

        Indicates the status of the user within a permission group.

        • ADDITION_IN_PROGRESS – The user is currently being added to the permission group.

        • ADDITION_SUCCESS – The user is successfully added to the permission group.

        • REMOVAL_IN_PROGRESS – The user is currently being removed from the permission group.

        Parameters:
        membershipStatus - Indicates the status of the user within a permission group.

        • ADDITION_IN_PROGRESS – The user is currently being added to the permission group.

        • ADDITION_SUCCESS – The user is successfully added to the permission group.

        • REMOVAL_IN_PROGRESS – The user is currently being removed from the permission group.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PermissionGroupMembershipStatus, PermissionGroupMembershipStatus
      • membershipStatus

        PermissionGroupByUser.Builder membershipStatus​(PermissionGroupMembershipStatus membershipStatus)

        Indicates the status of the user within a permission group.

        • ADDITION_IN_PROGRESS – The user is currently being added to the permission group.

        • ADDITION_SUCCESS – The user is successfully added to the permission group.

        • REMOVAL_IN_PROGRESS – The user is currently being removed from the permission group.

        Parameters:
        membershipStatus - Indicates the status of the user within a permission group.

        • ADDITION_IN_PROGRESS – The user is currently being added to the permission group.

        • ADDITION_SUCCESS – The user is successfully added to the permission group.

        • REMOVAL_IN_PROGRESS – The user is currently being removed from the permission group.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PermissionGroupMembershipStatus, PermissionGroupMembershipStatus