Uses of Class
com.inteliqua.rest.flow.payload.FlowTriggerPayload
-
Packages that use FlowTriggerPayload Package Description com.inteliqua.rest.flow.client com.inteliqua.rest.flow.payload -
-
Uses of FlowTriggerPayload in com.inteliqua.rest.flow.client
Classes in com.inteliqua.rest.flow.client with type parameters of type FlowTriggerPayload Modifier and Type Class Description classFlowClientService<T extends FlowTriggerPayload>Service layer for interacting with theFlowClientto execute flows in the Eliqua platform.Methods in com.inteliqua.rest.flow.client with parameters of type FlowTriggerPayload Modifier and Type Method Description com.qivos.util.rest.common.envelope.APIResponseEnvelope<FlowResponsePayload>FlowClient. triggerFlowExecution(FlowTriggerPayload flowTriggerPayload)com.qivos.util.rest.common.envelope.APIResponseEnvelope<FlowResponsePayload>FlowExecutableClient. triggerFlowExecution(FlowTriggerPayload flowTriggerPayload)com.qivos.util.rest.common.envelope.APIResponseEnvelope<FlowResponsePayload>FlowClient. triggerFlowExecutionExtended(FlowTriggerPayload flowTriggerPayload)com.qivos.util.rest.common.envelope.APIResponseEnvelope<FlowResponsePayload>FlowExecutableClient. triggerFlowExecutionExtended(FlowTriggerPayload flowTriggerPayload) -
Uses of FlowTriggerPayload in com.inteliqua.rest.flow.payload
Subclasses of FlowTriggerPayload in com.inteliqua.rest.flow.payload Modifier and Type Class Description classCouponFlowTriggerPayloadPayload class for triggering flows related to coupons.classCustomerFlowTriggerPayloadPayload class for triggering flows related to customers.classLoyaltyTransactionFlowTriggerPayloadPayload used to trigger a flow specifically related to a loyalty transaction.classMemberFlowTriggerPayloadPayload used to trigger a flow specifically related to a loyalty member.classMerchantFlowTriggerPayloadPayload used to trigger a flow specifically related to a merchant.
-