public class ContactDetail extends Object implements Serializable
ContactDetail includes the following elements.
| Constructor and Description |
|---|
ContactDetail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAddressLine1()
First line of the contact's address.
|
String |
getAddressLine2()
Second line of contact's address, if any.
|
String |
getCity()
The city of the contact's address.
|
String |
getContactType()
Indicates whether the contact is a person, company, association, or
public organization.
|
String |
getCountryCode()
Code for the country of the contact's address.
|
String |
getEmail()
Email address of the contact.
|
List<ExtraParam> |
getExtraParams()
A list of name-value pairs for parameters required by certain
top-level domains.
|
String |
getFax()
Fax number of the contact.
|
String |
getFirstName()
First name of contact.
|
String |
getLastName()
Last name of contact.
|
String |
getOrganizationName()
Name of the organization for contact types other than
PERSON. |
String |
getPhoneNumber()
The phone number of the contact.
|
String |
getState()
The state or province of the contact's city.
|
String |
getZipCode()
The zip or postal code of the contact's address.
|
int |
hashCode() |
void |
setAddressLine1(String addressLine1)
First line of the contact's address.
|
void |
setAddressLine2(String addressLine2)
Second line of contact's address, if any.
|
void |
setCity(String city)
The city of the contact's address.
|
void |
setContactType(ContactType contactType)
Indicates whether the contact is a person, company, association, or
public organization.
|
void |
setContactType(String contactType)
Indicates whether the contact is a person, company, association, or
public organization.
|
void |
setCountryCode(CountryCode countryCode)
Code for the country of the contact's address.
|
void |
setCountryCode(String countryCode)
Code for the country of the contact's address.
|
void |
setEmail(String email)
Email address of the contact.
|
void |
setExtraParams(Collection<ExtraParam> extraParams)
A list of name-value pairs for parameters required by certain
top-level domains.
|
void |
setFax(String fax)
Fax number of the contact.
|
void |
setFirstName(String firstName)
First name of contact.
|
void |
setLastName(String lastName)
Last name of contact.
|
void |
setOrganizationName(String organizationName)
Name of the organization for contact types other than
PERSON. |
void |
setPhoneNumber(String phoneNumber)
The phone number of the contact.
|
void |
setState(String state)
The state or province of the contact's city.
|
void |
setZipCode(String zipCode)
The zip or postal code of the contact's address.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ContactDetail |
withAddressLine1(String addressLine1)
First line of the contact's address.
|
ContactDetail |
withAddressLine2(String addressLine2)
Second line of contact's address, if any.
|
ContactDetail |
withCity(String city)
The city of the contact's address.
|
ContactDetail |
withContactType(ContactType contactType)
Indicates whether the contact is a person, company, association, or
public organization.
|
ContactDetail |
withContactType(String contactType)
Indicates whether the contact is a person, company, association, or
public organization.
|
ContactDetail |
withCountryCode(CountryCode countryCode)
Code for the country of the contact's address.
|
ContactDetail |
withCountryCode(String countryCode)
Code for the country of the contact's address.
|
ContactDetail |
withEmail(String email)
Email address of the contact.
|
ContactDetail |
withExtraParams(Collection<ExtraParam> extraParams)
A list of name-value pairs for parameters required by certain
top-level domains.
|
ContactDetail |
withExtraParams(ExtraParam... extraParams)
A list of name-value pairs for parameters required by certain
top-level domains.
|
ContactDetail |
withFax(String fax)
Fax number of the contact.
|
ContactDetail |
withFirstName(String firstName)
First name of contact.
|
ContactDetail |
withLastName(String lastName)
Last name of contact.
|
ContactDetail |
withOrganizationName(String organizationName)
Name of the organization for contact types other than
PERSON. |
ContactDetail |
withPhoneNumber(String phoneNumber)
The phone number of the contact.
|
ContactDetail |
withState(String state)
The state or province of the contact's city.
|
ContactDetail |
withZipCode(String zipCode)
The zip or postal code of the contact's address.
|
public String getFirstName()
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Length: 0 - 255
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
public void setFirstName(String firstName)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Length: 0 - 255
firstName - First name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
public ContactDetail withFirstName(String firstName)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
firstName - First name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
public String getLastName()
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact,
AdminContact, TechContact
Required: Yes
Constraints:
Length: 0 - 255
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact,
AdminContact, TechContact
Required: Yes
public void setLastName(String lastName)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact,
AdminContact, TechContact
Required: Yes
Constraints:
Length: 0 - 255
lastName - Last name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact,
AdminContact, TechContact
Required: Yes
public ContactDetail withLastName(String lastName)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact,
AdminContact, TechContact
Required: Yes
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
lastName - Last name of contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents: RegistrantContact,
AdminContact, TechContact
Required: Yes
public String getContactType()
PERSON, you must enter an organization name, and you
can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid
values: PERSON | COMPANY |
ASSOCIATION | PUBLIC_BODY
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Allowed Values: PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
PERSON, you must enter an organization name, and you
can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid
values: PERSON | COMPANY |
ASSOCIATION | PUBLIC_BODY
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
ContactTypepublic void setContactType(String contactType)
PERSON, you must enter an organization name, and you
can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid
values: PERSON | COMPANY |
ASSOCIATION | PUBLIC_BODY
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Allowed Values: PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
contactType - Indicates whether the contact is a person, company, association, or
public organization. If you choose an option other than
PERSON, you must enter an organization name, and you
can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid
values: PERSON | COMPANY |
ASSOCIATION | PUBLIC_BODY
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
ContactTypepublic ContactDetail withContactType(String contactType)
PERSON, you must enter an organization name, and you
can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid
values: PERSON | COMPANY |
ASSOCIATION | PUBLIC_BODY
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
contactType - Indicates whether the contact is a person, company, association, or
public organization. If you choose an option other than
PERSON, you must enter an organization name, and you
can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid
values: PERSON | COMPANY |
ASSOCIATION | PUBLIC_BODY
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
ContactTypepublic void setContactType(ContactType contactType)
PERSON, you must enter an organization name, and you
can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid
values: PERSON | COMPANY |
ASSOCIATION | PUBLIC_BODY
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Allowed Values: PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
contactType - Indicates whether the contact is a person, company, association, or
public organization. If you choose an option other than
PERSON, you must enter an organization name, and you
can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid
values: PERSON | COMPANY |
ASSOCIATION | PUBLIC_BODY
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
ContactTypepublic ContactDetail withContactType(ContactType contactType)
PERSON, you must enter an organization name, and you
can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid
values: PERSON | COMPANY |
ASSOCIATION | PUBLIC_BODY
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
contactType - Indicates whether the contact is a person, company, association, or
public organization. If you choose an option other than
PERSON, you must enter an organization name, and you
can't enable privacy protection for the contact. Type: String
Default: None
Constraints: Maximum 255 characters.
Valid
values: PERSON | COMPANY |
ASSOCIATION | PUBLIC_BODY
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
ContactTypepublic String getOrganizationName()
PERSON. Type: String
Default: None
Constraints:
Maximum 255 characters. Contact type must not be PERSON.
Parents: RegistrantContact, AdminContact,
TechContact
Required: No
Constraints:
Length: 0 - 255
PERSON. Type: String
Default: None
Constraints:
Maximum 255 characters. Contact type must not be PERSON.
Parents: RegistrantContact, AdminContact,
TechContact
Required: No
public void setOrganizationName(String organizationName)
PERSON. Type: String
Default: None
Constraints:
Maximum 255 characters. Contact type must not be PERSON.
Parents: RegistrantContact, AdminContact,
TechContact
Required: No
Constraints:
Length: 0 - 255
organizationName - Name of the organization for contact types other than
PERSON. Type: String
Default: None
Constraints:
Maximum 255 characters. Contact type must not be PERSON.
Parents: RegistrantContact, AdminContact,
TechContact
Required: No
public ContactDetail withOrganizationName(String organizationName)
PERSON. Type: String
Default: None
Constraints:
Maximum 255 characters. Contact type must not be PERSON.
Parents: RegistrantContact, AdminContact,
TechContact
Required: No
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
organizationName - Name of the organization for contact types other than
PERSON. Type: String
Default: None
Constraints:
Maximum 255 characters. Contact type must not be PERSON.
Parents: RegistrantContact, AdminContact,
TechContact
Required: No
public String getAddressLine1()
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Length: 0 - 255
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
public void setAddressLine1(String addressLine1)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Length: 0 - 255
addressLine1 - First line of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
public ContactDetail withAddressLine1(String addressLine1)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
addressLine1 - First line of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
public String getAddressLine2()
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
Constraints:
Length: 0 - 255
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
public void setAddressLine2(String addressLine2)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
Constraints:
Length: 0 - 255
addressLine2 - Second line of contact's address, if any. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
public ContactDetail withAddressLine2(String addressLine2)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
addressLine2 - Second line of contact's address, if any. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
public String getCity()
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Length: 0 - 255
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
public void setCity(String city)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Length: 0 - 255
city - The city of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
public ContactDetail withCity(String city)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
city - The city of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
public String getState()
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
Constraints:
Length: 0 - 255
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
public void setState(String state)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
Constraints:
Length: 0 - 255
state - The state or province of the contact's city. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
public ContactDetail withState(String state)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
state - The state or province of the contact's city. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
public String getCountryCode()
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Allowed Values: AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
CountryCodepublic void setCountryCode(String countryCode)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Allowed Values: AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
countryCode - Code for the country of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
CountryCodepublic ContactDetail withCountryCode(String countryCode)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
countryCode - Code for the country of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
CountryCodepublic void setCountryCode(CountryCode countryCode)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Allowed Values: AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
countryCode - Code for the country of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
CountryCodepublic ContactDetail withCountryCode(CountryCode countryCode)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
countryCode - Code for the country of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
CountryCodepublic String getZipCode()
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
Constraints:
Length: 0 - 255
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
public void setZipCode(String zipCode)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
Constraints:
Length: 0 - 255
zipCode - The zip or postal code of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
public ContactDetail withZipCode(String zipCode)
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
zipCode - The zip or postal code of the contact's address. Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
public String getPhoneNumber()
Type: String
Default: None
Constraints: Phone number must be specified in the format
"+[country dialing code].[number including any area code>]". For
example, a US phone number might appear as
"+1.1234567890".
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Length: 0 - 30
Type: String
Default: None
Constraints: Phone number must be specified in the format
"+[country dialing code].[number including any area code>]". For
example, a US phone number might appear as
"+1.1234567890".
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
public void setPhoneNumber(String phoneNumber)
Type: String
Default: None
Constraints: Phone number must be specified in the format
"+[country dialing code].[number including any area code>]". For
example, a US phone number might appear as
"+1.1234567890".
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Length: 0 - 30
phoneNumber - The phone number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format
"+[country dialing code].[number including any area code>]". For
example, a US phone number might appear as
"+1.1234567890".
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
public ContactDetail withPhoneNumber(String phoneNumber)
Type: String
Default: None
Constraints: Phone number must be specified in the format
"+[country dialing code].[number including any area code>]". For
example, a US phone number might appear as
"+1.1234567890".
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 30
phoneNumber - The phone number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format
"+[country dialing code].[number including any area code>]". For
example, a US phone number might appear as
"+1.1234567890".
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
public String getEmail()
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Length: 0 - 254
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
public void setEmail(String email)
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Constraints:
Length: 0 - 254
email - Email address of the contact. Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
public ContactDetail withEmail(String email)
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 254
email - Email address of the contact. Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact, AdminContact,
TechContact
Required: Yes
public String getFax()
Type: String
Default: None
Constraints: Phone number must be specified in the format
"+[country dialing code].[number including any area code]". For
example, a US phone number might appear as
"+1.1234567890".
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
Constraints:
Length: 0 - 30
Type: String
Default: None
Constraints: Phone number must be specified in the format
"+[country dialing code].[number including any area code]". For
example, a US phone number might appear as
"+1.1234567890".
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
public void setFax(String fax)
Type: String
Default: None
Constraints: Phone number must be specified in the format
"+[country dialing code].[number including any area code]". For
example, a US phone number might appear as
"+1.1234567890".
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
Constraints:
Length: 0 - 30
fax - Fax number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format
"+[country dialing code].[number including any area code]". For
example, a US phone number might appear as
"+1.1234567890".
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
public ContactDetail withFax(String fax)
Type: String
Default: None
Constraints: Phone number must be specified in the format
"+[country dialing code].[number including any area code]". For
example, a US phone number might appear as
"+1.1234567890".
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 30
fax - Fax number of the contact. Type: String
Default: None
Constraints: Phone number must be specified in the format
"+[country dialing code].[number including any area code]". For
example, a US phone number might appear as
"+1.1234567890".
Parents:
RegistrantContact, AdminContact,
TechContact
Required: No
public List<ExtraParam> getExtraParams()
Type: Complex
Default: None
Parents:
RegistrantContact, AdminContact,
TechContact
Children: Name,
Value
Required: No
Type: Complex
Default: None
Parents:
RegistrantContact, AdminContact,
TechContact
Children: Name,
Value
Required: No
public void setExtraParams(Collection<ExtraParam> extraParams)
Type: Complex
Default: None
Parents:
RegistrantContact, AdminContact,
TechContact
Children: Name,
Value
Required: No
extraParams - A list of name-value pairs for parameters required by certain
top-level domains. Type: Complex
Default: None
Parents:
RegistrantContact, AdminContact,
TechContact
Children: Name,
Value
Required: No
public ContactDetail withExtraParams(ExtraParam... extraParams)
Type: Complex
Default: None
Parents:
RegistrantContact, AdminContact,
TechContact
Children: Name,
Value
Required: No
Returns a reference to this object so that method calls can be chained together.
extraParams - A list of name-value pairs for parameters required by certain
top-level domains. Type: Complex
Default: None
Parents:
RegistrantContact, AdminContact,
TechContact
Children: Name,
Value
Required: No
public ContactDetail withExtraParams(Collection<ExtraParam> extraParams)
Type: Complex
Default: None
Parents:
RegistrantContact, AdminContact,
TechContact
Children: Name,
Value
Required: No
Returns a reference to this object so that method calls can be chained together.
extraParams - A list of name-value pairs for parameters required by certain
top-level domains. Type: Complex
Default: None
Parents:
RegistrantContact, AdminContact,
TechContact
Children: Name,
Value
Required: No
public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.