Uses of Class
com.azure.storage.file.datalake.models.ListFileSystemsIncludeType
-
Packages that use ListFileSystemsIncludeType Package Description com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of ListFileSystemsIncludeType in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return ListFileSystemsIncludeType Modifier and Type Method Description static ListFileSystemsIncludeTypeListFileSystemsIncludeType. fromString(String value)Parses a serialized value to a ListFileSystemsIncludeType instance.ListFileSystemsIncludeTypeFileSystemListDetails. toIncludeType()static ListFileSystemsIncludeTypeListFileSystemsIncludeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListFileSystemsIncludeType[]ListFileSystemsIncludeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-