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>

public final class NfsFileType extends com.azure.core.util.ExpandableStringEnum<NfsFileType>
Defines values for NfsFileType.
  • Field Details

    • REGULAR

      public static final NfsFileType REGULAR
      Static value Regular for NfsFileType.
    • DIRECTORY

      public static final NfsFileType DIRECTORY
      Static value Directory for NfsFileType.
  • Constructor Details

    • NfsFileType

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

    • fromString

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

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