Class ContactInformation

java.lang.Object
edu.suffolk.litlab.efspserver.ContactInformation

public class ContactInformation extends Object
  • Constructor Details

    • ContactInformation

      public ContactInformation(List<String> phoneNumbers, Optional<Address> address, Optional<String> email)
      Default constructor.
    • ContactInformation

      public ContactInformation(String email)
      Minimal constructor, empty lists and empty optionals.
  • Method Details