Interface SuperuserParameters.Builder

  • Method Details

    • emailAddress

      SuperuserParameters.Builder emailAddress(String emailAddress)

      The email address of the superuser.

      Parameters:
      emailAddress - The email address of the superuser.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • firstName

      SuperuserParameters.Builder firstName(String firstName)

      The first name of the superuser.

      Parameters:
      firstName - The first name of the superuser.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastName

      SuperuserParameters.Builder lastName(String lastName)

      The last name of the superuser.

      Parameters:
      lastName - The last name of the superuser.
      Returns:
      Returns a reference to this object so that method calls can be chained together.