Interface MatchedUser.Builder

    • Method Detail

      • 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, UserStatus
      • 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:
        UserStatus, UserStatus