public interface IBaseCreateSessionRequest
| Modifier and Type | Method and Description |
|---|---|
UploadSession |
create()
Deprecated.
As of release 1.1.3, replaced by
post() |
void |
create(ICallback<UploadSession> callback)
Deprecated.
As of release 1.1.3, replaced by
post(ICallback) |
ICreateSessionRequest |
expand(java.lang.String value) |
UploadSession |
post() |
void |
post(ICallback<UploadSession> callback) |
ICreateSessionRequest |
select(java.lang.String value) |
ICreateSessionRequest |
top(int value) |
@Deprecated void create(ICallback<UploadSession> callback)
post(ICallback)@Deprecated UploadSession create() throws ClientException
post()ClientExceptionvoid post(ICallback<UploadSession> callback)
UploadSession post() throws ClientException
ClientExceptionICreateSessionRequest select(java.lang.String value)
ICreateSessionRequest top(int value)
ICreateSessionRequest expand(java.lang.String value)