Uses of Enum Class
com.finconsgroup.itserr.marketplace.usercommunication.dm.enums.ConversationType
Packages that use ConversationType
Package
Description
-
Uses of ConversationType in com.finconsgroup.itserr.marketplace.usercommunication.dm.entity
Constructors in com.finconsgroup.itserr.marketplace.usercommunication.dm.entity with parameters of type ConversationTypeModifierConstructorDescriptionConversation(UUID conversationId, ConversationType conversationType, UUID createdBy) -
Uses of ConversationType in com.finconsgroup.itserr.marketplace.usercommunication.dm.enums
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.enums that return ConversationTypeModifier and TypeMethodDescriptionstatic ConversationTypeReturns the enum constant of this class with the specified name.static ConversationType[]ConversationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConversationType in com.finconsgroup.itserr.marketplace.usercommunication.dm.repository
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.repository with parameters of type ConversationTypeModifier and TypeMethodDescriptionlongConversationRepository.countByConversationTypeAndActiveTrue(ConversationType conversationType) Count active conversations by type