public interface IPrintTaskDefinitionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super PrintTaskDefinition> callback)
Delete this item from the service
|
IPrintTaskDefinitionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
PrintTaskDefinition |
get()
Gets the PrintTaskDefinition from the service
|
void |
get(ICallback<? super PrintTaskDefinition> callback)
Gets the PrintTaskDefinition from the service
|
PrintTaskDefinition |
patch(PrintTaskDefinition sourcePrintTaskDefinition)
Patches this PrintTaskDefinition with a source
|
void |
patch(PrintTaskDefinition sourcePrintTaskDefinition,
ICallback<? super PrintTaskDefinition> callback)
Patches this PrintTaskDefinition with a source
|
PrintTaskDefinition |
post(PrintTaskDefinition newPrintTaskDefinition)
Posts a PrintTaskDefinition with a new object
|
void |
post(PrintTaskDefinition newPrintTaskDefinition,
ICallback<? super PrintTaskDefinition> callback)
Posts a PrintTaskDefinition with a new object
|
PrintTaskDefinition |
put(PrintTaskDefinition newPrintTaskDefinition)
Posts a PrintTaskDefinition with a new object
|
void |
put(PrintTaskDefinition newPrintTaskDefinition,
ICallback<? super PrintTaskDefinition> callback)
Posts a PrintTaskDefinition with a new object
|
IPrintTaskDefinitionRequest |
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 PrintTaskDefinition> callback)
callback - the callback to be called after success or failurePrintTaskDefinition get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super PrintTaskDefinition> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(PrintTaskDefinition sourcePrintTaskDefinition, ICallback<? super PrintTaskDefinition> callback)
sourcePrintTaskDefinition - the source object with updatescallback - the callback to be called after success or failurePrintTaskDefinition patch(PrintTaskDefinition sourcePrintTaskDefinition) throws ClientException
sourcePrintTaskDefinition - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(PrintTaskDefinition newPrintTaskDefinition, ICallback<? super PrintTaskDefinition> callback)
newPrintTaskDefinition - the new object to createcallback - the callback to be called after success or failurePrintTaskDefinition post(PrintTaskDefinition newPrintTaskDefinition) throws ClientException
newPrintTaskDefinition - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(PrintTaskDefinition newPrintTaskDefinition, ICallback<? super PrintTaskDefinition> callback)
newPrintTaskDefinition - the object to create/updatecallback - the callback to be called after success or failurePrintTaskDefinition put(PrintTaskDefinition newPrintTaskDefinition) throws ClientException
newPrintTaskDefinition - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIPrintTaskDefinitionRequest select(java.lang.String value)
value - the select clauseIPrintTaskDefinitionRequest expand(java.lang.String value)
value - the expand clause