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