Class ItemBulkUploadInputModel


  • public class ItemBulkUploadInputModel
    extends java.lang.Object
    Represents a bulk upload input model.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • ItemBulkUploadInputModel

        public ItemBulkUploadInputModel()
    • Method Detail

      • getItems

        public java.util.ArrayList<ItemModel> getItems()
        Getter for items List of items
      • setItems

        public void setItems​(java.util.ArrayList<ItemModel> value)
        Setter for items List of items
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of ItemBulkUploadInputModel
        Overrides:
        toString in class java.lang.Object