|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectio.atlassian.blobstore.client.api.PutResult
public class PutResult
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 |
|---|
public static PutResult updated(java.lang.String hash)
public static PutResult created(java.lang.String hash)
public java.lang.String hash()
public PutResult.Status status()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||