CustomerUserLicenseUpdateOperations Class

Implements

public class CustomerUserLicenseUpdateOperations extends BasePartnerComponent<Tuple<String,String>> implements ICustomerUserLicenseUpdates

Constructor Summary

Constructor Description
CustomerUserLicenseUpdateOperations(IPartner rootPartnerOperations, String customerId, String userId)

Initializes a new instance of the CustomerUserLicenseUpdateOperations class.

Method Summary

Modifier and Type Method and Description
LicenseUpdate create(LicenseUpdate entity)

Assign licenses to a user.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

CustomerUserLicenseUpdateOperations

public CustomerUserLicenseUpdateOperations(IPartner rootPartnerOperations, String customerId, String userId)

Initializes a new instance of the CustomerUserLicenseUpdateOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - The customer identifier.
userId - The user identifier.

Method Details

create

public LicenseUpdate create(LicenseUpdate entity)

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:

entity - License update object.

Returns:

Returned license update object

Applies to