java.lang.Object
net.avalara.avatax.rest.client.models.ItemBulkUploadInputModel
public class ItemBulkUploadInputModel
extends java.lang.Object
Represents a bulk upload input model.
-
-
Method Summary
Modifier and Type |
Method |
Description |
java.util.ArrayList<ItemModel> |
getItems() |
Getter for items
List of items
|
void |
setItems(java.util.ArrayList<ItemModel> value) |
Setter for items
List of items
|
java.lang.String |
toString() |
Returns a JSON string representation of ItemBulkUploadInputModel
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
public ItemBulkUploadInputModel()
-
Method Details
-
public java.util.ArrayList<ItemModel> getItems()
Getter for items
List of items
-
public void setItems(
java.util.ArrayList<ItemModel> value)
Setter for items
List of items
-
public java.lang.String toString()
Returns a JSON string representation of ItemBulkUploadInputModel
- Overrides:
toString
in class java.lang.Object