UserPreferencesProperties

@ConstructorBinding
@ConfigurationProperties(value = "user-preferences")
data class UserPreferencesProperties(val obligatoryNotifications: List<NotificationType>)

Constructors

Link copied to clipboard
constructor(obligatoryNotifications: List<NotificationType>)

Properties