Uses of Class
com.microsoft.store.partnercenter.models.customers.CustomerCompanyProfile
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.customers.profiles | |
| com.microsoft.store.partnercenter.models.customers |
-
Uses of CustomerCompanyProfile in com.microsoft.store.partnercenter.customers.profiles
Methods in com.microsoft.store.partnercenter.customers.profiles that return CustomerCompanyProfile Modifier and Type Method Description CustomerCompanyProfileCustomerCompanyProfileOperations. get()Gets the customer's company profile.Methods in com.microsoft.store.partnercenter.customers.profiles that return types with arguments of type CustomerCompanyProfile Modifier and Type Method Description ICustomerReadonlyProfile<CustomerCompanyProfile>CustomerProfileCollectionOperations. getCompany()Gets the customer's company profile operations.ICustomerReadonlyProfile<CustomerCompanyProfile>ICustomerProfileCollection. getCompany()Gets the customer's company profile operations. -
Uses of CustomerCompanyProfile in com.microsoft.store.partnercenter.models.customers
Methods in com.microsoft.store.partnercenter.models.customers that return CustomerCompanyProfile Modifier and Type Method Description CustomerCompanyProfileCustomer. getCompanyProfile()Gets the company profile.Methods in com.microsoft.store.partnercenter.models.customers with parameters of type CustomerCompanyProfile Modifier and Type Method Description voidCustomer. setCompanyProfile(CustomerCompanyProfile value)Sets the company profile.