Interface UserReference.Builder

  • Method Details

    • userId

      UserReference.Builder userId(String userId)

      The unique identifier for the user

      Parameters:
      userId - The unique identifier for the user
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userType

      UserReference.Builder userType(String userType)

      The type of user

      Parameters:
      userType - The type of user
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • userType

      UserReference.Builder userType(UserType userType)

      The type of user

      Parameters:
      userType - The type of user
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: