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
|
| Modifier and Type | Method and Description |
|---|---|
IManagedAppOperationCollectionPage |
buildFromResponse(ManagedAppOperationCollectionResponse response) |
IManagedAppOperationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedAppOperationCollectionPage |
get() |
void |
get(ICallback<IManagedAppOperationCollectionPage> callback) |
ManagedAppOperation |
post(ManagedAppOperation newManagedAppOperation) |
void |
post(ManagedAppOperation newManagedAppOperation,
ICallback<ManagedAppOperation> callback) |
IManagedAppOperationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedAppOperationCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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 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 IManagedAppOperationCollectionPage buildFromResponse(ManagedAppOperationCollectionResponse response)