Uses of Class
com.flowable.engage.dto.conversation.ConversationLastReadStatusResponse
Package | Description |
---|---|
com.flowable.engage.rest.service.api.conversation | |
com.flowable.engage.rest.service.api.mapper.conversation |
-
Uses of ConversationLastReadStatusResponse in com.flowable.engage.rest.service.api.conversation
Methods in com.flowable.engage.rest.service.api.conversation that return ConversationLastReadStatusResponse Modifier and Type Method Description ConversationLastReadStatusResponse
ConversationResourceService. getConversationLastReadStatus(java.lang.String conversationId)
Methods in com.flowable.engage.rest.service.api.conversation that return types with arguments of type ConversationLastReadStatusResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<ConversationLastReadStatusResponse>
ConversationResource. getConversationLastReadStatus(java.lang.String conversationId)
-
Uses of ConversationLastReadStatusResponse in com.flowable.engage.rest.service.api.mapper.conversation
Methods in com.flowable.engage.rest.service.api.mapper.conversation that return ConversationLastReadStatusResponse Modifier and Type Method Description ConversationLastReadStatusResponse
ConversationStatusMapper. map(java.lang.String conversationId, java.util.Collection<ConversationStatus> conversationStatuses)
ConversationLastReadStatusResponse
ConversationStatusMapperImpl. map(java.lang.String conversationId, java.util.Collection<ConversationStatus> conversationStatuses)