Class FileType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<FileType>
com.microsoft.azure.management.batchai.FileType
Defines values for FileType.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileType
fromString
(String name) Creates or finds a FileType from its string representation.static Collection<FileType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
FILE
Static value file for FileType. -
DIRECTORY
Static value directory for FileType.
-
-
Constructor Details
-
FileType
public FileType()
-
-
Method Details
-
fromString
Creates or finds a FileType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding FileType
-
values
- Returns:
- known FileType values
-