Package com.inteliqua.rest.flow.payload
Class FlowDto
- java.lang.Object
-
- com.inteliqua.rest.flow.payload.FlowDto
-
- All Implemented Interfaces:
EliquaAbstractRequestPayload
- Direct Known Subclasses:
ExtendedFlowDto
public class FlowDto extends Object implements EliquaAbstractRequestPayload
Data Transfer Object (DTO) representing basic flow metadata.Used in requests or responses to identify and describe a specific flow by its unique ID and human-readable name.
This DTO implements
EliquaAbstractRequestPayload, making it suitable for use in REST payload structures within the application.- See Also:
EliquaAbstractRequestPayload