Uses of Class
es.kukenan.smartfi.microservice.communication.repository.entity.UserLanguage
Packages that use UserLanguage
Package
Description
Services and related beans and dependencies.
-
Uses of UserLanguage in es.kukenan.smartfi.microservice.communication.repository.entity
Fields in es.kukenan.smartfi.microservice.communication.repository.entity declared as UserLanguageModifier and TypeFieldDescriptionprivate @NotNull UserLanguageTemplate.languageMessage description.private UserLanguageUser.languageUser language.Constructors in es.kukenan.smartfi.microservice.communication.repository.entity with parameters of type UserLanguageModifierConstructorDescriptionUser(String id, String name, String surname, String documentId, String email, String phone, String phonePrefix, Boolean robinsonList, UserLanguage language, UserGender gender, UserCivilStatus civilStatus, Boolean notificationsEnabled, Company company, PushNotification push, Boolean validInformation, String natureType, Boolean smsByEmail, DocumentType documentType, String address, String nationality) Contructor with all parameters with control of whitespaces in field email.