Uses of Class
org.gcube.vomanagement.usermanagement.model.Email
Packages that use Email
-
Uses of Email in org.gcube.vomanagement.usermanagement.model
Methods in org.gcube.vomanagement.usermanagement.model that return types with arguments of type EmailMethod parameters in org.gcube.vomanagement.usermanagement.model with type arguments of type EmailModifier and TypeMethodDescriptionvoidGCubeUser.setEmailAddresses(List<Email> emailAddresses) Sets the email addresses.Constructor parameters in org.gcube.vomanagement.usermanagement.model with type arguments of type EmailModifierConstructorDescriptionGCubeUser(long userId, String username, String email, String firstName, String middleName, String lastName, String fullname, long registrationDate, String userAvatarId, boolean male, String jobTitle, String location_Industry, List<Email> emailAddresses) constructor with location/industry alsoGCubeUser(long userId, String username, String email, String firstName, String middleName, String lastName, String fullname, long registrationDate, String userAvatarId, boolean male, String jobTitle, List<Email> emailAddresses) constructor without custom attrsGCubeUser(long userId, String username, String email, String firstName, String middleName, String lastName, String fullname, long registrationDate, String userAvatarURL, boolean male, String jobTitle, Map<String, String> customAttrsMap, List<Email> emailAddresses) constructor without custom attrs