public class TargetedManagedAppConfigurationCollectionRequest extends BaseCollectionRequest<TargetedManagedAppConfigurationCollectionResponse,ITargetedManagedAppConfigurationCollectionPage> implements ITargetedManagedAppConfigurationCollectionRequest
| Constructor and Description |
|---|
TargetedManagedAppConfigurationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of TargetedManagedAppConfiguration
|
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 TargetedManagedAppConfigurationCollectionRequest(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 ITargetedManagedAppConfigurationCollectionPage> callback)
get in interface ITargetedManagedAppConfigurationCollectionRequestpublic ITargetedManagedAppConfigurationCollectionPage get() throws ClientException
get in interface ITargetedManagedAppConfigurationCollectionRequestClientExceptionpublic void post(TargetedManagedAppConfiguration newTargetedManagedAppConfiguration, ICallback<? super TargetedManagedAppConfiguration> callback)
post in interface ITargetedManagedAppConfigurationCollectionRequestpublic TargetedManagedAppConfiguration post(TargetedManagedAppConfiguration newTargetedManagedAppConfiguration) throws ClientException
post in interface ITargetedManagedAppConfigurationCollectionRequestClientExceptionpublic ITargetedManagedAppConfigurationCollectionRequest expand(java.lang.String value)
expand in interface ITargetedManagedAppConfigurationCollectionRequestvalue - the expand clausepublic ITargetedManagedAppConfigurationCollectionRequest filter(java.lang.String value)
filter in interface ITargetedManagedAppConfigurationCollectionRequestvalue - the filter clausepublic ITargetedManagedAppConfigurationCollectionRequest orderBy(java.lang.String value)
orderBy in interface ITargetedManagedAppConfigurationCollectionRequestvalue - the order by clausepublic ITargetedManagedAppConfigurationCollectionRequest select(java.lang.String value)
select in interface ITargetedManagedAppConfigurationCollectionRequestvalue - the select clausepublic ITargetedManagedAppConfigurationCollectionRequest top(int value)
top in interface ITargetedManagedAppConfigurationCollectionRequestvalue - the max number of items to returnpublic ITargetedManagedAppConfigurationCollectionRequest skip(int value)
skip in interface ITargetedManagedAppConfigurationCollectionRequestvalue - of the number of items to skippublic ITargetedManagedAppConfigurationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ITargetedManagedAppConfigurationCollectionRequestskipToken - - Token for paginationpublic ITargetedManagedAppConfigurationCollectionPage buildFromResponse(TargetedManagedAppConfigurationCollectionResponse response)