public class BatchChangeInventoryRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchChangeInventoryRequest.Builder
Class to build instances of
BatchChangeInventoryRequest. |
| Modifier | Constructor and Description |
|---|---|
|
BatchChangeInventoryRequest(String idempotencyKey,
List<InventoryChange> changes,
Boolean ignoreUnchangedCounts)
Initialization constructor.
|
protected |
BatchChangeInventoryRequest(String idempotencyKey,
io.apimatic.core.types.OptionalNullable<List<InventoryChange>> changes,
io.apimatic.core.types.OptionalNullable<Boolean> ignoreUnchangedCounts)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<InventoryChange> |
getChanges()
Getter for Changes.
|
String |
getIdempotencyKey()
Getter for IdempotencyKey.
|
Boolean |
getIgnoreUnchangedCounts()
Getter for IgnoreUnchangedCounts.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<List<InventoryChange>> |
internalGetChanges()
Internal Getter for Changes.
|
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetIgnoreUnchangedCounts()
Internal Getter for IgnoreUnchangedCounts.
|
BatchChangeInventoryRequest.Builder |
toBuilder()
Builds a new
BatchChangeInventoryRequest.Builder object. |
String |
toString()
Converts this BatchChangeInventoryRequest into string format.
|
public BatchChangeInventoryRequest(String idempotencyKey, List<InventoryChange> changes, Boolean ignoreUnchangedCounts)
idempotencyKey - String value for idempotencyKey.changes - List of InventoryChange value for changes.ignoreUnchangedCounts - Boolean value for ignoreUnchangedCounts.protected BatchChangeInventoryRequest(String idempotencyKey, io.apimatic.core.types.OptionalNullable<List<InventoryChange>> changes, io.apimatic.core.types.OptionalNullable<Boolean> ignoreUnchangedCounts)
idempotencyKey - String value for idempotencyKey.changes - List of InventoryChange value for changes.ignoreUnchangedCounts - Boolean value for ignoreUnchangedCounts.public String getIdempotencyKey()
protected io.apimatic.core.types.OptionalNullable<List<InventoryChange>> internalGetChanges()
public List<InventoryChange> getChanges()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetIgnoreUnchangedCounts()
public Boolean getIgnoreUnchangedCounts()
public String toString()
public BatchChangeInventoryRequest.Builder toBuilder()
BatchChangeInventoryRequest.Builder object.
Creates the instance with the state of the current model.BatchChangeInventoryRequest.Builder objectCopyright © 2024. All rights reserved.