public class PrinterShareCollectionWithReferencesRequest extends BaseCollectionRequest<PrinterShareCollectionResponse,IPrinterShareCollectionPage> implements IPrinterShareCollectionWithReferencesRequest
| Constructor and Description |
|---|
PrinterShareCollectionWithReferencesRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of PrinterShare
|
| Modifier and Type | Method and Description |
|---|---|
IPrinterShareCollectionWithReferencesPage |
buildFromResponse(PrinterShareCollectionResponse response) |
IPrinterShareCollectionWithReferencesRequest |
expand(java.lang.String value) |
IPrinterShareCollectionWithReferencesRequest |
filter(java.lang.String value) |
IPrinterShareCollectionWithReferencesPage |
get() |
void |
get(ICallback<? super IPrinterShareCollectionWithReferencesPage> callback) |
IPrinterShareCollectionWithReferencesRequest |
orderBy(java.lang.String value) |
IPrinterShareCollectionWithReferencesRequest |
select(java.lang.String value) |
IPrinterShareCollectionWithReferencesRequest |
top(int value) |
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, 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 PrinterShareCollectionWithReferencesRequest(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 get(ICallback<? super IPrinterShareCollectionWithReferencesPage> callback)
get in interface IPrinterShareCollectionWithReferencesRequestpublic IPrinterShareCollectionWithReferencesPage get() throws ClientException
get in interface IPrinterShareCollectionWithReferencesRequestClientExceptionpublic IPrinterShareCollectionWithReferencesRequest expand(java.lang.String value)
expand in interface IPrinterShareCollectionWithReferencesRequestpublic IPrinterShareCollectionWithReferencesRequest filter(java.lang.String value)
public IPrinterShareCollectionWithReferencesRequest orderBy(java.lang.String value)
public IPrinterShareCollectionWithReferencesRequest select(java.lang.String value)
select in interface IPrinterShareCollectionWithReferencesRequestpublic IPrinterShareCollectionWithReferencesRequest top(int value)
top in interface IPrinterShareCollectionWithReferencesRequestpublic IPrinterShareCollectionWithReferencesPage buildFromResponse(PrinterShareCollectionResponse response)