Class NfsFileType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NfsFileType>
com.azure.storage.file.share.models.NfsFileType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for NfsFileType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NfsFileTypeStatic value Directory for NfsFileType.static final NfsFileTypeStatic value Regular for NfsFileType.static final NfsFileTypeStatic value SymLink for NfsFileType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NfsFileTypefromString(String name) Creates or finds a NfsFileType from its string representation.static Collection<NfsFileType> values()Gets known NfsFileType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
REGULAR
Static value Regular for NfsFileType. -
DIRECTORY
Static value Directory for NfsFileType. -
SYM_LINK
Static value SymLink for NfsFileType.
-
-
Constructor Details
-
NfsFileType
Deprecated.Use thefromString(String)factory method.Creates a new instance of NfsFileType value.
-
-
Method Details
-
fromString
Creates or finds a NfsFileType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NfsFileType.
-
values
Gets known NfsFileType values.- Returns:
- known NfsFileType values.
-
fromString(String)factory method.