public class BatchRetrieveInventoryChangesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchRetrieveInventoryChangesRequest.Builder
Class to build instances of
BatchRetrieveInventoryChangesRequest. |
| Constructor and Description |
|---|
BatchRetrieveInventoryChangesRequest(List<String> catalogObjectIds,
List<String> locationIds,
List<String> types,
List<String> states,
String updatedAfter,
String updatedBefore,
String cursor)
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.
|
List<String> |
getTypes()
Getter for Types.
|
String |
getUpdatedAfter()
Getter for UpdatedAfter.
|
String |
getUpdatedBefore()
Getter for UpdatedBefore.
|
int |
hashCode() |
BatchRetrieveInventoryChangesRequest.Builder |
toBuilder()
Builds a new
BatchRetrieveInventoryChangesRequest.Builder object. |
String |
toString()
Converts this BatchRetrieveInventoryChangesRequest into string format.
|
public BatchRetrieveInventoryChangesRequest(List<String> catalogObjectIds, List<String> locationIds, List<String> types, List<String> states, String updatedAfter, String updatedBefore, String cursor)
catalogObjectIds - List of String value for catalogObjectIds.locationIds - List of String value for locationIds.types - List of String value for types.states - List of String value for states.updatedAfter - String value for updatedAfter.updatedBefore - String value for updatedBefore.cursor - String value for cursor.public List<String> getCatalogObjectIds()
public List<String> getLocationIds()
public List<String> getTypes()
public List<String> getStates()
public String getUpdatedAfter()
public String getUpdatedBefore()
public String getCursor()
public String toString()
public BatchRetrieveInventoryChangesRequest.Builder toBuilder()
BatchRetrieveInventoryChangesRequest.Builder object.
Creates the instance with the state of the current model.BatchRetrieveInventoryChangesRequest.Builder objectCopyright © 2022. All rights reserved.