Interface BlockedGuestUser.Builder

  • Method Details

    • username

      BlockedGuestUser.Builder username(String username)

      The username of the blocked guest user.

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

      The username of the administrator who blocked this guest user.

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

      BlockedGuestUser.Builder modified(String modified)

      The timestamp when the guest user was blocked or last modified.

      Parameters:
      modified - The timestamp when the guest user was blocked or last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • usernameHash

      BlockedGuestUser.Builder usernameHash(String usernameHash)

      The unique username hash identifier for the blocked guest user.

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