Interface CreateActivationResponse.Builder

  • Method Details

    • activationId

      CreateActivationResponse.Builder activationId(String activationId)

      The ID number generated by the system when it processed the activation. The activation ID functions like a user name.

      Parameters:
      activationId - The ID number generated by the system when it processed the activation. The activation ID functions like a user name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • activationCode

      CreateActivationResponse.Builder activationCode(String activationCode)

      The code the system generates when it processes the activation. The activation code functions like a password to validate the activation ID.

      Parameters:
      activationCode - The code the system generates when it processes the activation. The activation code functions like a password to validate the activation ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.