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
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, 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 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<? super IManagedAppRegistrationCollectionPage> callback)
get in interface IManagedAppRegistrationCollectionRequestpublic IManagedAppRegistrationCollectionPage get() throws ClientException
get in interface IManagedAppRegistrationCollectionRequestClientExceptionpublic void post(ManagedAppRegistration newManagedAppRegistration, ICallback<? super 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 filter(java.lang.String value)
filter in interface IManagedAppRegistrationCollectionRequestvalue - the filter clausepublic IManagedAppRegistrationCollectionRequest orderBy(java.lang.String value)
orderBy in interface IManagedAppRegistrationCollectionRequestvalue - the order by 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 IManagedAppRegistrationCollectionRequest skip(int value)
skip in interface IManagedAppRegistrationCollectionRequestvalue - of the number of items to skippublic IManagedAppRegistrationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IManagedAppRegistrationCollectionRequestskipToken - - Token for paginationpublic IManagedAppRegistrationCollectionPage buildFromResponse(ManagedAppRegistrationCollectionResponse response)