public class ManagedAppRegistrationWithReferenceRequest extends BaseRequest implements IManagedAppRegistrationWithReferenceRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
ManagedAppRegistrationWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the ManagedAppRegistration
|
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 ManagedAppRegistrationWithReferenceRequest(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(ManagedAppRegistration newManagedAppRegistration, IJsonBackedObject payload, ICallback<ManagedAppRegistration> callback)
post in interface IManagedAppRegistrationWithReferenceRequestpublic ManagedAppRegistration post(ManagedAppRegistration newManagedAppRegistration, IJsonBackedObject payload) throws ClientException
post in interface IManagedAppRegistrationWithReferenceRequestClientExceptionpublic void get(ICallback<ManagedAppRegistration> callback)
get in interface IManagedAppRegistrationWithReferenceRequestpublic ManagedAppRegistration get() throws ClientException
get in interface IManagedAppRegistrationWithReferenceRequestClientExceptionpublic void delete(ICallback<ManagedAppRegistration> callback)
delete in interface IManagedAppRegistrationWithReferenceRequestpublic void delete()
throws ClientException
delete in interface IManagedAppRegistrationWithReferenceRequestClientExceptionpublic void patch(ManagedAppRegistration sourceManagedAppRegistration, ICallback<ManagedAppRegistration> callback)
patch in interface IManagedAppRegistrationWithReferenceRequestpublic ManagedAppRegistration patch(ManagedAppRegistration sourceManagedAppRegistration) throws ClientException
patch in interface IManagedAppRegistrationWithReferenceRequestClientExceptionpublic IManagedAppRegistrationWithReferenceRequest select(java.lang.String value)
select in interface IManagedAppRegistrationWithReferenceRequestvalue - the select clausepublic IManagedAppRegistrationWithReferenceRequest expand(java.lang.String value)
expand in interface IManagedAppRegistrationWithReferenceRequestvalue - the expand clausepublic IManagedAppRegistrationWithReferenceRequest filter(java.lang.String value)
value - the filter clause