public interface IPrinterShareReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
PrinterShare |
delete() |
void |
delete(ICallback<? super PrinterShare> callback) |
IPrinterShareReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
PrinterShare |
put(PrinterShare srcPrinterShare)
Puts the PrinterShare
|
void |
put(PrinterShare srcPrinterShare,
ICallback<? super PrinterShare> callback)
Puts the PrinterShare
|
IPrinterShareReferenceRequest |
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 delete(ICallback<? super PrinterShare> callback)
PrinterShare delete() throws ClientException
ClientExceptionIPrinterShareReferenceRequest select(java.lang.String value)
value - the select clauseIPrinterShareReferenceRequest expand(java.lang.String value)
value - the expand clausevoid put(PrinterShare srcPrinterShare, ICallback<? super PrinterShare> callback)
srcPrinterShare - the PrinterShare to PUTcallback - the callback to be called after success or failurePrinterShare put(PrinterShare srcPrinterShare) throws ClientException
srcPrinterShare - the PrinterShare to PUTClientException - an exception occurs if there was an error while the request was sent