Uses of Class
dev.vality.damsel.messages.User
-
Uses of User in dev.vality.damsel.messages
Fields in dev.vality.damsel.messages declared as User Modifier and Type Field Description UserMessageServiceSrv.SaveConversations_args. userFields in dev.vality.damsel.messages with type parameters of type User Modifier and Type Field Description Map<String,User>GetConversationResponse. usersMethods in dev.vality.damsel.messages that return User Modifier and Type Method Description UserUser. deepCopy()UserMessageServiceSrv.SaveConversations_args. getUser()UserUser. setEmail(String email)UserUser. setFullname(String fullname)UserUser. setUserId(String user_id)Methods in dev.vality.damsel.messages that return types with arguments of type User Modifier and Type Method Description Map<String,User>GetConversationResponse. getUsers()Methods in dev.vality.damsel.messages with parameters of type User Modifier and Type Method Description intUser. compareTo(User other)booleanUser. equals(User that)voidGetConversationResponse. putToUsers(String key, User val)voidMessageServiceSrv.AsyncClient. saveConversations(List<Conversation> conversations, User user, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMessageServiceSrv.AsyncIface. saveConversations(List<Conversation> conversations, User user, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMessageServiceSrv.Client. saveConversations(List<Conversation> conversations, User user)voidMessageServiceSrv.Iface. saveConversations(List<Conversation> conversations, User user)voidMessageServiceSrv.Client. sendSaveConversations(List<Conversation> conversations, User user)MessageServiceSrv.SaveConversations_argsMessageServiceSrv.SaveConversations_args. setUser(User user)Method parameters in dev.vality.damsel.messages with type arguments of type User Modifier and Type Method Description GetConversationResponseGetConversationResponse. setUsers(Map<String,User> users)Constructors in dev.vality.damsel.messages with parameters of type User Constructor Description SaveConversations_args(List<Conversation> conversations, User user)SaveConversations_call(List<Conversation> conversations, User user, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)User(User other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.messages with type arguments of type User Constructor Description GetConversationResponse(List<Conversation> conversations, Map<String,User> users)