public class BatchRetrieveInventoryChangesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchRetrieveInventoryChangesRequest.Builder
Class to build instances of
BatchRetrieveInventoryChangesRequest. |
| Modifier | Constructor and Description |
|---|---|
|
BatchRetrieveInventoryChangesRequest(List<String> catalogObjectIds,
List<String> locationIds,
List<String> types,
List<String> states,
String updatedAfter,
String updatedBefore,
String cursor,
Integer limit)
Initialization constructor.
|
protected |
BatchRetrieveInventoryChangesRequest(io.apimatic.core.types.OptionalNullable<List<String>> catalogObjectIds,
io.apimatic.core.types.OptionalNullable<List<String>> locationIds,
io.apimatic.core.types.OptionalNullable<List<String>> types,
io.apimatic.core.types.OptionalNullable<List<String>> states,
io.apimatic.core.types.OptionalNullable<String> updatedAfter,
io.apimatic.core.types.OptionalNullable<String> updatedBefore,
io.apimatic.core.types.OptionalNullable<String> cursor,
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.
|
List<String> |
getTypes()
Getter for Types.
|
String |
getUpdatedAfter()
Getter for UpdatedAfter.
|
String |
getUpdatedBefore()
Getter for UpdatedBefore.
|
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<List<String>> |
internalGetTypes()
Internal Getter for Types.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetUpdatedAfter()
Internal Getter for UpdatedAfter.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetUpdatedBefore()
Internal Getter for UpdatedBefore.
|
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, Integer limit)
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.limit - Integer value for limit.protected BatchRetrieveInventoryChangesRequest(io.apimatic.core.types.OptionalNullable<List<String>> catalogObjectIds, io.apimatic.core.types.OptionalNullable<List<String>> locationIds, io.apimatic.core.types.OptionalNullable<List<String>> types, io.apimatic.core.types.OptionalNullable<List<String>> states, io.apimatic.core.types.OptionalNullable<String> updatedAfter, io.apimatic.core.types.OptionalNullable<String> updatedBefore, io.apimatic.core.types.OptionalNullable<String> cursor, io.apimatic.core.types.OptionalNullable<Integer> limit)
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.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<List<String>> internalGetTypes()
public List<String> getTypes()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetStates()
public List<String> getStates()
protected io.apimatic.core.types.OptionalNullable<String> internalGetUpdatedAfter()
public String getUpdatedAfter()
protected io.apimatic.core.types.OptionalNullable<String> internalGetUpdatedBefore()
public String getUpdatedBefore()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCursor()
public String getCursor()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetLimit()
public Integer getLimit()
public String toString()
public BatchRetrieveInventoryChangesRequest.Builder toBuilder()
BatchRetrieveInventoryChangesRequest.Builder object.
Creates the instance with the state of the current model.BatchRetrieveInventoryChangesRequest.Builder objectCopyright © 2024. All rights reserved.