Package 

Class Contact.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
    • Method Summary

      Modifier and Type Method Description
      final <ERROR CLASS> familyName(String familyName)
      final <ERROR CLASS> email(String email)
      final <ERROR CLASS> countryCode(Country countryCode)
      final <ERROR CLASS> region(String region)
      final <ERROR CLASS> city(String city)
      final <ERROR CLASS> addressLines(List<String> addressLines)
      final <ERROR CLASS> postalCode(String postalCode)
      final <ERROR CLASS> phone(String phone)
      final Contact build(String given_name)
      • Methods inherited from class sqip.Contact.Builder

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait