Uses of Enum Class
io.mateu.dtos.CardVariantDto
-
Uses of CardVariantDto in io.mateu.dtos
Methods in io.mateu.dtos that return CardVariantDtoModifier and TypeMethodDescriptionstatic CardVariantDtoReturns the enum constant of this class with the specified name.static CardVariantDto[]CardVariantDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.mateu.dtos that return types with arguments of type CardVariantDtoModifier and TypeMethodDescriptionCardDto.variants()Returns the value of thevariantsrecord component.Constructor parameters in io.mateu.dtos with type arguments of type CardVariantDtoModifierConstructorDescriptionCardDto(ComponentDto media, ComponentDto headerPrefix, ComponentDto header, ComponentDto title, ComponentDto subtitle, ComponentDto headerSuffix, ComponentDto content, ComponentDto footer, List<CardVariantDto> variants) Creates an instance of aCardDtorecord class.