Uses of Class
dev.vality.damsel.messages.MessageServiceSrv.GetConversations_args
-
Uses of MessageServiceSrv.GetConversations_args in dev.vality.damsel.messages
Methods in dev.vality.damsel.messages that return MessageServiceSrv.GetConversations_args Modifier and Type Method Description MessageServiceSrv.GetConversations_argsMessageServiceSrv.GetConversations_args. deepCopy()MessageServiceSrv.GetConversations_argsMessageServiceSrv.AsyncProcessor.GetConversations. getEmptyArgsInstance()MessageServiceSrv.GetConversations_argsMessageServiceSrv.Processor.GetConversations. getEmptyArgsInstance()MessageServiceSrv.GetConversations_argsMessageServiceSrv.GetConversations_args. setConversationIds(List<String> conversation_ids)MessageServiceSrv.GetConversations_argsMessageServiceSrv.GetConversations_args. setFilter(ConversationFilter filter)Methods in dev.vality.damsel.messages with parameters of type MessageServiceSrv.GetConversations_args Modifier and Type Method Description intMessageServiceSrv.GetConversations_args. compareTo(MessageServiceSrv.GetConversations_args other)booleanMessageServiceSrv.GetConversations_args. equals(MessageServiceSrv.GetConversations_args that)MessageServiceSrv.GetConversations_resultMessageServiceSrv.Processor.GetConversations. getResult(I iface, MessageServiceSrv.GetConversations_args args)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 MessageServiceSrv.GetConversations_args Constructor Description GetConversations_args(MessageServiceSrv.GetConversations_args other)Performs a deep copy on other.