Uses of Enum Class
io.mateu.dtos.NotificationPositionDto
-
Uses of NotificationPositionDto in io.mateu.dtos
Methods in io.mateu.dtos that return NotificationPositionDtoModifier and TypeMethodDescriptionMessageDto.position()Returns the value of thepositionrecord component.static NotificationPositionDtoReturns the enum constant of this class with the specified name.static NotificationPositionDto[]NotificationPositionDto.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 NotificationPositionDtoModifierConstructorDescriptionMessageDto(NotificationVariantDto variant, NotificationPositionDto position, String title, String text, int duration) Creates an instance of aMessageDtorecord class.