public class BatchRetrieveInventoryCountsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchRetrieveInventoryCountsRequest.Builder
Class to build instances of
BatchRetrieveInventoryCountsRequest. |
| Constructor and Description |
|---|
BatchRetrieveInventoryCountsRequest(List<String> catalogObjectIds,
List<String> locationIds,
String updatedAfter,
String cursor,
List<String> states)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getCatalogObjectIds()
Getter for CatalogObjectIds.
|
String |
getCursor()
Getter for Cursor.
|
List<String> |
getLocationIds()
Getter for LocationIds.
|
List<String> |
getStates()
Getter for States.
|
String |
getUpdatedAfter()
Getter for UpdatedAfter.
|
int |
hashCode() |
BatchRetrieveInventoryCountsRequest.Builder |
toBuilder()
Builds a new
BatchRetrieveInventoryCountsRequest.Builder object. |
String |
toString()
Converts this BatchRetrieveInventoryCountsRequest into string format.
|
public BatchRetrieveInventoryCountsRequest(List<String> catalogObjectIds, List<String> locationIds, String updatedAfter, String cursor, List<String> states)
catalogObjectIds - List of String value for catalogObjectIds.locationIds - List of String value for locationIds.updatedAfter - String value for updatedAfter.cursor - String value for cursor.states - List of String value for states.public List<String> getCatalogObjectIds()
public List<String> getLocationIds()
public String getUpdatedAfter()
public String getCursor()
public List<String> getStates()
public String toString()
public BatchRetrieveInventoryCountsRequest.Builder toBuilder()
BatchRetrieveInventoryCountsRequest.Builder object.
Creates the instance with the state of the current model.BatchRetrieveInventoryCountsRequest.Builder objectCopyright © 2022. All rights reserved.