Uses of Class
com.oracle.bmc.ospgateway.model.Subscription.UpgradeState
-
Packages that use Subscription.UpgradeState Package Description com.oracle.bmc.ospgateway.model -
-
Uses of Subscription.UpgradeState in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return Subscription.UpgradeState Modifier and Type Method Description static Subscription.UpgradeState
Subscription.UpgradeState. create(String key)
Subscription.UpgradeState
Subscription. getUpgradeState()
Status of the upgrade.static Subscription.UpgradeState
Subscription.UpgradeState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Subscription.UpgradeState[]
Subscription.UpgradeState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ospgateway.model with parameters of type Subscription.UpgradeState Modifier and Type Method Description Subscription.Builder
Subscription.Builder. upgradeState(Subscription.UpgradeState upgradeState)
Status of the upgrade.Constructors in com.oracle.bmc.ospgateway.model with parameters of type Subscription.UpgradeState Constructor Description Subscription(String id, String subscriptionPlanNumber, Subscription.PlanType planType, Date timeStart, String shipToCustAcctSiteId, String shipToCustAcctRoleId, String billToCustAccountId, Boolean isIntentToPay, String currencyCode, String gsiOrgCode, String languageCode, String organizationId, Subscription.UpgradeState upgradeState, Subscription.UpgradeStateDetails upgradeStateDetails, Subscription.AccountType accountType, TaxInfo taxInfo, List<PaymentOption> paymentOptions, PaymentGateway paymentGateway, Address billingAddress, Date timePlanUpgrade, Date timePersonalToCorporateConv)
Deprecated.
-