Uses of Enum Class
io.mateu.dtos.NotificationVariantDto
-
Uses of NotificationVariantDto in io.mateu.dtos
Methods in io.mateu.dtos that return NotificationVariantDtoModifier and TypeMethodDescriptionstatic NotificationVariantDtoReturns the enum constant of this class with the specified name.static NotificationVariantDto[]NotificationVariantDto.values()Returns an array containing the constants of this enum class, in the order they are declared.MessageDto.variant()Returns the value of thevariantrecord component.Constructors in io.mateu.dtos with parameters of type NotificationVariantDtoModifierConstructorDescriptionMessageDto(NotificationVariantDto variant, NotificationPositionDto position, String title, String text, int duration) Creates an instance of aMessageDtorecord class.