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