Package 

Enum Priority

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum Priority
    extends Enum<Priority>
                        

    Download request will be processed from higher priorities to lower priorities.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      HIGH
      NORMAL
      LOW
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait