Class Contact


  • public class Contact
    extends Object
    Contact information for domain registration. If 'Domain Privacy' option is not selected then the contact information is made publicly available through the Whois directories as per ICANN requirements.
    • Constructor Detail

      • Contact

        public Contact()
    • Method Detail

      • addressMailing

        public Address addressMailing()
        Get mailing address.
        Returns:
        the addressMailing value
      • withAddressMailing

        public Contact withAddressMailing​(Address addressMailing)
        Set mailing address.
        Parameters:
        addressMailing - the addressMailing value to set
        Returns:
        the Contact object itself.
      • email

        public String email()
        Get email address.
        Returns:
        the email value
      • withEmail

        public Contact withEmail​(String email)
        Set email address.
        Parameters:
        email - the email value to set
        Returns:
        the Contact object itself.
      • fax

        public String fax()
        Get fax number.
        Returns:
        the fax value
      • withFax

        public Contact withFax​(String fax)
        Set fax number.
        Parameters:
        fax - the fax value to set
        Returns:
        the Contact object itself.
      • jobTitle

        public String jobTitle()
        Get job title.
        Returns:
        the jobTitle value
      • withJobTitle

        public Contact withJobTitle​(String jobTitle)
        Set job title.
        Parameters:
        jobTitle - the jobTitle value to set
        Returns:
        the Contact object itself.
      • nameFirst

        public String nameFirst()
        Get first name.
        Returns:
        the nameFirst value
      • withNameFirst

        public Contact withNameFirst​(String nameFirst)
        Set first name.
        Parameters:
        nameFirst - the nameFirst value to set
        Returns:
        the Contact object itself.
      • nameLast

        public String nameLast()
        Get last name.
        Returns:
        the nameLast value
      • withNameLast

        public Contact withNameLast​(String nameLast)
        Set last name.
        Parameters:
        nameLast - the nameLast value to set
        Returns:
        the Contact object itself.
      • nameMiddle

        public String nameMiddle()
        Get middle name.
        Returns:
        the nameMiddle value
      • withNameMiddle

        public Contact withNameMiddle​(String nameMiddle)
        Set middle name.
        Parameters:
        nameMiddle - the nameMiddle value to set
        Returns:
        the Contact object itself.
      • organization

        public String organization()
        Get organization contact belongs to.
        Returns:
        the organization value
      • withOrganization

        public Contact withOrganization​(String organization)
        Set organization contact belongs to.
        Parameters:
        organization - the organization value to set
        Returns:
        the Contact object itself.
      • phone

        public String phone()
        Get phone number.
        Returns:
        the phone value
      • withPhone

        public Contact withPhone​(String phone)
        Set phone number.
        Parameters:
        phone - the phone value to set
        Returns:
        the Contact object itself.