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