Uses of Class
com.microsoft.store.partnercenter.models.users.CustomerUser
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.customerusers | |
| com.microsoft.store.partnercenter.enumerators |
-
Uses of CustomerUser in com.microsoft.store.partnercenter.customerusers
Methods in com.microsoft.store.partnercenter.customerusers that return CustomerUser Modifier and Type Method Description CustomerUserCustomerUsersCollectionOperations. create(CustomerUser newCustomerUser)Creates a new user.CustomerUserICustomerUserCollection. create(CustomerUser newEntity)Create a new user for the customer.CustomerUserCustomerUserOperations. get()Retrieves information of a specific customer user.CustomerUserICustomerUser. get()Retrieves the customer user.CustomerUserCustomerUserOperations. patch(CustomerUser customerUser)Updates the customer user.CustomerUserICustomerUser. patch(CustomerUser entity)Updates the customer user.Methods in com.microsoft.store.partnercenter.customerusers that return types with arguments of type CustomerUser Modifier and Type Method Description SeekBasedResourceCollection<CustomerUser>CustomerUsersCollectionOperations. get()Retrieves all the customer users.SeekBasedResourceCollection<CustomerUser>ICustomerUserCollection. get()Retrieves all the customer users.SeekBasedResourceCollection<CustomerUser>CustomerUsersCollectionOperations. query(IQuery customerUsersQuery)Queries customer users associated to the partner's customers.SeekBasedResourceCollection<CustomerUser>ICustomerUserCollection. query(IQuery customerUsersQuery)Queries users associated to the customer.Methods in com.microsoft.store.partnercenter.customerusers with parameters of type CustomerUser Modifier and Type Method Description CustomerUserCustomerUsersCollectionOperations. create(CustomerUser newCustomerUser)Creates a new user.CustomerUserICustomerUserCollection. create(CustomerUser newEntity)Create a new user for the customer.CustomerUserCustomerUserOperations. patch(CustomerUser customerUser)Updates the customer user.CustomerUserICustomerUser. patch(CustomerUser entity)Updates the customer user. -
Uses of CustomerUser in com.microsoft.store.partnercenter.enumerators
Methods in com.microsoft.store.partnercenter.enumerators that return types with arguments of type CustomerUser Modifier and Type Method Description IResourceCollectionEnumeratorFactory<SeekBasedResourceCollection<CustomerUser>>IResourceCollectionEnumeratorContainer. getCustomerUsers()Gets a factory that creates customer collection enumerators.IResourceCollectionEnumeratorFactory<SeekBasedResourceCollection<CustomerUser>>ResourceCollectionEnumeratorContainer. getCustomerUsers()Gets a factory that creates customer collection enumerators.