Class FileType

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<FileType>
com.microsoft.azure.management.batchai.FileType

public final class FileType extends com.microsoft.rest.ExpandableStringEnum<FileType>
Defines values for FileType.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final FileType
    Static value directory for FileType.
    static final FileType
    Static value file for FileType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static FileType
    Creates or finds a FileType from its string representation.
     

    Methods inherited from class com.microsoft.rest.ExpandableStringEnum

    equals, fromString, hashCode, toString, values, withNameValue

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • FILE

      public static final FileType FILE
      Static value file for FileType.
    • DIRECTORY

      public static final FileType DIRECTORY
      Static value directory for FileType.
  • Constructor Details

    • FileType

      public FileType()
  • Method Details

    • fromString

      public static FileType fromString(String name)
      Creates or finds a FileType from its string representation.
      Parameters:
      name - a name to look for
      Returns:
      the corresponding FileType
    • values

      public static Collection<FileType> values()
      Returns:
      known FileType values