Uses of Enum Class
io.mateu.dtos.JourneyStatusDto
-
Uses of JourneyStatusDto in io.mateu.dtos
Methods in io.mateu.dtos that return JourneyStatusDtoModifier and TypeMethodDescriptionJourneyDto.status()Returns the value of thestatusrecord component.static JourneyStatusDtoReturns the enum constant of this class with the specified name.static JourneyStatusDto[]JourneyStatusDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.mateu.dtos with parameters of type JourneyStatusDtoModifierConstructorDescriptionJourneyDto(String type, JourneyStatusDto status, String statusMessage, String currentStepId, String currentStepDefinitionId) Creates an instance of aJourneyDtorecord class.