public class BatchRetrieveOrdersRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchRetrieveOrdersRequest.Builder
Class to build instances of
BatchRetrieveOrdersRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
BatchRetrieveOrdersRequest(List<String> orderIds,
io.apimatic.core.types.OptionalNullable<String> locationId)
Initialization constructor.
|
|
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() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetLocationId()
Internal Getter for LocationId.
|
BatchRetrieveOrdersRequest.Builder |
toBuilder()
Builds a new
BatchRetrieveOrdersRequest.Builder object. |
String |
toString()
Converts this BatchRetrieveOrdersRequest into string format.
|
public BatchRetrieveOrdersRequest(List<String> orderIds, String locationId)
orderIds - List of String value for orderIds.locationId - String value for locationId.protected io.apimatic.core.types.OptionalNullable<String> internalGetLocationId()
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 © 2024. All rights reserved.