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