public interface IConversationCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IConversationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IConversationCollectionPage |
get() |
void |
get(ICallback<IConversationCollectionPage> callback) |
Conversation |
post(Conversation newConversation) |
void |
post(Conversation newConversation,
ICallback<Conversation> callback) |
IConversationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IConversationCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IConversationCollectionPage> callback)
IConversationCollectionPage get() throws ClientException
ClientExceptionvoid post(Conversation newConversation, ICallback<Conversation> callback)
Conversation post(Conversation newConversation) throws ClientException
ClientExceptionIConversationCollectionRequest expand(java.lang.String value)
value - the expand clauseIConversationCollectionRequest select(java.lang.String value)
value - the select clauseIConversationCollectionRequest top(int value)
value - the max number of items to return