|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dropbox.client2.DropboxAPI.ChunkedUploadResponse
public static final class DropboxAPI.ChunkedUploadResponse
Represents Dropbox's response to a call to the /chunked_upload endpoint, which contains the uploadId of the upload as well as the expected file offset.
Constructor Summary | |
---|---|
DropboxAPI.ChunkedUploadResponse(java.util.Map<java.lang.String,java.lang.Object> fields)
Constructs a ChunkedUploadResponse from the raw json Map returned by the server |
Method Summary | |
---|---|
long |
getOffset()
|
java.lang.String |
getUploadId()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DropboxAPI.ChunkedUploadResponse(java.util.Map<java.lang.String,java.lang.Object> fields)
Method Detail |
---|
public java.lang.String getUploadId()
public long getOffset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |