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, withHttpMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
public 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 IManagedAppRegistrationCollectionWithReferencesRequest
public IManagedAppRegistrationCollectionWithReferencesPage get() throws ClientException
get
in interface IManagedAppRegistrationCollectionWithReferencesRequest
ClientException
public IManagedAppRegistrationCollectionWithReferencesRequest expand(java.lang.String value)
expand
in interface IManagedAppRegistrationCollectionWithReferencesRequest
public IManagedAppRegistrationCollectionWithReferencesRequest filter(java.lang.String value)
public IManagedAppRegistrationCollectionWithReferencesRequest orderBy(java.lang.String value)
public IManagedAppRegistrationCollectionWithReferencesRequest select(java.lang.String value)
select
in interface IManagedAppRegistrationCollectionWithReferencesRequest
public IManagedAppRegistrationCollectionWithReferencesRequest top(int value)
top
in interface IManagedAppRegistrationCollectionWithReferencesRequest
public IManagedAppRegistrationCollectionWithReferencesPage buildFromResponse(ManagedAppRegistrationCollectionResponse response)