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, 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 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 ITargetedManagedAppConfigurationCollectionRequest
public ITargetedManagedAppConfigurationCollectionPage get() throws ClientException
get
in interface ITargetedManagedAppConfigurationCollectionRequest
ClientException
public void post(TargetedManagedAppConfiguration newTargetedManagedAppConfiguration, ICallback<? super TargetedManagedAppConfiguration> callback)
post
in interface ITargetedManagedAppConfigurationCollectionRequest
public TargetedManagedAppConfiguration post(TargetedManagedAppConfiguration newTargetedManagedAppConfiguration) throws ClientException
post
in interface ITargetedManagedAppConfigurationCollectionRequest
ClientException
public ITargetedManagedAppConfigurationCollectionRequest expand(java.lang.String value)
expand
in interface ITargetedManagedAppConfigurationCollectionRequest
value
- the expand clausepublic ITargetedManagedAppConfigurationCollectionRequest filter(java.lang.String value)
filter
in interface ITargetedManagedAppConfigurationCollectionRequest
value
- the filter clausepublic ITargetedManagedAppConfigurationCollectionRequest orderBy(java.lang.String value)
orderBy
in interface ITargetedManagedAppConfigurationCollectionRequest
value
- the order by clausepublic ITargetedManagedAppConfigurationCollectionRequest select(java.lang.String value)
select
in interface ITargetedManagedAppConfigurationCollectionRequest
value
- the select clausepublic ITargetedManagedAppConfigurationCollectionRequest top(int value)
top
in interface ITargetedManagedAppConfigurationCollectionRequest
value
- the max number of items to returnpublic ITargetedManagedAppConfigurationCollectionRequest skip(int value)
skip
in interface ITargetedManagedAppConfigurationCollectionRequest
value
- of the number of items to skippublic ITargetedManagedAppConfigurationCollectionRequest skipToken(java.lang.String skipToken)
skipToken
in interface ITargetedManagedAppConfigurationCollectionRequest
skipToken
- - Token for paginationpublic ITargetedManagedAppConfigurationCollectionPage buildFromResponse(TargetedManagedAppConfigurationCollectionResponse response)