Package org.jclouds.blobstore.domain
Interface Blob
- All Superinterfaces:
Comparable<Blob>
,PayloadEnclosing
- All Known Implementing Classes:
BlobImpl
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Allows you to construct blobs without knowing the implementation type -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAllHeaders
(com.google.common.collect.Multimap<String, String> allHeaders) Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.jclouds.io.PayloadEnclosing
getPayload, resetPayload, setPayload, setPayload, setPayload, setPayload, setPayload, setPayload
-
Method Details
-
getMetadata
MutableBlobMetadata getMetadata()- Returns:
- System and User metadata relevant to this object.
-
getAllHeaders
- Returns:
- headers returned from the services
-
setAllHeaders
- See Also:
-