public class BaseCopyRequest extends BaseRequest implements IBaseCopyRequest
| Modifier and Type | Field and Description |
|---|---|
protected CopyBody |
mBody |
REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
BaseCopyRequest(java.lang.String requestUrl,
IOneDriveClient client,
java.util.List<Option> options,
java.lang.String name,
ItemReference parentReference)
The request for this Copy
|
| 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) |
addHeader, getClient, getHeaders, getHttpMethod, getOptions, getQueryOptions, getRequestUrl, getResponseType, send, send, setHttpMethodprotected final CopyBody mBody
public BaseCopyRequest(java.lang.String requestUrl,
IOneDriveClient client,
java.util.List<Option> options,
java.lang.String name,
ItemReference parentReference)
requestUrl - The request urlclient - The service clientoptions - The options for this request@Deprecated public void create(ICallback<AsyncMonitor<Item>> callback)
post(ICallback)create in interface IBaseCopyRequest@Deprecated public AsyncMonitor<Item> create() throws ClientException
post()create in interface IBaseCopyRequestClientExceptionpublic void post(ICallback<AsyncMonitor<Item>> callback)
post in interface IBaseCopyRequestpublic AsyncMonitor<Item> post() throws ClientException
post in interface IBaseCopyRequestClientExceptionpublic ICopyRequest select(java.lang.String value)
select in interface IBaseCopyRequestpublic ICopyRequest top(int value)
top in interface IBaseCopyRequestpublic ICopyRequest expand(java.lang.String value)
expand in interface IBaseCopyRequest