public static interface PermissionGroupByUser.Builder extends SdkPojo, CopyableBuilder<PermissionGroupByUser.Builder,PermissionGroupByUser>
| Modifier and Type | Method and Description |
|---|---|
PermissionGroupByUser.Builder |
membershipStatus(PermissionGroupMembershipStatus membershipStatus)
Indicates the status of the user within a permission group.
|
PermissionGroupByUser.Builder |
membershipStatus(String membershipStatus)
Indicates the status of the user within a permission group.
|
PermissionGroupByUser.Builder |
name(String name)
The name of the permission group.
|
PermissionGroupByUser.Builder |
permissionGroupId(String permissionGroupId)
The unique identifier for the permission group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPermissionGroupByUser.Builder permissionGroupId(String permissionGroupId)
The unique identifier for the permission group.
permissionGroupId - The unique identifier for the permission group.PermissionGroupByUser.Builder name(String name)
The name of the permission group.
name - The name of the permission group.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.
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.
PermissionGroupMembershipStatus,
PermissionGroupMembershipStatusPermissionGroupByUser.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.
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.
PermissionGroupMembershipStatus,
PermissionGroupMembershipStatusCopyright © 2023. All rights reserved.