CustomerUserOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. customerusers. CustomerUserOperations
- com.
- com.
Implements
public class CustomerUserOperations extends BasePartnerComponent<Tuple<String,String>> implements ICustomerUser
Constructor Summary
| Constructor | Description |
|---|---|
| CustomerUserOperations(IPartner rootPartnerOperations, String customerId, String userId) |
Initializes a new instance of the Customer |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void |
delete()
Deletes the customer user. |
|
Customer |
get()
Retrieves information of a specific customer user. |
|
ICustomer |
getDirectoryRoles()
Retrieves the customer user's directory roles. |
|
ICustomer |
getLicenseUpdates()
Gets the current user's license updates operation. |
|
ICustomer |
getLicenses()
Gets the current user's license collection operation. |
|
Customer |
patch(CustomerUser customerUser)
Updates the customer user. |
Inherited Members
Constructor Details
CustomerUserOperations
public CustomerUserOperations(IPartner rootPartnerOperations, String customerId, String userId)
Initializes a new instance of the CustomerUserOperations class.
Parameters:
Method Details
delete
public void delete()
Deletes the customer user.
get
public CustomerUser get()
Retrieves information of a specific customer user.
Returns:
getDirectoryRoles
public ICustomerUserRoleCollection getDirectoryRoles()
Retrieves the customer user's directory roles.
Returns:
getLicenseUpdates
public ICustomerUserLicenseUpdates getLicenseUpdates()
Gets the current user's license updates operation.
Returns:
getLicenses
public ICustomerUserLicenseCollection getLicenses()
Gets the current user's license collection operation.
Returns:
patch
public CustomerUser patch(CustomerUser customerUser)
Updates the customer user.
Parameters:
Returns: