|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LeaseStatus | |
---|---|
org.jclouds.azureblob.domain | |
org.jclouds.azureblob.domain.internal |
Uses of LeaseStatus in org.jclouds.azureblob.domain |
---|
Methods in org.jclouds.azureblob.domain that return LeaseStatus | |
---|---|
static LeaseStatus |
LeaseStatus.fromValue(String type)
|
LeaseStatus |
BlobProperties.getLeaseStatus()
|
static LeaseStatus |
LeaseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LeaseStatus[] |
LeaseStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of LeaseStatus in org.jclouds.azureblob.domain.internal |
---|
Methods in org.jclouds.azureblob.domain.internal that return LeaseStatus | |
---|---|
LeaseStatus |
MutableBlobPropertiesImpl.getLeaseStatus()
|
LeaseStatus |
BlobPropertiesImpl.getLeaseStatus()
|
Constructors in org.jclouds.azureblob.domain.internal with parameters of type LeaseStatus | |
---|---|
BlobPropertiesImpl(BlobType type,
String name,
String container,
URI url,
Date lastModified,
String eTag,
long size,
String contentType,
byte[] contentMD5,
String contentMetadata,
String contentLanguage,
LeaseStatus leaseStatus,
Map<String,String> metadata)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |