public class DeleteCustomerResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteCustomerResponse.Builder
Class to build instances of
DeleteCustomerResponse. |
| Constructor and Description |
|---|
DeleteCustomerResponse(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() |
DeleteCustomerResponse.Builder |
toBuilder()
Builds a new
DeleteCustomerResponse.Builder object. |
String |
toString()
Converts this DeleteCustomerResponse into string format.
|
public HttpContext getContext()
public List<Error> getErrors()
public String toString()
public DeleteCustomerResponse.Builder toBuilder()
DeleteCustomerResponse.Builder object.
Creates the instance with the state of the current model.DeleteCustomerResponse.Builder objectCopyright © 2022. All rights reserved.