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
|
| Modifier and Type | Method and Description |
|---|---|
IManagedAppStatusCollectionPage |
buildFromResponse(ManagedAppStatusCollectionResponse response) |
IManagedAppStatusCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedAppStatusCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IManagedAppStatusCollectionPage |
get() |
void |
get(ICallback<? super IManagedAppStatusCollectionPage> callback) |
IManagedAppStatusCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ManagedAppStatus |
post(ManagedAppStatus newManagedAppStatus) |
void |
post(ManagedAppStatus newManagedAppStatus,
ICallback<? super ManagedAppStatus> callback) |
IManagedAppStatusCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedAppStatusCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IManagedAppStatusCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IManagedAppStatusCollectionRequest |
top(int value)
Sets the top value for the request
|
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<? super IManagedAppStatusCollectionPage> callback)
get in interface IManagedAppStatusCollectionRequestpublic IManagedAppStatusCollectionPage get() throws ClientException
get in interface IManagedAppStatusCollectionRequestClientExceptionpublic void post(ManagedAppStatus newManagedAppStatus, ICallback<? super 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 orderBy(java.lang.String value)
orderBy in interface IManagedAppStatusCollectionRequestvalue - the order by 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)