public class ManagedAppStatusCollectionRequest extends BaseCollectionRequest<ManagedAppStatusCollectionResponse,IManagedAppStatusCollectionPage> implements IManagedAppStatusCollectionRequest
| Constructor and Description |
|---|
ManagedAppStatusCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ManagedAppStatus
|
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 ManagedAppStatusCollectionRequest(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<IManagedAppStatusCollectionPage> callback)
get in interface IManagedAppStatusCollectionRequestpublic IManagedAppStatusCollectionPage get() throws ClientException
get in interface IManagedAppStatusCollectionRequestClientExceptionpublic void post(ManagedAppStatus newManagedAppStatus, ICallback<ManagedAppStatus> callback)
post in interface IManagedAppStatusCollectionRequestpublic ManagedAppStatus post(ManagedAppStatus newManagedAppStatus) throws ClientException
post in interface IManagedAppStatusCollectionRequestClientExceptionpublic IManagedAppStatusCollectionRequest expand(java.lang.String value)
expand in interface IManagedAppStatusCollectionRequestvalue - the expand clausepublic IManagedAppStatusCollectionRequest filter(java.lang.String value)
filter in interface IManagedAppStatusCollectionRequestvalue - the filter clausepublic IManagedAppStatusCollectionRequest select(java.lang.String value)
select in interface IManagedAppStatusCollectionRequestvalue - the select clausepublic IManagedAppStatusCollectionRequest top(int value)
top in interface IManagedAppStatusCollectionRequestvalue - the max number of items to returnpublic IManagedAppStatusCollectionRequest skip(int value)
skip in interface IManagedAppStatusCollectionRequestvalue - of the number of items to skippublic IManagedAppStatusCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IManagedAppStatusCollectionRequestskipToken - - Token for paginationpublic IManagedAppStatusCollectionPage buildFromResponse(ManagedAppStatusCollectionResponse response)