public class ManagedAppRegistrationCollectionRequest extends BaseCollectionRequest<ManagedAppRegistrationCollectionResponse,IManagedAppRegistrationCollectionPage> implements IManagedAppRegistrationCollectionRequest
| Constructor and Description |
|---|
ManagedAppRegistrationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ManagedAppRegistration
|
| Modifier and Type | Method and Description |
|---|---|
IManagedAppRegistrationCollectionPage |
buildFromResponse(ManagedAppRegistrationCollectionResponse response) |
IManagedAppRegistrationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedAppRegistrationCollectionPage |
get() |
void |
get(ICallback<IManagedAppRegistrationCollectionPage> callback) |
ManagedAppRegistration |
post(ManagedAppRegistration newManagedAppRegistration) |
void |
post(ManagedAppRegistration newManagedAppRegistration,
ICallback<ManagedAppRegistration> callback) |
IManagedAppRegistrationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedAppRegistrationCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic ManagedAppRegistrationCollectionRequest(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 get(ICallback<IManagedAppRegistrationCollectionPage> callback)
get in interface IManagedAppRegistrationCollectionRequestpublic IManagedAppRegistrationCollectionPage get() throws ClientException
get in interface IManagedAppRegistrationCollectionRequestClientExceptionpublic void post(ManagedAppRegistration newManagedAppRegistration, ICallback<ManagedAppRegistration> callback)
post in interface IManagedAppRegistrationCollectionRequestpublic ManagedAppRegistration post(ManagedAppRegistration newManagedAppRegistration) throws ClientException
post in interface IManagedAppRegistrationCollectionRequestClientExceptionpublic IManagedAppRegistrationCollectionRequest expand(java.lang.String value)
expand in interface IManagedAppRegistrationCollectionRequestvalue - the expand clausepublic IManagedAppRegistrationCollectionRequest select(java.lang.String value)
select in interface IManagedAppRegistrationCollectionRequestvalue - the select clausepublic IManagedAppRegistrationCollectionRequest top(int value)
top in interface IManagedAppRegistrationCollectionRequestvalue - the max number of items to returnpublic IManagedAppRegistrationCollectionPage buildFromResponse(ManagedAppRegistrationCollectionResponse response)