public class HomeRealmDiscoveryPolicyCollectionRequest extends BaseCollectionRequest<HomeRealmDiscoveryPolicyCollectionResponse,IHomeRealmDiscoveryPolicyCollectionPage> implements IHomeRealmDiscoveryPolicyCollectionRequest
| Constructor and Description |
|---|
HomeRealmDiscoveryPolicyCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of HomeRealmDiscoveryPolicy
|
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 HomeRealmDiscoveryPolicyCollectionRequest(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 IHomeRealmDiscoveryPolicyCollectionPage> callback)
get in interface IHomeRealmDiscoveryPolicyCollectionRequestpublic IHomeRealmDiscoveryPolicyCollectionPage get() throws ClientException
get in interface IHomeRealmDiscoveryPolicyCollectionRequestClientExceptionpublic void post(HomeRealmDiscoveryPolicy newHomeRealmDiscoveryPolicy, ICallback<? super HomeRealmDiscoveryPolicy> callback)
post in interface IHomeRealmDiscoveryPolicyCollectionRequestpublic HomeRealmDiscoveryPolicy post(HomeRealmDiscoveryPolicy newHomeRealmDiscoveryPolicy) throws ClientException
post in interface IHomeRealmDiscoveryPolicyCollectionRequestClientExceptionpublic IHomeRealmDiscoveryPolicyCollectionRequest expand(java.lang.String value)
expand in interface IHomeRealmDiscoveryPolicyCollectionRequestvalue - the expand clausepublic IHomeRealmDiscoveryPolicyCollectionRequest filter(java.lang.String value)
filter in interface IHomeRealmDiscoveryPolicyCollectionRequestvalue - the filter clausepublic IHomeRealmDiscoveryPolicyCollectionRequest orderBy(java.lang.String value)
orderBy in interface IHomeRealmDiscoveryPolicyCollectionRequestvalue - the order by clausepublic IHomeRealmDiscoveryPolicyCollectionRequest select(java.lang.String value)
select in interface IHomeRealmDiscoveryPolicyCollectionRequestvalue - the select clausepublic IHomeRealmDiscoveryPolicyCollectionRequest top(int value)
top in interface IHomeRealmDiscoveryPolicyCollectionRequestvalue - the max number of items to returnpublic IHomeRealmDiscoveryPolicyCollectionRequest skip(int value)
skip in interface IHomeRealmDiscoveryPolicyCollectionRequestvalue - of the number of items to skippublic IHomeRealmDiscoveryPolicyCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IHomeRealmDiscoveryPolicyCollectionRequestskipToken - - Token for paginationpublic IHomeRealmDiscoveryPolicyCollectionPage buildFromResponse(HomeRealmDiscoveryPolicyCollectionResponse response)