Uses of Class
de.hybris.platform.messagecentercsoccaddon.dto.conversation.ConversationMessageWsDTO
-
Packages that use ConversationMessageWsDTO Package Description de.hybris.platform.messagecentercsoccaddon.dto.conversation -
-
Uses of ConversationMessageWsDTO in de.hybris.platform.messagecentercsoccaddon.dto.conversation
Methods in de.hybris.platform.messagecentercsoccaddon.dto.conversation that return ConversationMessageWsDTO Modifier and Type Method Description ConversationMessageWsDTOConversationWsDTO. getLatestMessage()Methods in de.hybris.platform.messagecentercsoccaddon.dto.conversation that return types with arguments of type ConversationMessageWsDTO Modifier and Type Method Description java.util.List<ConversationMessageWsDTO>ConversationMessageListWsDTO. getMessages()Methods in de.hybris.platform.messagecentercsoccaddon.dto.conversation with parameters of type ConversationMessageWsDTO Modifier and Type Method Description voidConversationWsDTO. setLatestMessage(ConversationMessageWsDTO latestMessage)Method parameters in de.hybris.platform.messagecentercsoccaddon.dto.conversation with type arguments of type ConversationMessageWsDTO Modifier and Type Method Description voidConversationMessageListWsDTO. setMessages(java.util.List<ConversationMessageWsDTO> messages)
-