public class BatchRetrieveOrdersRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchRetrieveOrdersRequest.Builder
Class to build instances of
BatchRetrieveOrdersRequest. |
| Constructor and Description |
|---|
BatchRetrieveOrdersRequest(List<String> orderIds,
String locationId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLocationId()
Getter for LocationId.
|
List<String> |
getOrderIds()
Getter for OrderIds.
|
int |
hashCode() |
BatchRetrieveOrdersRequest.Builder |
toBuilder()
Builds a new
BatchRetrieveOrdersRequest.Builder object. |
String |
toString()
Converts this BatchRetrieveOrdersRequest into string format.
|
public String getLocationId()
public List<String> getOrderIds()
public String toString()
public BatchRetrieveOrdersRequest.Builder toBuilder()
BatchRetrieveOrdersRequest.Builder object.
Creates the instance with the state of the current model.BatchRetrieveOrdersRequest.Builder objectCopyright © 2022. All rights reserved.