public interface IManagedDeviceRemoteLockRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
void |
post()
Creates the ManagedDeviceRemoteLock
|
void |
post(ICallback<java.lang.Void> callback)
Creates the ManagedDeviceRemoteLock
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
void 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