public class AddGroupToCustomerResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AddGroupToCustomerResponse.Builder
Class to build instances of
AddGroupToCustomerResponse. |
| Constructor and Description |
|---|
AddGroupToCustomerResponse(List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
AddGroupToCustomerResponse.Builder |
toBuilder()
Builds a new
AddGroupToCustomerResponse.Builder object. |
String |
toString()
Converts this AddGroupToCustomerResponse into string format.
|
public HttpContext getContext()
public List<Error> getErrors()
public String toString()
public AddGroupToCustomerResponse.Builder toBuilder()
AddGroupToCustomerResponse.Builder object.
Creates the instance with the state of the current model.AddGroupToCustomerResponse.Builder objectCopyright © 2022. All rights reserved.