Interface GuestUser.Builder

  • Method Details

    • billingPeriod

      GuestUser.Builder billingPeriod(String billingPeriod)

      The billing period when this guest user accessed the network (e.g., '2024-01').

      Parameters:
      billingPeriod - The billing period when this guest user accessed the network (e.g., '2024-01').
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • username

      GuestUser.Builder username(String username)

      The username of the guest user.

      Parameters:
      username - The username of the guest user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • usernameHash

      GuestUser.Builder usernameHash(String usernameHash)

      The unique username hash identifier for the guest user.

      Parameters:
      usernameHash - The unique username hash identifier for the guest user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.