Uses of Enum Class
io.mateu.dtos.BannerThemeDto
-
Uses of BannerThemeDto in io.mateu.dtos
Methods in io.mateu.dtos that return BannerThemeDtoModifier and TypeMethodDescriptionBannerDto.theme()Returns the value of thethemerecord component.static BannerThemeDtoReturns the enum constant of this class with the specified name.static BannerThemeDto[]BannerThemeDto.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 BannerThemeDtoModifierConstructorDescriptionBannerDto(BannerThemeDto theme, boolean hasIcon, boolean hasCloseButton, String title, String description) Creates an instance of aBannerDtorecord class.