Uses of Enum Class
com.finconsgroup.itserr.marketplace.usercommunication.dm.enums.ParticipantRole
Packages that use ParticipantRole
Package
Description
-
Uses of ParticipantRole in com.finconsgroup.itserr.marketplace.usercommunication.dm.entity
Constructors in com.finconsgroup.itserr.marketplace.usercommunication.dm.entity with parameters of type ParticipantRoleModifierConstructorDescriptionConversationParticipant(UUID conversationId, UUID userId, ParticipantRole role) ConversationParticipant(UUID conversationId, UUID userId, ParticipantRole role, UUID invitedBy) -
Uses of ParticipantRole in com.finconsgroup.itserr.marketplace.usercommunication.dm.enums
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.enums that return ParticipantRoleModifier and TypeMethodDescriptionstatic ParticipantRoleReturns the enum constant of this class with the specified name.static ParticipantRole[]ParticipantRole.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ParticipantRole in com.finconsgroup.itserr.marketplace.usercommunication.dm.repository
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.repository with parameters of type ParticipantRoleModifier and TypeMethodDescriptionvoidConversationParticipantRepository.updateParticipantRole(UUID conversationId, UUID userId, ParticipantRole role) Update participant role