Interface UpgradeAccountPlanResponse.Builder

  • Method Details

    • accountId

      A unique identifier that identifies the account.

      Parameters:
      accountId - A unique identifier that identifies the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountPlanType

      UpgradeAccountPlanResponse.Builder accountPlanType(String accountPlanType)

      The type of plan for the account.

      Parameters:
      accountPlanType - The type of plan for the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accountPlanType

      UpgradeAccountPlanResponse.Builder accountPlanType(AccountPlanType accountPlanType)

      The type of plan for the account.

      Parameters:
      accountPlanType - The type of plan for the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accountPlanStatus

      UpgradeAccountPlanResponse.Builder accountPlanStatus(String accountPlanStatus)

      This indicates the latest state of the account plan within its lifecycle.

      Parameters:
      accountPlanStatus - This indicates the latest state of the account plan within its lifecycle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accountPlanStatus

      UpgradeAccountPlanResponse.Builder accountPlanStatus(AccountPlanStatus accountPlanStatus)

      This indicates the latest state of the account plan within its lifecycle.

      Parameters:
      accountPlanStatus - This indicates the latest state of the account plan within its lifecycle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: