public interface IManagedDeviceSyncDeviceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
post()
Creates the ManagedDeviceSyncDevice
|
void |
post(ICallback<java.lang.Void> callback)
Creates the ManagedDeviceSyncDevice
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid post(ICallback<java.lang.Void> callback)
callback - the callback to be called after success or failurevoid post() throws ClientException
ClientException - an exception occurs if there was an error while the request was sent