-
public final class ContactThis represents the required given name field and optional fields that can be passed in as part of the verification process. The more fields you supply, the greater the chance the verification will be successful.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classContact.Builder
-
Field Summary
Fields Modifier and Type Field Description private final Stringgiven_nameprivate final Stringfamily_nameprivate final Stringemailprivate final Stringphoneprivate final List<String>address_linesprivate final Stringcityprivate final Stringregionprivate final Stringpostal_codeprivate final Countrycountry_code
-
Method Summary
Modifier and Type Method Description Booleanequals(Object other)IntegerhashCode()final StringgetGiven_name()final StringgetFamily_name()final StringgetEmail()final StringgetPhone()final List<String>getAddress_lines()final StringgetCity()final StringgetRegion()final StringgetPostal_code()final CountrygetCountry_code()-
-
Method Detail
-
getGiven_name
final String getGiven_name()
-
getFamily_name
final String getFamily_name()
-
getAddress_lines
final List<String> getAddress_lines()
-
getPostal_code
final String getPostal_code()
-
getCountry_code
final Country getCountry_code()
-
-
-
-