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