Uses of Class
com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
Packages that use ConversationParticipantResponse Package Description com.flowable.engage.dto.conversation.search -
-
Uses of ConversationParticipantResponse in com.flowable.engage.dto.conversation.search
Fields in com.flowable.engage.dto.conversation.search with type parameters of type ConversationParticipantResponse Modifier and Type Field Description protected Map<String,ConversationParticipantResponse>
ConversationSearchResponse. participantsInfo
Methods in com.flowable.engage.dto.conversation.search that return types with arguments of type ConversationParticipantResponse Modifier and Type Method Description Map<String,ConversationParticipantResponse>
ConversationSearchResponse. getParticipantsInfo()
Method parameters in com.flowable.engage.dto.conversation.search with type arguments of type ConversationParticipantResponse Modifier and Type Method Description void
ConversationSearchResponse. setParticipantsInfo(Map<String,ConversationParticipantResponse> participantsInfo)
-