Package org.jclouds.domain
Interface MutableResourceMetadata<T extends Enum<T>>
- All Superinterfaces:
Comparable<ResourceMetadata<T>>
,ResourceMetadata<T>
- All Known Subinterfaces:
MutableBlobMetadata
,MutableStorageMetadata
- All Known Implementing Classes:
MutableBlobMetadataImpl
,MutableResourceMetadataImpl
,MutableStorageMetadataImpl
Used to construct new resources or modify existing ones.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.jclouds.domain.ResourceMetadata
getLocation, getName, getProviderId, getType, getUri, getUserMetadata
-
Method Details
-
setType
- See Also:
-
setId
- See Also:
-
setName
- See Also:
-
setLocation
- See Also:
-
setUri
- See Also:
-
setUserMetadata
- See Also:
-