Class Order.Builder
- java.lang.Object
- 
- com.oracle.bmc.tenantmanagercontrolplane.model.Order.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Order.BuilderadminEmail(String adminEmail)Email address of the administrator who owns the subscription.Orderbuild()Order.Buildercopy(Order model)Order.BuilderdataCenterRegion(String dataCenterRegion)Order’s data center region.Order.BuilderorderNumber(String orderNumber)Immutable and unique order number holding customer subscription information.Order.BuilderorderState(String orderState)State of the order.Order.Buildersubscriptions(List<SubscriptionInfo> subscriptions)Array of subscriptions associated with the order.
 
- 
- 
- 
Method Detail- 
orderNumberpublic Order.Builder orderNumber(String orderNumber) Immutable and unique order number holding customer subscription information.- Parameters:
- orderNumber- the value to set
- Returns:
- this builder
 
 - 
dataCenterRegionpublic Order.Builder dataCenterRegion(String dataCenterRegion) Order’s data center region.- Parameters:
- dataCenterRegion- the value to set
- Returns:
- this builder
 
 - 
adminEmailpublic Order.Builder adminEmail(String adminEmail) Email address of the administrator who owns the subscription.- Parameters:
- adminEmail- the value to set
- Returns:
- this builder
 
 - 
orderStatepublic Order.Builder orderState(String orderState) State of the order.- Parameters:
- orderState- the value to set
- Returns:
- this builder
 
 - 
subscriptionspublic Order.Builder subscriptions(List<SubscriptionInfo> subscriptions) Array of subscriptions associated with the order.- Parameters:
- subscriptions- the value to set
- Returns:
- this builder
 
 - 
buildpublic Order build() 
 - 
copypublic Order.Builder copy(Order model) 
 
- 
 
-