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