public static interface User.Builder extends SdkPojo, CopyableBuilder<User.Builder,User>
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
userId(String userId)
A provided ID for the User.
|
User.Builder |
userStatus(String userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
|
User.Builder |
userStatus(UserStatus userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUser.Builder userId(String userId)
A provided ID for the User. Unique within the collection.
userId - A provided ID for the User. Unique within the collection.User.Builder userStatus(String userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
userStatus - Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.UserStatus,
UserStatusUser.Builder userStatus(UserStatus userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
userStatus - Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.UserStatus,
UserStatusCopyright © 2023. All rights reserved.