Class UserCollaborator


  • public class UserCollaborator
    extends Object
    The UserCollaborator model.
    • Constructor Detail

      • UserCollaborator

        public UserCollaborator()
    • Method Detail

      • email

        public String email()
        Get the email value.
        Returns:
        the email value
      • withEmail

        public UserCollaborator withEmail​(String email)
        Set the email value.
        Parameters:
        email - the email value to set
        Returns:
        the UserCollaborator object itself.