public interface IConversationThreadCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IConversationThreadCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IConversationThreadCollectionPage |
get() |
void |
get(ICallback<IConversationThreadCollectionPage> callback) |
ConversationThread |
post(ConversationThread newConversationThread) |
void |
post(ConversationThread newConversationThread,
ICallback<ConversationThread> callback) |
IConversationThreadCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IConversationThreadCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IConversationThreadCollectionPage> callback)
IConversationThreadCollectionPage get() throws ClientException
ClientExceptionvoid post(ConversationThread newConversationThread, ICallback<ConversationThread> callback)
ConversationThread post(ConversationThread newConversationThread) throws ClientException
ClientExceptionIConversationThreadCollectionRequest expand(java.lang.String value)
value - the expand clauseIConversationThreadCollectionRequest select(java.lang.String value)
value - the select clauseIConversationThreadCollectionRequest top(int value)
value - the max number of items to return