public interface IPrinterCreateOperationRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super PrinterCreateOperation> callback)
Delete this item from the service
|
IPrinterCreateOperationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
PrinterCreateOperation |
get()
Gets the PrinterCreateOperation from the service
|
void |
get(ICallback<? super PrinterCreateOperation> callback)
Gets the PrinterCreateOperation from the service
|
PrinterCreateOperation |
patch(PrinterCreateOperation sourcePrinterCreateOperation)
Patches this PrinterCreateOperation with a source
|
void |
patch(PrinterCreateOperation sourcePrinterCreateOperation,
ICallback<? super PrinterCreateOperation> callback)
Patches this PrinterCreateOperation with a source
|
PrinterCreateOperation |
post(PrinterCreateOperation newPrinterCreateOperation)
Posts a PrinterCreateOperation with a new object
|
void |
post(PrinterCreateOperation newPrinterCreateOperation,
ICallback<? super PrinterCreateOperation> callback)
Posts a PrinterCreateOperation with a new object
|
PrinterCreateOperation |
put(PrinterCreateOperation newPrinterCreateOperation)
Posts a PrinterCreateOperation with a new object
|
void |
put(PrinterCreateOperation newPrinterCreateOperation,
ICallback<? super PrinterCreateOperation> callback)
Posts a PrinterCreateOperation with a new object
|
IPrinterCreateOperationRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super PrinterCreateOperation> callback)
callback - the callback to be called after success or failurePrinterCreateOperation get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super PrinterCreateOperation> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(PrinterCreateOperation sourcePrinterCreateOperation, ICallback<? super PrinterCreateOperation> callback)
sourcePrinterCreateOperation - the source object with updatescallback - the callback to be called after success or failurePrinterCreateOperation patch(PrinterCreateOperation sourcePrinterCreateOperation) throws ClientException
sourcePrinterCreateOperation - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(PrinterCreateOperation newPrinterCreateOperation, ICallback<? super PrinterCreateOperation> callback)
newPrinterCreateOperation - the new object to createcallback - the callback to be called after success or failurePrinterCreateOperation post(PrinterCreateOperation newPrinterCreateOperation) throws ClientException
newPrinterCreateOperation - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(PrinterCreateOperation newPrinterCreateOperation, ICallback<? super PrinterCreateOperation> callback)
newPrinterCreateOperation - the object to create/updatecallback - the callback to be called after success or failurePrinterCreateOperation put(PrinterCreateOperation newPrinterCreateOperation) throws ClientException
newPrinterCreateOperation - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIPrinterCreateOperationRequest select(java.lang.String value)
value - the select clauseIPrinterCreateOperationRequest expand(java.lang.String value)
value - the expand clause