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 Details

  • Constructor Details

    • FilePropertySemantics

      @Deprecated public FilePropertySemantics()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of FilePropertySemantics value.
  • Method Details

    • fromString

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

      public static Collection<FilePropertySemantics> values()
      Gets known FilePropertySemantics values.
      Returns:
      known FilePropertySemantics values.