Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.Order.Builder
-
Packages that use Order.Builder Package Description com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of Order.Builder in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return Order.Builder Modifier and Type Method Description Order.Builder
Order.Builder. adminEmail(String adminEmail)
Email address of the administrator who owns the subscription.static Order.Builder
Order. builder()
Create a new builder.Order.Builder
Order.Builder. copy(Order model)
Order.Builder
Order.Builder. dataCenterRegion(String dataCenterRegion)
Order’s data center region.Order.Builder
Order.Builder. orderNumber(String orderNumber)
Immutable and unique order number holding customer subscription information.Order.Builder
Order.Builder. orderState(String orderState)
State of the order.Order.Builder
Order.Builder. subscriptions(List<SubscriptionInfo> subscriptions)
Array of subscriptions associated with the order.Order.Builder
Order. toBuilder()
-