Uses of Interface
com.flowable.engage.external.system.api.InboundReactionBuilder
Packages that use InboundReactionBuilder
Package
Description
-
Uses of InboundReactionBuilder in com.flowable.engage.external.system.api
Methods in com.flowable.engage.external.system.api that return InboundReactionBuilderModifier and TypeMethodDescriptionInboundReactionBuilder.businessAccountId(String businessAccountId) The id of the business account that has received the reaction.InboundReactionHandler.createInboundReactionBuilder()InboundReactionBuilder.externalMessageId(String externalMessageId) The external message id the reaction is linked toInboundReactionBuilder.externalSenderId(String externalSenderId) The external id of the user who reactedInboundReactionBuilder.externalSenderName(String externalSenderName) InboundReactionBuilder.externalSystemId(String externalSystemId) The id of the system that the reaction originates from.The reactionInboundReactionBuilder.removePreviousUserReaction()Remove previous user reaction -
Uses of InboundReactionBuilder in com.flowable.engage.external.system.service
Classes in com.flowable.engage.external.system.service that implement InboundReactionBuilderMethods in com.flowable.engage.external.system.service that return InboundReactionBuilderModifier and TypeMethodDescriptionInboundReactionBuilderImpl.businessAccountId(String businessAccountId) InboundReactionHandlerImpl.createInboundReactionBuilder()InboundReactionBuilderImpl.externalMessageId(String externalMessageId) InboundReactionBuilderImpl.externalSenderId(String externalSenderId) InboundReactionBuilderImpl.externalSenderName(String externalSenderName) InboundReactionBuilderImpl.externalSystemId(String externalSystemId) InboundReactionBuilderImpl.removePreviousUserReaction()