public static class UpdateCustomerGroupResponse.Builder extends Object
UpdateCustomerGroupResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomerGroupResponse |
build()
Builds a new
UpdateCustomerGroupResponse object using the set fields. |
UpdateCustomerGroupResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
UpdateCustomerGroupResponse.Builder |
group(CustomerGroup group)
Setter for group.
|
UpdateCustomerGroupResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
public UpdateCustomerGroupResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public UpdateCustomerGroupResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public UpdateCustomerGroupResponse.Builder group(CustomerGroup group)
group - CustomerGroup value for group.public UpdateCustomerGroupResponse build()
UpdateCustomerGroupResponse object using the set fields.UpdateCustomerGroupResponseCopyright © 2022. All rights reserved.