public class PrintConnectorWithReferenceRequest extends BaseRequest implements IPrintConnectorWithReferenceRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
PrintConnectorWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the PrintConnector
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super PrintConnector> callback) |
IPrintConnectorWithReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
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)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic PrintConnectorWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void post(PrintConnector newPrintConnector, IJsonBackedObject payload, ICallback<? super PrintConnector> callback)
post in interface IPrintConnectorWithReferenceRequestpublic PrintConnector post(PrintConnector newPrintConnector, IJsonBackedObject payload) throws ClientException
post in interface IPrintConnectorWithReferenceRequestClientExceptionpublic void get(ICallback<? super PrintConnector> callback)
get in interface IPrintConnectorWithReferenceRequestpublic PrintConnector get() throws ClientException
get in interface IPrintConnectorWithReferenceRequestClientExceptionpublic void delete(ICallback<? super PrintConnector> callback)
delete in interface IPrintConnectorWithReferenceRequestpublic void delete()
throws ClientException
delete in interface IPrintConnectorWithReferenceRequestClientExceptionpublic void patch(PrintConnector sourcePrintConnector, ICallback<? super PrintConnector> callback)
patch in interface IPrintConnectorWithReferenceRequestpublic PrintConnector patch(PrintConnector sourcePrintConnector) throws ClientException
patch in interface IPrintConnectorWithReferenceRequestClientExceptionpublic IPrintConnectorWithReferenceRequest select(java.lang.String value)
select in interface IPrintConnectorWithReferenceRequestvalue - the select clausepublic IPrintConnectorWithReferenceRequest expand(java.lang.String value)
expand in interface IPrintConnectorWithReferenceRequestvalue - the expand clause