| Package | Description | 
|---|---|
| org.jclouds.azureblob.domain | |
| org.jclouds.azureblob.domain.internal | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseStatus | 
MutableBlobPropertiesImpl.getLeaseStatus() | 
LeaseStatus | 
BlobPropertiesImpl.getLeaseStatus() | 
| Constructor and Description | 
|---|
BlobPropertiesImpl(BlobType type,
                  String name,
                  String container,
                  URI url,
                  Date lastModified,
                  String eTag,
                  long size,
                  String contentType,
                  byte[] contentMD5,
                  String contentMetadata,
                  String contentLanguage,
                  Date currentExpires,
                  LeaseStatus leaseStatus,
                  Map<String,String> metadata)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.