public static class ChangeBillingAnchorDateResponse.Builder extends Object
ChangeBillingAnchorDateResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ChangeBillingAnchorDateResponse.Builder |
actions(List<SubscriptionAction> actions)
Setter for actions.
|
ChangeBillingAnchorDateResponse |
build()
Builds a new
ChangeBillingAnchorDateResponse object using the set fields. |
ChangeBillingAnchorDateResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
ChangeBillingAnchorDateResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
ChangeBillingAnchorDateResponse.Builder |
subscription(Subscription subscription)
Setter for subscription.
|
public ChangeBillingAnchorDateResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public ChangeBillingAnchorDateResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public ChangeBillingAnchorDateResponse.Builder subscription(Subscription subscription)
subscription - Subscription value for subscription.public ChangeBillingAnchorDateResponse.Builder actions(List<SubscriptionAction> actions)
actions - List of SubscriptionAction value for actions.public ChangeBillingAnchorDateResponse build()
ChangeBillingAnchorDateResponse object using the set fields.ChangeBillingAnchorDateResponseCopyright © 2024. All rights reserved.