Class Uploads


  • public class Uploads
    extends java.lang.Object
    Contains collection of dataset uploads. Deserialization only. For internal use only.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<Upload> items()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • items

        public java.util.Collection<Upload> items()
        Returns:
        all items of uploads collection
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object