public class RetrieveInventoryChangesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveInventoryChangesRequest.Builder
Class to build instances of
RetrieveInventoryChangesRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
RetrieveInventoryChangesRequest(io.apimatic.core.types.OptionalNullable<String> locationIds,
io.apimatic.core.types.OptionalNullable<String> cursor)
Internal initialization constructor.
|
|
RetrieveInventoryChangesRequest(String locationIds,
String cursor)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
String |
getLocationIds()
Getter for LocationIds.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCursor()
Internal Getter for Cursor.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetLocationIds()
Internal Getter for LocationIds.
|
RetrieveInventoryChangesRequest.Builder |
toBuilder()
Builds a new
RetrieveInventoryChangesRequest.Builder object. |
String |
toString()
Converts this RetrieveInventoryChangesRequest into string format.
|
public RetrieveInventoryChangesRequest(String locationIds, String cursor)
locationIds - String value for locationIds.cursor - String value for cursor.protected io.apimatic.core.types.OptionalNullable<String> internalGetLocationIds()
public String getLocationIds()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCursor()
public String getCursor()
public String toString()
public RetrieveInventoryChangesRequest.Builder toBuilder()
RetrieveInventoryChangesRequest.Builder object.
Creates the instance with the state of the current model.RetrieveInventoryChangesRequest.Builder objectCopyright © 2023. All rights reserved.