Uses of Class
dev.vality.damsel.messages.GetConversationResponse
-
Uses of GetConversationResponse in dev.vality.damsel.messages
Fields in dev.vality.damsel.messages declared as GetConversationResponse Modifier and Type Field Description GetConversationResponseMessageServiceSrv.GetConversations_result. successMethods in dev.vality.damsel.messages that return GetConversationResponse Modifier and Type Method Description GetConversationResponseGetConversationResponse. deepCopy()GetConversationResponseMessageServiceSrv.Client. getConversations(List<String> conversation_ids, ConversationFilter filter)GetConversationResponseMessageServiceSrv.Iface. getConversations(List<String> conversation_ids, ConversationFilter filter)GetConversationResponseMessageServiceSrv.AsyncClient.GetConversations_call. getResult()GetConversationResponseMessageServiceSrv.GetConversations_result. getSuccess()GetConversationResponseMessageServiceSrv.Client. recvGetConversations()GetConversationResponseGetConversationResponse. setConversations(List<Conversation> conversations)GetConversationResponseGetConversationResponse. setUsers(Map<String,User> users)Methods in dev.vality.damsel.messages that return types with arguments of type GetConversationResponse Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<GetConversationResponse>MessageServiceSrv.AsyncProcessor.GetConversations. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.messages with parameters of type GetConversationResponse Modifier and Type Method Description intGetConversationResponse. compareTo(GetConversationResponse other)booleanGetConversationResponse. equals(GetConversationResponse that)MessageServiceSrv.GetConversations_resultMessageServiceSrv.GetConversations_result. setSuccess(GetConversationResponse success)Method parameters in dev.vality.damsel.messages with type arguments of type GetConversationResponse Modifier and Type Method Description voidMessageServiceSrv.AsyncClient. getConversations(List<String> conversation_ids, ConversationFilter filter, org.apache.thrift.async.AsyncMethodCallback<GetConversationResponse> resultHandler)voidMessageServiceSrv.AsyncIface. getConversations(List<String> conversation_ids, ConversationFilter filter, org.apache.thrift.async.AsyncMethodCallback<GetConversationResponse> resultHandler)voidMessageServiceSrv.AsyncProcessor.GetConversations. start(I iface, MessageServiceSrv.GetConversations_args args, org.apache.thrift.async.AsyncMethodCallback<GetConversationResponse> resultHandler)Constructors in dev.vality.damsel.messages with parameters of type GetConversationResponse Constructor Description GetConversationResponse(GetConversationResponse other)Performs a deep copy on other.GetConversations_result(GetConversationResponse success, ConversationsNotFound ex)Constructor parameters in dev.vality.damsel.messages with type arguments of type GetConversationResponse Constructor Description GetConversations_call(List<String> conversation_ids, ConversationFilter filter, org.apache.thrift.async.AsyncMethodCallback<GetConversationResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)