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