public interface IManagedAppOperationCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
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
|
void get(ICallback<IManagedAppOperationCollectionPage> callback)
IManagedAppOperationCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedAppOperation newManagedAppOperation, ICallback<ManagedAppOperation> callback)
ManagedAppOperation post(ManagedAppOperation newManagedAppOperation) throws ClientException
ClientExceptionIManagedAppOperationCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedAppOperationCollectionRequest select(java.lang.String value)
value - the select clauseIManagedAppOperationCollectionRequest top(int value)
value - the max number of items to return