Enum FilterFileType

java.lang.Object
java.lang.Enum<FilterFileType>
com.azure.resourcemanager.databox.models.FilterFileType
All Implemented Interfaces:
Serializable, Comparable<FilterFileType>, java.lang.constant.Constable

public enum FilterFileType extends Enum<FilterFileType>
Type of the filter file.
  • Enum Constant Details

    • AZURE_BLOB

      public static final FilterFileType AZURE_BLOB
      Enum value AzureBlob.
    • AZURE_FILE

      public static final FilterFileType AZURE_FILE
      Enum value AzureFile.
  • Method Details

    • values

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

      public static FilterFileType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromString

      public static FilterFileType fromString(String value)
      Parses a serialized value to a FilterFileType instance.
      Parameters:
      value - the serialized value to parse.
      Returns:
      the parsed FilterFileType object, or null if unable to parse.
    • toString

      public String toString()
      Overrides:
      toString in class Enum<FilterFileType>