public class HomeRealmDiscoveryPolicyCollectionReferenceRequest extends BaseCollectionRequest<HomeRealmDiscoveryPolicyCollectionResponse,IHomeRealmDiscoveryPolicyCollectionPage> implements IHomeRealmDiscoveryPolicyCollectionReferenceRequest
| Constructor and Description |
|---|
HomeRealmDiscoveryPolicyCollectionReferenceRequest(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 |
|---|---|
IHomeRealmDiscoveryPolicyCollectionReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IHomeRealmDiscoveryPolicyCollectionReferenceRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IHomeRealmDiscoveryPolicyCollectionReferenceRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
HomeRealmDiscoveryPolicy |
post(HomeRealmDiscoveryPolicy newHomeRealmDiscoveryPolicy) |
void |
post(HomeRealmDiscoveryPolicy newHomeRealmDiscoveryPolicy,
ICallback<? super HomeRealmDiscoveryPolicy> callback) |
IHomeRealmDiscoveryPolicyCollectionReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IHomeRealmDiscoveryPolicyCollectionReferenceRequest |
top(int value)
Sets the top value for the request
|
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, withHttpMethodpublic HomeRealmDiscoveryPolicyCollectionReferenceRequest(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 post(HomeRealmDiscoveryPolicy newHomeRealmDiscoveryPolicy, ICallback<? super HomeRealmDiscoveryPolicy> callback)
post in interface IHomeRealmDiscoveryPolicyCollectionReferenceRequestpublic HomeRealmDiscoveryPolicy post(HomeRealmDiscoveryPolicy newHomeRealmDiscoveryPolicy) throws ClientException
post in interface IHomeRealmDiscoveryPolicyCollectionReferenceRequestClientExceptionpublic IHomeRealmDiscoveryPolicyCollectionReferenceRequest expand(java.lang.String value)
value - the expand clausepublic IHomeRealmDiscoveryPolicyCollectionReferenceRequest filter(java.lang.String value)
value - the filter clausepublic IHomeRealmDiscoveryPolicyCollectionReferenceRequest orderBy(java.lang.String value)
value - the sort clausepublic IHomeRealmDiscoveryPolicyCollectionReferenceRequest select(java.lang.String value)
select in interface IHomeRealmDiscoveryPolicyCollectionReferenceRequestvalue - the select clausepublic IHomeRealmDiscoveryPolicyCollectionReferenceRequest top(int value)
top in interface IHomeRealmDiscoveryPolicyCollectionReferenceRequestvalue - the max number of items to return