Interface MatchedUser.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MatchedUser.Builder,MatchedUser>, SdkBuilder<MatchedUser.Builder,MatchedUser>, SdkPojo
Enclosing class:
MatchedUser

public static interface MatchedUser.Builder extends SdkPojo, CopyableBuilder<MatchedUser.Builder,MatchedUser>
  • Method Details

    • userId

      MatchedUser.Builder userId(String userId)

      A provided ID for the UserID. Unique within the collection.

      Parameters:
      userId - A provided ID for the UserID. Unique within the collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userStatus

      MatchedUser.Builder userStatus(String userStatus)

      The status of the user matched to a provided FaceID.

      Parameters:
      userStatus - The status of the user matched to a provided FaceID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • userStatus

      MatchedUser.Builder userStatus(UserStatus userStatus)

      The status of the user matched to a provided FaceID.

      Parameters:
      userStatus - The status of the user matched to a provided FaceID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: