Class ContactDetails

    • Constructor Detail

      • ContactDetails

        public ContactDetails()
        Deprecated.
    • Method Detail

      • getAddress

        public Address getAddress()
        Deprecated.
        Get address
        Returns:
        address
      • setAddress

        public void setAddress​(Address address)
        Deprecated.
        address
        Parameters:
        address -
      • getEmail

        public String getEmail()
        Deprecated.
        The email address of the account holder.
        Returns:
        email
      • setEmail

        public void setEmail​(String email)
        Deprecated.
        The email address of the account holder.
        Parameters:
        email -
      • getPhone

        public Phone getPhone()
        Deprecated.
        Get phone
        Returns:
        phone
      • setPhone

        public void setPhone​(Phone phone)
        Deprecated.
        phone
        Parameters:
        phone -
      • getWebAddress

        public String getWebAddress()
        Deprecated.
        The URL of the account holder's website.
        Returns:
        webAddress
      • setWebAddress

        public void setWebAddress​(String webAddress)
        Deprecated.
        The URL of the account holder's website.
        Parameters:
        webAddress -
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Return true if this ContactDetails object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • fromJson

        public static ContactDetails fromJson​(String jsonString)
                                       throws com.fasterxml.jackson.core.JsonProcessingException
        Deprecated.
        Create an instance of ContactDetails given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ContactDetails
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to ContactDetails
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Deprecated.
        Convert an instance of ContactDetails to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException