Uses of Enum Class
io.mateu.dtos.BadgeColorDto
-
Uses of BadgeColorDto in io.mateu.dtos
Methods in io.mateu.dtos that return BadgeColorDtoModifier and TypeMethodDescriptionBadgeDto.color()Returns the value of thecolorrecord component.static BadgeColorDtoReturns the enum constant of this class with the specified name.static BadgeColorDto[]BadgeColorDto.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 BadgeColorDtoModifierConstructorDescriptionBadgeDto(String text, String iconOnLeft, String iconOnRight, BadgeColorDto color, boolean primary, boolean small, boolean pill) Creates an instance of aBadgeDtorecord class.