Uses of Enum
com.azure.storage.file.share.models.LeaseStatusType
Packages that use LeaseStatusType
Package
Description
Package containing the data models for AzureFileStorage.
-
Uses of LeaseStatusType in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return LeaseStatusTypeModifier and TypeMethodDescriptionstatic LeaseStatusTypeLeaseStatusType.fromString(String value) Parses a serialized value to a LeaseStatusType instance.ShareFileDownloadHeaders.getLeaseStatus()Get the leaseStatus property: The current lease status of the file.ShareFileProperties.getLeaseStatus()Gets the lease status of the file.ShareProperties.getLeaseStatus()Get the leaseStatus property: Possible values include: 'locked', 'unlocked'.static LeaseStatusTypeReturns the enum constant of this type with the specified name.static LeaseStatusType[]LeaseStatusType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.storage.file.share.models with parameters of type LeaseStatusTypeModifier and TypeMethodDescriptionShareFileDownloadHeaders.setLeaseStatus(LeaseStatusType leaseStatus) Set the leaseStatus property: The current lease status of the file.ShareProperties.setLeaseStatus(LeaseStatusType leaseStatus) Set the leaseStatus property: Possible values include: 'locked', 'unlocked'.Constructors in com.azure.storage.file.share.models with parameters of type LeaseStatusTypeModifierConstructorDescriptionShareFileProperties(String eTag, OffsetDateTime lastModified, Map<String, String> metadata, String fileType, Long contentLength, String contentType, byte[] contentMd5, String contentEncoding, String cacheControl, String contentDisposition, LeaseStatusType leaseStatusType, LeaseStateType leaseStateType, LeaseDurationType leaseDurationType, OffsetDateTime copyCompletionTime, String copyStatusDescription, String copyId, String copyProgress, String copySource, CopyStatusType copyStatus, Boolean isServerEncrypted, FileSmbProperties smbProperties) Creates an instance of property information about a specific File.