Uses of Class
com.microsoft.store.partnercenter.models.customers.Customer
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.customers | |
| com.microsoft.store.partnercenter.enumerators |
-
Uses of Customer in com.microsoft.store.partnercenter.customers
Methods in com.microsoft.store.partnercenter.customers that return Customer Modifier and Type Method Description CustomerCustomerCollectionOperations. create(Customer newCustomer)Creates a new customer.CustomerCustomerOperations. get()Retrieves information of a specific customer.CustomerICustomer. get()Retrieves the customer information.CustomerCustomerOperations. patch(Customer customer)Removes the relationship between the partner and customer when RelationshipToPartner == CustomerPartnerRelationship.NONE.Methods in com.microsoft.store.partnercenter.customers that return types with arguments of type Customer Modifier and Type Method Description SeekBasedResourceCollection<Customer>CustomerCollectionOperations. get()Retrieves all customers associated to the partner.SeekBasedResourceCollection<Customer>ICustomerCollection. get()Retrieves all the partner's customers.SeekBasedResourceCollection<Customer>CustomerCollectionOperations. query(IQuery customersQuery)Queries customers associated to the partner.SeekBasedResourceCollection<Customer>ICustomerCollection. query(IQuery customersQuery)Queries customers associated to the partner.Methods in com.microsoft.store.partnercenter.customers with parameters of type Customer Modifier and Type Method Description CustomerCustomerCollectionOperations. create(Customer newCustomer)Creates a new customer.CustomerCustomerOperations. patch(Customer customer)Removes the relationship between the partner and customer when RelationshipToPartner == CustomerPartnerRelationship.NONE. -
Uses of Customer in com.microsoft.store.partnercenter.enumerators
Methods in com.microsoft.store.partnercenter.enumerators that return types with arguments of type Customer Modifier and Type Method Description IResourceCollectionEnumeratorFactory<SeekBasedResourceCollection<Customer>>IResourceCollectionEnumeratorContainer. getCustomers()Gets a factory that creates customer collection enumerators.IResourceCollectionEnumeratorFactory<SeekBasedResourceCollection<Customer>>ResourceCollectionEnumeratorContainer. getCustomers()Gets a factory that creates customer collection enumerators.