Package | Description |
---|---|
com.oracle.bmc.tenantmanagercontrolplane.model |
Modifier and Type | Method and Description |
---|---|
SubscriptionInfo |
SubscriptionInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<SubscriptionInfo> |
Order.getSubscriptions()
Array of subscriptions associated with the order.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionInfo.Builder |
SubscriptionInfo.Builder.copy(SubscriptionInfo model) |
Modifier and Type | Method and Description |
---|---|
Order.Builder |
Order.Builder.subscriptions(List<SubscriptionInfo> subscriptions)
Array of subscriptions associated with the order.
|
Constructor and Description |
---|
Order(String orderNumber,
String dataCenterRegion,
String adminEmail,
String orderState,
List<SubscriptionInfo> subscriptions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.