Interface ICustomerUserLicenseUpdates

All Superinterfaces:
IEntityCreateOperations<LicenseUpdate,​LicenseUpdate>, IPartnerComponent<Tuple<String,​String>>
All Known Implementing Classes:
CustomerUserLicenseUpdateOperations

public interface ICustomerUserLicenseUpdates
extends IPartnerComponent<Tuple<String,​String>>, IEntityCreateOperations<LicenseUpdate,​LicenseUpdate>
Represents the behavior of the customers user's directory roles.
  • Method Details

    • create

      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.
      Specified by:
      create in interface IEntityCreateOperations<LicenseUpdate,​LicenseUpdate>
      Parameters:
      newLicenseUpdate - License update object.
      Returns:
      The customer user's directory roles.