Enum Class Filter

java.lang.Object
java.lang.Enum<Filter>
com.cloudconvert.resource.params.Filter
All Implemented Interfaces:
Serializable, Comparable<Filter>, Constable

public enum Filter extends Enum<Filter>
  • Enum Constant Details

    • JOB_ID

      public static final Filter JOB_ID
    • STATUS

      public static final Filter STATUS
    • OPERATION

      public static final Filter OPERATION
    • INPUT_FORMAT

      public static final Filter INPUT_FORMAT
    • OUTPUT_FORMAT

      public static final Filter OUTPUT_FORMAT
    • ENGINE

      public static final Filter ENGINE
    • ENGINE_VERSION

      public static final Filter ENGINE_VERSION
    • TAG

      public static final Filter TAG
    • URL

      public static final Filter URL
  • Method Details

    • values

      public static Filter[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Filter valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null