public static interface MatchedUser.Builder extends SdkPojo, CopyableBuilder<MatchedUser.Builder,MatchedUser>
| Modifier and Type | Method and Description |
|---|---|
MatchedUser.Builder |
userId(String userId)
A provided ID for the UserID.
|
MatchedUser.Builder |
userStatus(String userStatus)
The status of the user matched to a provided FaceID.
|
MatchedUser.Builder |
userStatus(UserStatus userStatus)
The status of the user matched to a provided FaceID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMatchedUser.Builder userId(String userId)
A provided ID for the UserID. Unique within the collection.
userId - A provided ID for the UserID. Unique within the collection.MatchedUser.Builder userStatus(String userStatus)
The status of the user matched to a provided FaceID.
userStatus - The status of the user matched to a provided FaceID.UserStatus,
UserStatusMatchedUser.Builder userStatus(UserStatus userStatus)
The status of the user matched to a provided FaceID.
userStatus - The status of the user matched to a provided FaceID.UserStatus,
UserStatusCopyright © 2023. All rights reserved.