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