Uses of Class
org.codelibs.fess.entity.ChatMessage.ChatSource
Packages that use ChatMessage.ChatSource
-
Uses of ChatMessage.ChatSource in org.codelibs.fess.entity
Methods in org.codelibs.fess.entity that return types with arguments of type ChatMessage.ChatSourceModifier and TypeMethodDescriptionChatMessage.getSources()Gets the list of sources referenced in the message.Methods in org.codelibs.fess.entity with parameters of type ChatMessage.ChatSourceModifier and TypeMethodDescriptionvoidChatMessage.addSource(ChatMessage.ChatSource source) Adds a source to the message.Method parameters in org.codelibs.fess.entity with type arguments of type ChatMessage.ChatSourceModifier and TypeMethodDescriptionvoidChatMessage.setSources(List<ChatMessage.ChatSource> sources) Sets the list of sources referenced in the message. -
Uses of ChatMessage.ChatSource in org.codelibs.fess.helper
Method parameters in org.codelibs.fess.helper with type arguments of type ChatMessage.ChatSourceModifier and TypeMethodDescriptionChatApiHelper.toSourceMaps(List<ChatMessage.ChatSource> sources) Converts chat sources to the v2 API response shape.