public static interface User.Builder extends SdkPojo, CopyableBuilder<User.Builder,User>
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
id(String id)
The ID of the user or group.
|
User.Builder |
type(String type)
Specifies whether this is a single user or a group.
|
User.Builder |
type(UserType type)
Specifies whether this is a single user or a group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUser.Builder id(String id)
The ID of the user or group.
Pattern:
^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$
id - The ID of the user or group.
Pattern:
^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$
User.Builder type(String type)
Specifies whether this is a single user or a group.
User.Builder type(UserType type)
Specifies whether this is a single user or a group.
Copyright © 2023. All rights reserved.