Uses of Enum Class
io.mateu.dtos.CookieConsentPositionDto
-
Uses of CookieConsentPositionDto in io.mateu.dtos
Methods in io.mateu.dtos that return CookieConsentPositionDtoModifier and TypeMethodDescriptionCookieConsentDto.position()Returns the value of thepositionrecord component.static CookieConsentPositionDtoReturns the enum constant of this class with the specified name.static CookieConsentPositionDto[]CookieConsentPositionDto.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 CookieConsentPositionDtoModifierConstructorDescriptionCookieConsentDto(CookieConsentPositionDto position, String cookieName, String message, String theme, String learnMore, String learnMoreLink, String dismiss) Creates an instance of aCookieConsentDtorecord class.