public class ItemBulkUploadInputModel
extends Object
Represents a bulk upload input model.
-
Constructor Summary
Constructors
-
Method Summary
Getter for items
List of items
void
Setter for items
List of items
Returns a JSON string representation of ItemBulkUploadInputModel
-
Constructor Details
-
ItemBulkUploadInputModel
public ItemBulkUploadInputModel()
-
Method Details
-
getItems
Getter for items
List of items
-
setItems
Setter for items
List of items
-
toString
Returns a JSON string representation of ItemBulkUploadInputModel
- Overrides:
toString
in class Object