Class CustomerCompanyProfile


public class CustomerCompanyProfile
extends ResourceBaseWithLinks<StandardResourceLinks>
Customer company profile
  • Constructor Details

    • CustomerCompanyProfile

      public CustomerCompanyProfile()
      Initializes a new instance of the CustomerCompanyProfile class.
  • Method Details

    • getAddress

      public Address getAddress()
      Gets the address of the customer.
      Returns:
      The address of the customer.
    • setAddress

      public void setAddress​(Address value)
      Sets the address of the customer.
      Parameters:
      value - The address of the customer.
    • getCompanyName

      public String getCompanyName()
      Gets the name of the company.
      Returns:
      The name of the company.
    • setCompanyName

      public void setCompanyName​(String value)
      Sets the name of the company.
      Parameters:
      value - The name of the company.
    • getDomain

      public String getDomain()
      Gets the domain.
      Returns:
      The domain.
    • setDomain

      public void setDomain​(String value)
      Sets the domain.
      Parameters:
      value - The domain.
    • getEmail

      public String getEmail()
      Gets the email address of the contact at the customer.
      Returns:
      The name email address of the contact at the customer.
    • setEmail

      public void setEmail​(String value)
      Sets the email address of the contact at the customer.
      Parameters:
      value - The email address of the contact at the customer.
    • getTenantId

      public String getTenantId()
      Gets the tenant identifier.
      Returns:
      The tenant identifier.
    • setTenantId

      public void setTenantId​(String value)
      Sets the tenant identifier.
      Parameters:
      value - The tenant identifier.