public class BatchChangeInventoryResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchChangeInventoryResponse.Builder
Class to build instances of
BatchChangeInventoryResponse. |
| Constructor and Description |
|---|
BatchChangeInventoryResponse(List<Error> errors,
List<InventoryCount> counts,
List<InventoryChange> changes)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<InventoryChange> |
getChanges()
Getter for Changes.
|
HttpContext |
getContext() |
List<InventoryCount> |
getCounts()
Getter for Counts.
|
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
BatchChangeInventoryResponse.Builder |
toBuilder()
Builds a new
BatchChangeInventoryResponse.Builder object. |
String |
toString()
Converts this BatchChangeInventoryResponse into string format.
|
public BatchChangeInventoryResponse(List<Error> errors, List<InventoryCount> counts, List<InventoryChange> changes)
errors - List of Error value for errors.counts - List of InventoryCount value for counts.changes - List of InventoryChange value for changes.public HttpContext getContext()
public List<Error> getErrors()
public List<InventoryCount> getCounts()
public List<InventoryChange> getChanges()
public String toString()
public BatchChangeInventoryResponse.Builder toBuilder()
BatchChangeInventoryResponse.Builder object.
Creates the instance with the state of the current model.BatchChangeInventoryResponse.Builder objectCopyright © 2022. All rights reserved.