public class HomeRealmDiscoveryPolicyCollectionWithReferencesRequest extends BaseCollectionRequest<HomeRealmDiscoveryPolicyCollectionResponse,IHomeRealmDiscoveryPolicyCollectionPage> implements IHomeRealmDiscoveryPolicyCollectionWithReferencesRequest
| Constructor and Description |
|---|
HomeRealmDiscoveryPolicyCollectionWithReferencesRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of HomeRealmDiscoveryPolicy
|
| Modifier and Type | Method and Description |
|---|---|
IHomeRealmDiscoveryPolicyCollectionWithReferencesPage |
buildFromResponse(HomeRealmDiscoveryPolicyCollectionResponse response) |
IHomeRealmDiscoveryPolicyCollectionWithReferencesRequest |
expand(java.lang.String value) |
IHomeRealmDiscoveryPolicyCollectionWithReferencesRequest |
filter(java.lang.String value) |
IHomeRealmDiscoveryPolicyCollectionWithReferencesPage |
get() |
void |
get(ICallback<? super IHomeRealmDiscoveryPolicyCollectionWithReferencesPage> callback) |
IHomeRealmDiscoveryPolicyCollectionWithReferencesRequest |
orderBy(java.lang.String value) |
IHomeRealmDiscoveryPolicyCollectionWithReferencesRequest |
select(java.lang.String value) |
IHomeRealmDiscoveryPolicyCollectionWithReferencesRequest |
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 HomeRealmDiscoveryPolicyCollectionWithReferencesRequest(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 IHomeRealmDiscoveryPolicyCollectionWithReferencesPage> callback)
get in interface IHomeRealmDiscoveryPolicyCollectionWithReferencesRequestpublic IHomeRealmDiscoveryPolicyCollectionWithReferencesPage get() throws ClientException
get in interface IHomeRealmDiscoveryPolicyCollectionWithReferencesRequestClientExceptionpublic IHomeRealmDiscoveryPolicyCollectionWithReferencesRequest expand(java.lang.String value)
expand in interface IHomeRealmDiscoveryPolicyCollectionWithReferencesRequestpublic IHomeRealmDiscoveryPolicyCollectionWithReferencesRequest filter(java.lang.String value)
public IHomeRealmDiscoveryPolicyCollectionWithReferencesRequest orderBy(java.lang.String value)
public IHomeRealmDiscoveryPolicyCollectionWithReferencesRequest select(java.lang.String value)
select in interface IHomeRealmDiscoveryPolicyCollectionWithReferencesRequestpublic IHomeRealmDiscoveryPolicyCollectionWithReferencesRequest top(int value)
top in interface IHomeRealmDiscoveryPolicyCollectionWithReferencesRequestpublic IHomeRealmDiscoveryPolicyCollectionWithReferencesPage buildFromResponse(HomeRealmDiscoveryPolicyCollectionResponse response)