Uses of Class
com.azure.storage.file.share.models.LeaseStatusType
-
Packages that use LeaseStatusType Package Description com.azure.storage.file.share.models Package containing classes for AzureFileStorage. -
-
Uses of LeaseStatusType in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return LeaseStatusType Modifier and Type Method Description static LeaseStatusTypeLeaseStatusType. fromString(String value)Parses a serialized value to a LeaseStatusType instance.LeaseStatusTypeShareFileDownloadHeaders. getLeaseStatus()Get the leaseStatus property: The current lease status of the file.LeaseStatusTypeShareFileProperties. getLeaseStatus()LeaseStatusTypeShareProperties. getLeaseStatus()Get the leaseStatus property: Possible values include: 'locked', 'unlocked'.static LeaseStatusTypeLeaseStatusType. valueOf(String name)Returns 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 LeaseStatusType Modifier and Type Method Description ShareFileDownloadHeadersShareFileDownloadHeaders. setLeaseStatus(LeaseStatusType leaseStatus)Set the leaseStatus property: The current lease status of the file.SharePropertiesShareProperties. setLeaseStatus(LeaseStatusType leaseStatus)Set the leaseStatus property: Possible values include: 'locked', 'unlocked'.Constructors in com.azure.storage.file.share.models with parameters of type LeaseStatusType Constructor Description ShareFileProperties(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.
-