Interface User.Builder

    • Method Detail

      • userId

        User.Builder userId​(String userId)

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

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

        User.Builder userStatus​(String userStatus)

        Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.

        Parameters:
        userStatus - Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UserStatus, UserStatus
      • userStatus

        User.Builder userStatus​(UserStatus userStatus)

        Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.

        Parameters:
        userStatus - Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UserStatus, UserStatus