Class DownloadStatus


  • public final class DownloadStatus
    extends java.lang.Object
    • Method Detail

      • fromString

        public static final DownloadStatus fromString​(java.lang.String status)
        Returns the DownloadStatus corresponding to the given String representation.
        Parameters:
        status - String
        Returns:
        the DownloadStatus corresponding to the given String representation.
        Throws:
        java.lang.IllegalArgumentException - if the given String does not correspond to any DownloadStatus.
      • toString

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