Package | Description |
---|---|
com.oracle.bmc.tenantmanagercontrolplane.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Promotion.Builder |
Promotion.Builder.status(Promotion.Status status)
If a subscription is present, indicates the current status of the subscription promotion.
|
Constructor and Description |
---|
Promotion(Integer duration,
String durationUnit,
Float amount,
Promotion.Status status,
Boolean isIntentToPay,
String currencyUnit,
Date timeStarted,
Date timeExpired)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.