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
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<ManagedAppRegistration> callback) |
IManagedAppRegistrationWithReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ManagedAppRegistration |
get() |
void |
get(ICallback<ManagedAppRegistration> callback) |
ManagedAppRegistration |
patch(ManagedAppRegistration sourceManagedAppRegistration) |
void |
patch(ManagedAppRegistration sourceManagedAppRegistration,
ICallback<ManagedAppRegistration> callback) |
ManagedAppRegistration |
post(ManagedAppRegistration newManagedAppRegistration,
IJsonBackedObject payload) |
void |
post(ManagedAppRegistration newManagedAppRegistration,
IJsonBackedObject payload,
ICallback<ManagedAppRegistration> callback) |
IManagedAppRegistrationWithReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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 clause