Uses of Class
edu.suffolk.litlab.efsp.model.ContactInformation
Packages that use ContactInformation
Package
Description
-
Uses of ContactInformation in edu.suffolk.litlab.efsp.model
Methods in edu.suffolk.litlab.efsp.model that return ContactInformationMethods in edu.suffolk.litlab.efsp.model with parameters of type ContactInformationModifier and TypeMethodDescriptionstatic PersonPerson.FromEfm(Name name, ContactInformation contactInfo, Optional<String> gender, Optional<String> language, Optional<LocalDate> birthdate, boolean isOrg, String role, UUID efmId) static PersonPerson.FromInput(Name name, ContactInformation contactInfo, Optional<String> gender, Optional<String> language, Optional<LocalDate> birthdate, boolean isOrg, boolean isFormFiller, String role, Optional<String> efmIdIfAlreadyIn) Default constructor. -
Uses of ContactInformation in edu.suffolk.litlab.efsp.server.ecf4
Methods in edu.suffolk.litlab.efsp.server.ecf4 with parameters of type ContactInformationModifier and TypeMethodDescriptionEcfCourtSpecificSerializer.serializeEcfContactInformation(ContactInformation contactInfo, InfoCollector collector) -
Uses of ContactInformation in edu.suffolk.litlab.efsp.server.jeffnet
Methods in edu.suffolk.litlab.efsp.server.jeffnet with parameters of type ContactInformationModifier and TypeMethodDescriptionvoidContactInfoJeffNetJacksonSerializer.serialize(ContactInformation info, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) Constructor parameters in edu.suffolk.litlab.efsp.server.jeffnet with type arguments of type ContactInformation