Class ContactDetail
- java.lang.Object
-
- com.amazonaws.services.route53domains.model.ContactDetail
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ContactDetail extends Object implements Serializable, Cloneable
ContactDetail includes the following elements.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContactDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactDetailclone()booleanequals(Object obj)StringgetAddressLine1()First line of the contact's address.StringgetAddressLine2()Second line of contact's address, if any.StringgetCity()The city of the contact's address.StringgetContactType()Indicates whether the contact is a person, company, association, or public organization.StringgetCountryCode()Code for the country of the contact's address.StringgetEmail()Email address of the contact.List<ExtraParam>getExtraParams()A list of name-value pairs for parameters required by certain top-level domains.StringgetFax()Fax number of the contact.StringgetFirstName()First name of contact.StringgetLastName()Last name of contact.StringgetOrganizationName()Name of the organization for contact types other thanPERSON.StringgetPhoneNumber()The phone number of the contact.StringgetState()The state or province of the contact's city.StringgetZipCode()The zip or postal code of the contact's address.inthashCode()voidsetAddressLine1(String addressLine1)First line of the contact's address.voidsetAddressLine2(String addressLine2)Second line of contact's address, if any.voidsetCity(String city)The city of the contact's address.voidsetContactType(ContactType contactType)Indicates whether the contact is a person, company, association, or public organization.voidsetContactType(String contactType)Indicates whether the contact is a person, company, association, or public organization.voidsetCountryCode(CountryCode countryCode)Code for the country of the contact's address.voidsetCountryCode(String countryCode)Code for the country of the contact's address.voidsetEmail(String email)Email address of the contact.voidsetExtraParams(Collection<ExtraParam> extraParams)A list of name-value pairs for parameters required by certain top-level domains.voidsetFax(String fax)Fax number of the contact.voidsetFirstName(String firstName)First name of contact.voidsetLastName(String lastName)Last name of contact.voidsetOrganizationName(String organizationName)Name of the organization for contact types other thanPERSON.voidsetPhoneNumber(String phoneNumber)The phone number of the contact.voidsetState(String state)The state or province of the contact's city.voidsetZipCode(String zipCode)The zip or postal code of the contact's address.StringtoString()Returns a string representation of this object; useful for testing and debugging.ContactDetailwithAddressLine1(String addressLine1)First line of the contact's address.ContactDetailwithAddressLine2(String addressLine2)Second line of contact's address, if any.ContactDetailwithCity(String city)The city of the contact's address.ContactDetailwithContactType(ContactType contactType)Indicates whether the contact is a person, company, association, or public organization.ContactDetailwithContactType(String contactType)Indicates whether the contact is a person, company, association, or public organization.ContactDetailwithCountryCode(CountryCode countryCode)Code for the country of the contact's address.ContactDetailwithCountryCode(String countryCode)Code for the country of the contact's address.ContactDetailwithEmail(String email)Email address of the contact.ContactDetailwithExtraParams(ExtraParam... extraParams)A list of name-value pairs for parameters required by certain top-level domains.ContactDetailwithExtraParams(Collection<ExtraParam> extraParams)A list of name-value pairs for parameters required by certain top-level domains.ContactDetailwithFax(String fax)Fax number of the contact.ContactDetailwithFirstName(String firstName)First name of contact.ContactDetailwithLastName(String lastName)Last name of contact.ContactDetailwithOrganizationName(String organizationName)Name of the organization for contact types other thanPERSON.ContactDetailwithPhoneNumber(String phoneNumber)The phone number of the contact.ContactDetailwithState(String state)The state or province of the contact's city.ContactDetailwithZipCode(String zipCode)The zip or postal code of the contact's address.
-
-
-
Method Detail
-
setFirstName
public void setFirstName(String firstName)
First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Parameters:
firstName- First name of contact.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
-
getFirstName
public String getFirstName()
First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Returns:
- First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
-
withFirstName
public ContactDetail withFirstName(String firstName)
First name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Parameters:
firstName- First name of contact.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastName
public void setLastName(String lastName)
Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Parameters:
lastName- Last name of contact.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
-
getLastName
public String getLastName()
Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Returns:
- Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
-
withLastName
public ContactDetail withLastName(String lastName)
Last name of contact.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Parameters:
lastName- Last name of contact.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setContactType
public void setContactType(String 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_BODYParents:
RegistrantContact,AdminContact,TechContactRequired: 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_BODYParents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- See Also:
ContactType
-
getContactType
public String 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_BODYParents:
RegistrantContact,AdminContact,TechContactRequired: 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_BODYParents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- See Also:
ContactType
-
withContactType
public ContactDetail withContactType(String 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_BODYParents:
RegistrantContact,AdminContact,TechContactRequired: 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_BODYParents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactType
-
setContactType
public void setContactType(ContactType 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_BODYParents:
RegistrantContact,AdminContact,TechContactRequired: 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_BODYParents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- See Also:
ContactType
-
withContactType
public ContactDetail withContactType(ContactType 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_BODYParents:
RegistrantContact,AdminContact,TechContactRequired: 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_BODYParents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactType
-
setOrganizationName
public void setOrganizationName(String 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,TechContactRequired: 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,TechContactRequired: No
-
getOrganizationName
public String 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,TechContactRequired: 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,TechContactRequired: No
-
withOrganizationName
public ContactDetail withOrganizationName(String 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,TechContactRequired: 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,TechContactRequired: No
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAddressLine1
public void setAddressLine1(String addressLine1)
First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Parameters:
addressLine1- First line of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
-
getAddressLine1
public String getAddressLine1()
First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Returns:
- First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
-
withAddressLine1
public ContactDetail withAddressLine1(String addressLine1)
First line of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Parameters:
addressLine1- First line of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAddressLine2
public void setAddressLine2(String addressLine2)
Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
- Parameters:
addressLine2- Second line of contact's address, if any.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
-
getAddressLine2
public String getAddressLine2()
Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
- Returns:
- Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
-
withAddressLine2
public ContactDetail withAddressLine2(String addressLine2)
Second line of contact's address, if any.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
- Parameters:
addressLine2- Second line of contact's address, if any.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCity
public void setCity(String city)
The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Parameters:
city- The city of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
-
getCity
public String getCity()
The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Returns:
- The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
-
withCity
public ContactDetail withCity(String city)
The city of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Parameters:
city- The city of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setState
public void setState(String state)
The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
- Parameters:
state- The state or province of the contact's city.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
-
getState
public String getState()
The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
- Returns:
- The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
-
withState
public ContactDetail withState(String state)
The state or province of the contact's city.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
- Parameters:
state- The state or province of the contact's city.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCountryCode
public void setCountryCode(String countryCode)
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Parameters:
countryCode- Code for the country of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- See Also:
CountryCode
-
getCountryCode
public String getCountryCode()
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Returns:
- Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- See Also:
CountryCode
-
withCountryCode
public ContactDetail withCountryCode(String countryCode)
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Parameters:
countryCode- Code for the country of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CountryCode
-
setCountryCode
public void setCountryCode(CountryCode countryCode)
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Parameters:
countryCode- Code for the country of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- See Also:
CountryCode
-
withCountryCode
public ContactDetail withCountryCode(CountryCode countryCode)
Code for the country of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Parameters:
countryCode- Code for the country of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CountryCode
-
setZipCode
public void setZipCode(String zipCode)
The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
- Parameters:
zipCode- The zip or postal code of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
-
getZipCode
public String getZipCode()
The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
- Returns:
- The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
-
withZipCode
public ContactDetail withZipCode(String zipCode)
The zip or postal code of the contact's address.
Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
- Parameters:
zipCode- The zip or postal code of the contact's address.Type: String
Default: None
Constraints: Maximum 255 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: No
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPhoneNumber
public void setPhoneNumber(String 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,TechContactRequired: 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,TechContactRequired: Yes
-
getPhoneNumber
public String 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,TechContactRequired: 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,TechContactRequired: Yes
-
withPhoneNumber
public ContactDetail withPhoneNumber(String 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,TechContactRequired: 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,TechContactRequired: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEmail
public void setEmail(String email)
Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Parameters:
email- Email address of the contact.Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
-
getEmail
public String getEmail()
Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Returns:
- Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
-
withEmail
public ContactDetail withEmail(String email)
Email address of the contact.
Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Parameters:
email- Email address of the contact.Type: String
Default: None
Constraints: Maximum 254 characters.
Parents:
RegistrantContact,AdminContact,TechContactRequired: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFax
public void setFax(String 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,TechContactRequired: 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,TechContactRequired: No
-
getFax
public String 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,TechContactRequired: 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,TechContactRequired: No
-
withFax
public ContactDetail withFax(String 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,TechContactRequired: 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,TechContactRequired: No
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getExtraParams
public List<ExtraParam> getExtraParams()
A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents:
RegistrantContact,AdminContact,TechContactChildren:
Name,ValueRequired: No
- Returns:
- A list of name-value pairs for parameters required by certain
top-level domains.
Type: Complex
Default: None
Parents:
RegistrantContact,AdminContact,TechContactChildren:
Name,ValueRequired: No
-
setExtraParams
public void setExtraParams(Collection<ExtraParam> extraParams)
A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents:
RegistrantContact,AdminContact,TechContactChildren:
Name,ValueRequired: No
- Parameters:
extraParams- A list of name-value pairs for parameters required by certain top-level domains.Type: Complex
Default: None
Parents:
RegistrantContact,AdminContact,TechContactChildren:
Name,ValueRequired: No
-
withExtraParams
public ContactDetail withExtraParams(ExtraParam... extraParams)
A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents:
RegistrantContact,AdminContact,TechContactChildren:
Name,ValueRequired: 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,TechContactChildren:
Name,ValueRequired: No
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withExtraParams
public ContactDetail withExtraParams(Collection<ExtraParam> extraParams)
A list of name-value pairs for parameters required by certain top-level domains.
Type: Complex
Default: None
Parents:
RegistrantContact,AdminContact,TechContactChildren:
Name,ValueRequired: No
- Parameters:
extraParams- A list of name-value pairs for parameters required by certain top-level domains.Type: Complex
Default: None
Parents:
RegistrantContact,AdminContact,TechContactChildren:
Name,ValueRequired: No
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ContactDetail clone()
-
-