public class ManagedAppRegistrationCollectionWithReferencesRequest extends BaseCollectionRequest<ManagedAppRegistrationCollectionResponse,IManagedAppRegistrationCollectionPage> implements IManagedAppRegistrationCollectionWithReferencesRequest
| Constructor and Description |
|---|
ManagedAppRegistrationCollectionWithReferencesRequest(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 |
|---|---|
IManagedAppRegistrationCollectionWithReferencesPage |
buildFromResponse(ManagedAppRegistrationCollectionResponse response) |
IManagedAppRegistrationCollectionWithReferencesRequest |
expand(java.lang.String value) |
IManagedAppRegistrationCollectionWithReferencesRequest |
filter(java.lang.String value) |
IManagedAppRegistrationCollectionWithReferencesPage |
get() |
void |
get(ICallback<? super IManagedAppRegistrationCollectionWithReferencesPage> callback) |
IManagedAppRegistrationCollectionWithReferencesRequest |
orderBy(java.lang.String value) |
IManagedAppRegistrationCollectionWithReferencesRequest |
select(java.lang.String value) |
IManagedAppRegistrationCollectionWithReferencesRequest |
top(int value) |
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 ManagedAppRegistrationCollectionWithReferencesRequest(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 IManagedAppRegistrationCollectionWithReferencesPage> callback)
get in interface IManagedAppRegistrationCollectionWithReferencesRequestpublic IManagedAppRegistrationCollectionWithReferencesPage get() throws ClientException
get in interface IManagedAppRegistrationCollectionWithReferencesRequestClientExceptionpublic IManagedAppRegistrationCollectionWithReferencesRequest expand(java.lang.String value)
expand in interface IManagedAppRegistrationCollectionWithReferencesRequestpublic IManagedAppRegistrationCollectionWithReferencesRequest filter(java.lang.String value)
public IManagedAppRegistrationCollectionWithReferencesRequest orderBy(java.lang.String value)
public IManagedAppRegistrationCollectionWithReferencesRequest select(java.lang.String value)
select in interface IManagedAppRegistrationCollectionWithReferencesRequestpublic IManagedAppRegistrationCollectionWithReferencesRequest top(int value)
top in interface IManagedAppRegistrationCollectionWithReferencesRequestpublic IManagedAppRegistrationCollectionWithReferencesPage buildFromResponse(ManagedAppRegistrationCollectionResponse response)