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