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 LicenseUpdate 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:

newLicenseUpdate - License update object.

Returns:

The customer user's directory roles.

Applies to