Interface SelfUpgradeConfiguration.Builder

  • Method Details

    • selfUpgradeStatus

      SelfUpgradeConfiguration.Builder selfUpgradeStatus(String selfUpgradeStatus)

      Status set for the self-upgrade configuration for the Quick Suite account. It can contain the following values:

      • AUTO_APPROVAL: All the self-upgrade requests will be auto approved.

      • ADMIN_APPROVAL: All the self-upgrade requests will require admin approval.

      Parameters:
      selfUpgradeStatus - Status set for the self-upgrade configuration for the Quick Suite account. It can contain the following values:

      • AUTO_APPROVAL: All the self-upgrade requests will be auto approved.

      • ADMIN_APPROVAL: All the self-upgrade requests will require admin approval.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • selfUpgradeStatus

      SelfUpgradeConfiguration.Builder selfUpgradeStatus(SelfUpgradeStatus selfUpgradeStatus)

      Status set for the self-upgrade configuration for the Quick Suite account. It can contain the following values:

      • AUTO_APPROVAL: All the self-upgrade requests will be auto approved.

      • ADMIN_APPROVAL: All the self-upgrade requests will require admin approval.

      Parameters:
      selfUpgradeStatus - Status set for the self-upgrade configuration for the Quick Suite account. It can contain the following values:

      • AUTO_APPROVAL: All the self-upgrade requests will be auto approved.

      • ADMIN_APPROVAL: All the self-upgrade requests will require admin approval.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: