ICustomerUserLicenseUpdates Interface
Implements
public interface ICustomerUserLicenseUpdates extends IPartnerComponent<Tuple<String,String>>, IEntityCreateOperations<LicenseUpdate,LicenseUpdate>
Represents the behavior of the customers user's directory roles.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
License |
create(LicenseUpdate newLicenseUpdate)
Assign licenses to a user. |
Method Details
create
public abstract LicenseUpdate create(LicenseUpdate newLicenseUpdate)
Assign licenses to a user. This method serves three scenarios: 1. Add license to a customer user. 2. Remove license from a customer user. 3. Update existing license for a customer user.
Parameters:
Returns: