public interface IPrintConnectorWithReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super PrintConnector> callback) |
IPrintConnectorWithReferenceRequest |
expand(java.lang.String value) |
PrintConnector |
get() |
void |
get(ICallback<? super PrintConnector> callback) |
PrintConnector |
patch(PrintConnector sourcePrintConnector) |
void |
patch(PrintConnector sourcePrintConnector,
ICallback<? super PrintConnector> callback) |
PrintConnector |
post(PrintConnector newPrintConnector,
IJsonBackedObject payload) |
void |
post(PrintConnector newPrintConnector,
IJsonBackedObject payload,
ICallback<? super PrintConnector> callback) |
IPrintConnectorWithReferenceRequest |
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(PrintConnector newPrintConnector, IJsonBackedObject payload, ICallback<? super PrintConnector> callback)
PrintConnector post(PrintConnector newPrintConnector, IJsonBackedObject payload) throws ClientException
ClientExceptionvoid get(ICallback<? super PrintConnector> callback)
PrintConnector get() throws ClientException
ClientExceptionvoid delete(ICallback<? super PrintConnector> callback)
void delete()
throws ClientException
ClientExceptionvoid patch(PrintConnector sourcePrintConnector, ICallback<? super PrintConnector> callback)
PrintConnector patch(PrintConnector sourcePrintConnector) throws ClientException
ClientExceptionIPrintConnectorWithReferenceRequest select(java.lang.String value)
IPrintConnectorWithReferenceRequest expand(java.lang.String value)