public interface IMessageRuleCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IMessageRuleCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IMessageRuleCollectionPage |
get() |
void |
get(ICallback<IMessageRuleCollectionPage> callback) |
MessageRule |
post(MessageRule newMessageRule) |
void |
post(MessageRule newMessageRule,
ICallback<MessageRule> callback) |
IMessageRuleCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IMessageRuleCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IMessageRuleCollectionPage> callback)
IMessageRuleCollectionPage get() throws ClientException
ClientExceptionvoid post(MessageRule newMessageRule, ICallback<MessageRule> callback)
MessageRule post(MessageRule newMessageRule) throws ClientException
ClientExceptionIMessageRuleCollectionRequest expand(java.lang.String value)
value - the expand clauseIMessageRuleCollectionRequest select(java.lang.String value)
value - the select clauseIMessageRuleCollectionRequest top(int value)
value - the max number of items to return