Uses of Enum Class
io.mateu.dtos.DestinationTypeDto
-
Uses of DestinationTypeDto in io.mateu.dtos
Methods in io.mateu.dtos that return DestinationTypeDtoModifier and TypeMethodDescriptionDestinationDto.type()Returns the value of thetyperecord component.static DestinationTypeDtoReturns the enum constant of this class with the specified name.static DestinationTypeDto[]DestinationTypeDto.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 DestinationTypeDtoModifierConstructorDescriptionDestinationDto(String id, DestinationTypeDto type, String description, String value) Creates an instance of aDestinationDtorecord class.