public class BatchRetrieveInventoryCountsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchRetrieveInventoryCountsRequest.Builder
Class to build instances of
BatchRetrieveInventoryCountsRequest. |
| Modifier | Constructor and Description |
|---|---|
|
BatchRetrieveInventoryCountsRequest(List<String> catalogObjectIds,
List<String> locationIds,
String updatedAfter,
String cursor,
List<String> states,
Integer limit)
Initialization constructor.
|
protected |
BatchRetrieveInventoryCountsRequest(io.apimatic.core.types.OptionalNullable<List<String>> catalogObjectIds,
io.apimatic.core.types.OptionalNullable<List<String>> locationIds,
io.apimatic.core.types.OptionalNullable<String> updatedAfter,
io.apimatic.core.types.OptionalNullable<String> cursor,
io.apimatic.core.types.OptionalNullable<List<String>> states,
io.apimatic.core.types.OptionalNullable<Integer> limit)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getCatalogObjectIds()
Getter for CatalogObjectIds.
|
String |
getCursor()
Getter for Cursor.
|
Integer |
getLimit()
Getter for Limit.
|
List<String> |
getLocationIds()
Getter for LocationIds.
|
List<String> |
getStates()
Getter for States.
|
String |
getUpdatedAfter()
Getter for UpdatedAfter.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetCatalogObjectIds()
Internal Getter for CatalogObjectIds.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCursor()
Internal Getter for Cursor.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetLimit()
Internal Getter for Limit.
|
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetLocationIds()
Internal Getter for LocationIds.
|
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetStates()
Internal Getter for States.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetUpdatedAfter()
Internal Getter for UpdatedAfter.
|
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, Integer limit)
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.limit - Integer value for limit.protected BatchRetrieveInventoryCountsRequest(io.apimatic.core.types.OptionalNullable<List<String>> catalogObjectIds, io.apimatic.core.types.OptionalNullable<List<String>> locationIds, io.apimatic.core.types.OptionalNullable<String> updatedAfter, io.apimatic.core.types.OptionalNullable<String> cursor, io.apimatic.core.types.OptionalNullable<List<String>> states, io.apimatic.core.types.OptionalNullable<Integer> limit)
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.limit - Integer value for limit.protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetCatalogObjectIds()
public List<String> getCatalogObjectIds()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetLocationIds()
public List<String> getLocationIds()
protected io.apimatic.core.types.OptionalNullable<String> internalGetUpdatedAfter()
public String getUpdatedAfter()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCursor()
public String getCursor()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetStates()
public List<String> getStates()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetLimit()
public Integer getLimit()
public String toString()
public BatchRetrieveInventoryCountsRequest.Builder toBuilder()
BatchRetrieveInventoryCountsRequest.Builder object.
Creates the instance with the state of the current model.BatchRetrieveInventoryCountsRequest.Builder objectCopyright © 2024. All rights reserved.