Class CustomerCompanyProfile
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.ResourceBaseWithLinks<StandardResourceLinks>
com.microsoft.store.partnercenter.models.customers.CustomerCompanyProfile
public class CustomerCompanyProfile extends ResourceBaseWithLinks<StandardResourceLinks>
Customer company profile
-
Constructor Summary
Constructors Constructor Description CustomerCompanyProfile()Initializes a new instance of the CustomerCompanyProfile class. -
Method Summary
Modifier and Type Method Description AddressgetAddress()Gets the address of the customer.StringgetCompanyName()Gets the name of the company.StringgetDomain()Gets the domain.StringgetEmail()Gets the email address of the contact at the customer.StringgetTenantId()Gets the tenant identifier.voidsetAddress(Address value)Sets the address of the customer.voidsetCompanyName(String value)Sets the name of the company.voidsetDomain(String value)Sets the domain.voidsetEmail(String value)Sets the email address of the contact at the customer.voidsetTenantId(String value)Sets the tenant identifier.Methods inherited from class com.microsoft.store.partnercenter.models.ResourceBaseWithLinks
getLinks, setLinks
-
Constructor Details
-
CustomerCompanyProfile
public CustomerCompanyProfile()Initializes a new instance of the CustomerCompanyProfile class.
-
-
Method Details
-
getAddress
Gets the address of the customer.- Returns:
- The address of the customer.
-
setAddress
Sets the address of the customer.- Parameters:
value- The address of the customer.
-
getCompanyName
Gets the name of the company.- Returns:
- The name of the company.
-
setCompanyName
Sets the name of the company.- Parameters:
value- The name of the company.
-
getDomain
Gets the domain.- Returns:
- The domain.
-
setDomain
Sets the domain.- Parameters:
value- The domain.
-
getEmail
Gets the email address of the contact at the customer.- Returns:
- The name email address of the contact at the customer.
-
setEmail
Sets the email address of the contact at the customer.- Parameters:
value- The email address of the contact at the customer.
-
getTenantId
Gets the tenant identifier.- Returns:
- The tenant identifier.
-
setTenantId
Sets the tenant identifier.- Parameters:
value- The tenant identifier.
-