public interface IDeviceWithReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super Device> callback) |
IDeviceWithReferenceRequest |
expand(java.lang.String value) |
Device |
get() |
void |
get(ICallback<? super Device> callback) |
Device |
patch(Device sourceDevice) |
void |
patch(Device sourceDevice,
ICallback<? super Device> callback) |
Device |
post(Device newDevice,
IJsonBackedObject payload) |
void |
post(Device newDevice,
IJsonBackedObject payload,
ICallback<? super Device> callback) |
IDeviceWithReferenceRequest |
select(java.lang.String value) |
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid post(Device newDevice, IJsonBackedObject payload, ICallback<? super Device> callback)
Device post(Device newDevice, IJsonBackedObject payload) throws ClientException
ClientExceptionDevice get() throws ClientException
ClientExceptionvoid delete()
throws ClientException
ClientExceptionDevice patch(Device sourceDevice) throws ClientException
ClientExceptionIDeviceWithReferenceRequest select(java.lang.String value)
IDeviceWithReferenceRequest expand(java.lang.String value)