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