io.atlassian.blobstore.client.api
Class PutResult

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

public class PutResult
extends java.lang.Object

The result of a put operation call on a BlobstoreService


Nested Class Summary
static class PutResult.Status
           
 
Method Summary
static PutResult created(java.lang.String hash)
           
 java.lang.String hash()
           
 PutResult.Status status()
           
static PutResult updated(java.lang.String hash)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

updated

public static PutResult updated(java.lang.String hash)

created

public static PutResult created(java.lang.String hash)

hash

public java.lang.String hash()

status

public PutResult.Status status()