Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.SubscriptionInfo
-
Packages that use SubscriptionInfo Package Description com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of SubscriptionInfo in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return SubscriptionInfo Modifier and Type Method Description SubscriptionInfo
SubscriptionInfo.Builder. build()
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return types with arguments of type SubscriptionInfo Modifier and Type Method Description List<SubscriptionInfo>
Order. getSubscriptions()
Array of subscriptions associated with the order.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type SubscriptionInfo Modifier and Type Method Description SubscriptionInfo.Builder
SubscriptionInfo.Builder. copy(SubscriptionInfo model)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type SubscriptionInfo Modifier and Type Method Description Order.Builder
Order.Builder. subscriptions(List<SubscriptionInfo> subscriptions)
Array of subscriptions associated with the order.Constructor parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type SubscriptionInfo Constructor Description Order(String orderNumber, String dataCenterRegion, String adminEmail, String orderState, List<SubscriptionInfo> subscriptions)
Deprecated.
-