Package com.inteliqua.rest.flow.payload
Class FlowResponsePayload
- java.lang.Object
-
- com.qivos.util.rest.common.envelope.Payload<ExtendedFlowDto>
-
- com.inteliqua.rest.flow.payload.FlowResponsePayload
-
public class FlowResponsePayload extends com.qivos.util.rest.common.envelope.Payload<ExtendedFlowDto>
Response payload wrapper for flow-related responses.This class extends
Payloadand wraps anExtendedFlowDtoobject to be used as the body of a successful API response for flow operations.Typical usage includes returning flow metadata, status, or configuration after triggering or querying a flow.
- See Also:
ExtendedFlowDto,Payload
-
-
Constructor Summary
Constructors Constructor Description FlowResponsePayload(ExtendedFlowDto payload)Constructs a newFlowResponsePayloadwith the givenExtendedFlowDtopayload.
-
-
-
Constructor Detail
-
FlowResponsePayload
public FlowResponsePayload(ExtendedFlowDto payload)
Constructs a newFlowResponsePayloadwith the givenExtendedFlowDtopayload.- Parameters:
payload- the flow details to be wrapped in the response envelope
-
-