public class ManagedAppOperationCollectionRequest extends BaseCollectionRequest<ManagedAppOperationCollectionResponse,IManagedAppOperationCollectionPage> implements IManagedAppOperationCollectionRequest
| Constructor and Description |
|---|
ManagedAppOperationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ManagedAppOperation
|
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 ManagedAppOperationCollectionRequest(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<IManagedAppOperationCollectionPage> callback)
get in interface IManagedAppOperationCollectionRequestpublic IManagedAppOperationCollectionPage get() throws ClientException
get in interface IManagedAppOperationCollectionRequestClientExceptionpublic void post(ManagedAppOperation newManagedAppOperation, ICallback<ManagedAppOperation> callback)
post in interface IManagedAppOperationCollectionRequestpublic ManagedAppOperation post(ManagedAppOperation newManagedAppOperation) throws ClientException
post in interface IManagedAppOperationCollectionRequestClientExceptionpublic IManagedAppOperationCollectionRequest expand(java.lang.String value)
expand in interface IManagedAppOperationCollectionRequestvalue - the expand clausepublic IManagedAppOperationCollectionRequest filter(java.lang.String value)
filter in interface IManagedAppOperationCollectionRequestvalue - the filter clausepublic IManagedAppOperationCollectionRequest select(java.lang.String value)
select in interface IManagedAppOperationCollectionRequestvalue - the select clausepublic IManagedAppOperationCollectionRequest top(int value)
top in interface IManagedAppOperationCollectionRequestvalue - the max number of items to returnpublic IManagedAppOperationCollectionRequest skip(int value)
skip in interface IManagedAppOperationCollectionRequestvalue - of the number of items to skippublic IManagedAppOperationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IManagedAppOperationCollectionRequestskipToken - - Token for paginationpublic IManagedAppOperationCollectionPage buildFromResponse(ManagedAppOperationCollectionResponse response)