Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.Promotion.Status
-
Packages that use Promotion.Status Package Description com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of Promotion.Status in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return Promotion.Status Modifier and Type Method Description static Promotion.Status
Promotion.Status. create(String key)
Promotion.Status
Promotion. getStatus()
If a subscription is present, indicates the current status of the subscription promotion.static Promotion.Status
Promotion.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Promotion.Status[]
Promotion.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type Promotion.Status Modifier and Type Method Description Promotion.Builder
Promotion.Builder. status(Promotion.Status status)
If a subscription is present, indicates the current status of the subscription promotion.Constructors in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type Promotion.Status Constructor Description Promotion(Integer duration, String durationUnit, Float amount, Promotion.Status status, Boolean isIntentToPay, String currencyUnit, Date timeStarted, Date timeExpired)
Deprecated.
-