Class ContactDetail
- All Implemented Interfaces:
Serializable
,Cloneable
ContactDetail includes the following elements.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
First line of the contact's address.Second line of contact's address, if any.getCity()
The city of the contact's address.Indicates whether the contact is a person, company, association, or public organization.Code for the country of the contact's address.getEmail()
Email address of the contact.A list of name-value pairs for parameters required by certain top-level domains.getFax()
Fax number of the contact.First name of contact.Last name of contact.Name of the organization for contact types other thanPERSON
.The phone number of the contact.getState()
The state or province of the contact's city.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
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
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
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 thanPERSON
.void
setPhoneNumber
(String phoneNumber) The phone number of the contact.void
The state or province of the contact's city.void
setZipCode
(String zipCode) The zip or postal code of the contact's address.toString()
Returns a string representation of this object; useful for testing and debugging.withAddressLine1
(String addressLine1) First line of the contact's address.withAddressLine2
(String addressLine2) Second line of contact's address, if any.The city of the contact's address.withContactType
(ContactType contactType) Indicates whether the contact is a person, company, association, or public organization.withContactType
(String contactType) Indicates whether the contact is a person, company, association, or public organization.withCountryCode
(CountryCode countryCode) Code for the country of the contact's address.withCountryCode
(String countryCode) Code for the country of the contact's address.Email address of the contact.withExtraParams
(ExtraParam... extraParams) A list of name-value pairs for parameters required by certain top-level domains.withExtraParams
(Collection<ExtraParam> extraParams) A list of name-value pairs for parameters required by certain top-level domains.Fax number of the contact.withFirstName
(String firstName) First name of contact.withLastName
(String lastName) Last name of contact.withOrganizationName
(String organizationName) Name of the organization for contact types other thanPERSON
.withPhoneNumber
(String phoneNumber) The phone number of the contact.The state or province of the contact's city.withZipCode
(String zipCode) The zip or postal code of the contact's address.
-
Constructor Details
-
ContactDetail
public ContactDetail()
-
-
Method Details
-
setFirstName
First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Parameters:
firstName
- First name of contact.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
-
getFirstName
First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Returns:
- First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
-
withFirstName
First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Parameters:
firstName
- First name of contact.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastName
Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Parameters:
lastName
- Last name of contact.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
-
getLastName
Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Returns:
- Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
-
withLastName
Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Parameters:
lastName
- Last name of contact.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setContactType
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
- Parameters:
contactType
- Indicates whether the contact is a person, company, association, or public organization. If you choose an option other thanPERSON
, 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
- See Also:
-
getContactType
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
- Returns:
- 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
- See Also:
-
withContactType
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
- Parameters:
contactType
- Indicates whether the contact is a person, company, association, or public organization. If you choose an option other thanPERSON
, 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setContactType
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
- Parameters:
contactType
- Indicates whether the contact is a person, company, association, or public organization. If you choose an option other thanPERSON
, 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
- See Also:
-
withContactType
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
- Parameters:
contactType
- Indicates whether the contact is a person, company, association, or public organization. If you choose an option other thanPERSON
, 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setOrganizationName
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
- Parameters:
organizationName
- Name of the organization for contact types other thanPERSON
.Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be
PERSON
.Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
-
getOrganizationName
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
- Returns:
- 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
-
withOrganizationName
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
- Parameters:
organizationName
- Name of the organization for contact types other thanPERSON
.Type: String
Default: None
Constraints: Maximum 255 characters. Contact type must not be
PERSON
.Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAddressLine1
First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Parameters:
addressLine1
- First line of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
-
getAddressLine1
First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Returns:
- First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
-
withAddressLine1
First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Parameters:
addressLine1
- First line of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAddressLine2
Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
- Parameters:
addressLine2
- Second line of contact's address, if any.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
-
getAddressLine2
Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
- Returns:
- Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
-
withAddressLine2
Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
- Parameters:
addressLine2
- Second line of contact's address, if any.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCity
The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Parameters:
city
- The city of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
-
getCity
The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Returns:
- The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
-
withCity
The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Parameters:
city
- The city of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setState
The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
- Parameters:
state
- The state or province of the contact's city.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
-
getState
The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
- Returns:
- The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
-
withState
The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
- Parameters:
state
- The state or province of the contact's city.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCountryCode
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Parameters:
countryCode
- Code for the country of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- See Also:
-
getCountryCode
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Returns:
- Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- See Also:
-
withCountryCode
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Parameters:
countryCode
- Code for the country of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setCountryCode
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Parameters:
countryCode
- Code for the country of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- See Also:
-
withCountryCode
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Parameters:
countryCode
- Code for the country of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setZipCode
The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
- Parameters:
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
-
getZipCode
The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
- Returns:
- The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
-
withZipCode
The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: No
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPhoneNumber
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
- Parameters:
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
-
getPhoneNumber
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
- Returns:
- 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
-
withPhoneNumber
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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEmail
Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Parameters:
email
- Email address of the contact.Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
-
getEmail
Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Returns:
- Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
-
withEmail
Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Parameters:
email
- Email address of the contact.Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact
,AdminContact
,TechContact
Required: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFax
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
- Parameters:
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
-
getFax
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
- Returns:
- 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
-
withFax
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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getExtraParams
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
- Returns:
- 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
-
setExtraParams
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
- Parameters:
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
-
withExtraParams
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
NOTE: This method appends the values to the existing list (if any). Use
setExtraParams(java.util.Collection)
orwithExtraParams(java.util.Collection)
if you want to override the existing values.- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withExtraParams
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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-