CustomerCompanyProfile Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. ResourceBaseWithLinks<TLinks> - com.
microsoft. store. partnercenter. models. customers. CustomerCompanyProfile
- com.
- com.
- com.
public class CustomerCompanyProfile extends ResourceBaseWithLinks<StandardResourceLinks>
Customer company profile
Constructor Summary
| Constructor | Description |
|---|---|
| CustomerCompanyProfile() |
Initializes a new instance of the Customer |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Address |
getAddress()
Gets the address of the customer. |
| java.lang.String |
getCompanyName()
Gets the name of the company. |
| java.lang.String |
getDomain()
Gets the domain. |
| java.lang.String |
getEmail()
Gets the email address of the contact at the customer. |
| java.lang.String |
getTenantId()
Gets the tenant identifier. |
| void |
setAddress(Address value)
Sets the address of the customer. |
| void |
setCompanyName(String value)
Sets the name of the company. |
| void |
setDomain(String value)
Sets the domain. |
| void |
setEmail(String value)
Sets the email address of the contact at the customer. |
| void |
setTenantId(String value)
Sets the tenant identifier. |
Inherited Members
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:
getCompanyName
public String getCompanyName()
Gets the name of the company.
Returns:
getDomain
public String getDomain()
Gets the domain.
Returns:
getEmail
public String getEmail()
Gets the email address of the contact at the customer.
Returns:
getTenantId
public String getTenantId()
Gets the tenant identifier.
Returns:
setAddress
public void setAddress(Address value)
Sets the address of the customer.
Parameters:
setCompanyName
public void setCompanyName(String value)
Sets the name of the company.
Parameters:
setDomain
public void setDomain(String value)
Sets the domain.
Parameters:
setEmail
public void setEmail(String value)
Sets the email address of the contact at the customer.
Parameters:
setTenantId
public void setTenantId(String value)
Sets the tenant identifier.
Parameters: