public class HomeRealmDiscoveryPolicyWithReferenceRequest extends BaseRequest implements IHomeRealmDiscoveryPolicyWithReferenceRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
HomeRealmDiscoveryPolicyWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the HomeRealmDiscoveryPolicy
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super HomeRealmDiscoveryPolicy> callback) |
IHomeRealmDiscoveryPolicyWithReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
HomeRealmDiscoveryPolicy |
get() |
void |
get(ICallback<? super HomeRealmDiscoveryPolicy> callback) |
HomeRealmDiscoveryPolicy |
patch(HomeRealmDiscoveryPolicy sourceHomeRealmDiscoveryPolicy) |
void |
patch(HomeRealmDiscoveryPolicy sourceHomeRealmDiscoveryPolicy,
ICallback<? super HomeRealmDiscoveryPolicy> callback) |
HomeRealmDiscoveryPolicy |
post(HomeRealmDiscoveryPolicy newHomeRealmDiscoveryPolicy,
IJsonBackedObject payload) |
void |
post(HomeRealmDiscoveryPolicy newHomeRealmDiscoveryPolicy,
IJsonBackedObject payload,
ICallback<? super HomeRealmDiscoveryPolicy> callback) |
IHomeRealmDiscoveryPolicyWithReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, 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 HomeRealmDiscoveryPolicyWithReferenceRequest(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, IJsonBackedObject payload, ICallback<? super HomeRealmDiscoveryPolicy> callback)
post in interface IHomeRealmDiscoveryPolicyWithReferenceRequestpublic HomeRealmDiscoveryPolicy post(HomeRealmDiscoveryPolicy newHomeRealmDiscoveryPolicy, IJsonBackedObject payload) throws ClientException
post in interface IHomeRealmDiscoveryPolicyWithReferenceRequestClientExceptionpublic void get(ICallback<? super HomeRealmDiscoveryPolicy> callback)
get in interface IHomeRealmDiscoveryPolicyWithReferenceRequestpublic HomeRealmDiscoveryPolicy get() throws ClientException
get in interface IHomeRealmDiscoveryPolicyWithReferenceRequestClientExceptionpublic void delete(ICallback<? super HomeRealmDiscoveryPolicy> callback)
delete in interface IHomeRealmDiscoveryPolicyWithReferenceRequestpublic void delete()
throws ClientException
delete in interface IHomeRealmDiscoveryPolicyWithReferenceRequestClientExceptionpublic void patch(HomeRealmDiscoveryPolicy sourceHomeRealmDiscoveryPolicy, ICallback<? super HomeRealmDiscoveryPolicy> callback)
patch in interface IHomeRealmDiscoveryPolicyWithReferenceRequestpublic HomeRealmDiscoveryPolicy patch(HomeRealmDiscoveryPolicy sourceHomeRealmDiscoveryPolicy) throws ClientException
patch in interface IHomeRealmDiscoveryPolicyWithReferenceRequestClientExceptionpublic IHomeRealmDiscoveryPolicyWithReferenceRequest select(java.lang.String value)
select in interface IHomeRealmDiscoveryPolicyWithReferenceRequestvalue - the select clausepublic IHomeRealmDiscoveryPolicyWithReferenceRequest expand(java.lang.String value)
expand in interface IHomeRealmDiscoveryPolicyWithReferenceRequestvalue - the expand clause