Package io.atlassian.blobstore.client.api

Interface Summary
BlobStoreService Service exposing get, put and delete methods for blobs.
ContentKeyFactory  
Failure Some kind of failure.
 

Class Summary
Access Hints for accessing blobs in the store.
Access.Builder  
ContentKey A Key is an address for a blob.
GetResult The result of a get operation call on a BlobstoreService
HeadResult The result of a head operation call on a BlobstoreService
PutResult The result of a put operation call on a BlobstoreService
 

Enum Summary
Access.CacheControl  
PutResult.Status  
Unit Used to represent a 'void' return type from a function