Package org.jclouds.azureblob.domain
Interface MutableContainerPropertiesWithMetadata
- All Superinterfaces:
 Comparable<ContainerProperties>,ContainerProperties
- All Known Implementing Classes:
 MutableContainerPropertiesWithMetadataImpl
- 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetLastModified(Date lastModified) voidsetMetadata(Map<String, String> metadata) voidvoidsetPublicAccess(PublicAccess publicAccess) voidMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.jclouds.azureblob.domain.ContainerProperties
getETag, getLastModified, getMetadata, getName, getPublicAccess, getUrl 
- 
Method Details
- 
setUrl
- See Also:
 
 - 
setName
- See Also:
 
 - 
setLastModified
- See Also:
 
 - 
setETag
- See Also:
 
 - 
setPublicAccess
 - 
setMetadata
- See Also:
 
 
 -