io.atlassian.blobstore.client.api
Class GetResult

java.lang.Object
  extended by io.atlassian.blobstore.client.api.GetResult

public class GetResult
extends java.lang.Object

The result of a get operation call on a BlobstoreService


Method Summary
static GetResult create(java.io.InputStream data, HeadResult head)
           
 java.io.InputStream data()
           
 HeadResult head()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static GetResult create(java.io.InputStream data,
                               HeadResult head)

data

public java.io.InputStream data()

head

public HeadResult head()