Uses of Class
com.flowable.engage.dto.conversation.UserLastReadStatusDto
Package | Description |
---|---|
com.flowable.engage.dto.conversation | |
com.flowable.engage.rest.service.api.mapper.conversation |
-
Uses of UserLastReadStatusDto in com.flowable.engage.dto.conversation
Fields in com.flowable.engage.dto.conversation with type parameters of type UserLastReadStatusDto Modifier and Type Field Description protected java.util.List<UserLastReadStatusDto>
ConversationLastReadStatusResponse. userLastReadStatuses
Methods in com.flowable.engage.dto.conversation that return types with arguments of type UserLastReadStatusDto Modifier and Type Method Description java.util.List<UserLastReadStatusDto>
ConversationLastReadStatusResponse. getUserLastReadStatuses()
Method parameters in com.flowable.engage.dto.conversation with type arguments of type UserLastReadStatusDto Modifier and Type Method Description void
ConversationLastReadStatusResponse. setUserLastReadStatuses(java.util.List<UserLastReadStatusDto> userLastReadStatuses)
-
Uses of UserLastReadStatusDto in com.flowable.engage.rest.service.api.mapper.conversation
Methods in com.flowable.engage.rest.service.api.mapper.conversation that return UserLastReadStatusDto Modifier and Type Method Description protected UserLastReadStatusDto
ConversationStatusMapperImpl. conversationStatusToUserLastReadStatusDto(ConversationStatus conversationStatus)
Methods in com.flowable.engage.rest.service.api.mapper.conversation that return types with arguments of type UserLastReadStatusDto Modifier and Type Method Description protected java.util.List<UserLastReadStatusDto>
ConversationStatusMapperImpl. conversationStatusCollectionToUserLastReadStatusDtoList(java.util.Collection<ConversationStatus> collection)
Methods in com.flowable.engage.rest.service.api.mapper.conversation with parameters of type UserLastReadStatusDto Modifier and Type Method Description default void
ConversationStatusMapper. afterUserLastReadStatusDto(UserLastReadStatusDto lastReadStatusDto)