public interface ICommsOperationCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ICommsOperationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ICommsOperationCollectionPage |
get() |
void |
get(ICallback<ICommsOperationCollectionPage> callback) |
CommsOperation |
post(CommsOperation newCommsOperation) |
void |
post(CommsOperation newCommsOperation,
ICallback<CommsOperation> callback) |
ICommsOperationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ICommsOperationCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ICommsOperationCollectionPage> callback)
ICommsOperationCollectionPage get() throws ClientException
ClientExceptionvoid post(CommsOperation newCommsOperation, ICallback<CommsOperation> callback)
CommsOperation post(CommsOperation newCommsOperation) throws ClientException
ClientExceptionICommsOperationCollectionRequest expand(java.lang.String value)
value - the expand clauseICommsOperationCollectionRequest select(java.lang.String value)
value - the select clauseICommsOperationCollectionRequest top(int value)
value - the max number of items to return