public interface IHomeRealmDiscoveryPolicyCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IHomeRealmDiscoveryPolicyCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IHomeRealmDiscoveryPolicyCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IHomeRealmDiscoveryPolicyCollectionPage |
get() |
void |
get(ICallback<? super IHomeRealmDiscoveryPolicyCollectionPage> callback) |
IHomeRealmDiscoveryPolicyCollectionRequest |
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) |
IHomeRealmDiscoveryPolicyCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IHomeRealmDiscoveryPolicyCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IHomeRealmDiscoveryPolicyCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IHomeRealmDiscoveryPolicyCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IHomeRealmDiscoveryPolicyCollectionPage> callback)
IHomeRealmDiscoveryPolicyCollectionPage get() throws ClientException
ClientExceptionvoid post(HomeRealmDiscoveryPolicy newHomeRealmDiscoveryPolicy, ICallback<? super HomeRealmDiscoveryPolicy> callback)
HomeRealmDiscoveryPolicy post(HomeRealmDiscoveryPolicy newHomeRealmDiscoveryPolicy) throws ClientException
ClientExceptionIHomeRealmDiscoveryPolicyCollectionRequest expand(java.lang.String value)
value - the expand clauseIHomeRealmDiscoveryPolicyCollectionRequest filter(java.lang.String value)
value - the filter clauseIHomeRealmDiscoveryPolicyCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIHomeRealmDiscoveryPolicyCollectionRequest select(java.lang.String value)
value - the select clauseIHomeRealmDiscoveryPolicyCollectionRequest top(int value)
value - the max number of items to returnIHomeRealmDiscoveryPolicyCollectionRequest skip(int value)
value - of the number of items to skipIHomeRealmDiscoveryPolicyCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination