Package 

Enum PackageType

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

    
    public enum PackageType
    extends Enum<PackageType>
                        

    Enumeration of all possible Package types.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      WEEKLY

      A package configured with the predefined weekly identifier.

      MONTHLY

      A package configured with the predefined monthly identifier.

      TWO_MONTH

      A package configured with the predefined two month identifier.

      THREE_MONTH

      A package configured with the predefined three month identifier.

      SIX_MONTH

      A package configured with the predefined six month identifier.

      ANNUAL

      A package configured with the predefined annual identifier.

      LIFETIME

      A package configured with the predefined lifetime identifier.

      CUSTOM

      A package that was defined with a custom identifier.

      UNKNOWN

      A package that was defined with a custom identifier.

    • Method Summary

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

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