Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Order.Builder |
adminEmail(String adminEmail)
Email address of the administrator who owns the subscription.
|
Order |
build() |
Order.Builder |
copy(Order model) |
Order.Builder |
dataCenterRegion(String dataCenterRegion)
Order’s data center region.
|
Order.Builder |
orderNumber(String orderNumber)
Immutable and unique order number holding customer subscription information.
|
Order.Builder |
orderState(String orderState)
State of the order.
|
Order.Builder |
subscriptions(List<SubscriptionInfo> subscriptions)
Array of subscriptions associated with the order.
|
public Order.Builder orderNumber(String orderNumber)
Immutable and unique order number holding customer subscription information.
orderNumber
- the value to setpublic Order.Builder dataCenterRegion(String dataCenterRegion)
Order’s data center region.
dataCenterRegion
- the value to setpublic Order.Builder adminEmail(String adminEmail)
Email address of the administrator who owns the subscription.
adminEmail
- the value to setpublic Order.Builder orderState(String orderState)
State of the order.
orderState
- the value to setpublic Order.Builder subscriptions(List<SubscriptionInfo> subscriptions)
Array of subscriptions associated with the order.
subscriptions
- the value to setpublic Order build()
public Order.Builder copy(Order model)
Copyright © 2016–2024. All rights reserved.