CustomerUserLicenseCollectionOperations Class

Implements

public class CustomerUserLicenseCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements ICustomerUserLicenseCollection

Constructor Summary

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

Initializes a new instance of the CustomerUserLicenseCollectionOperations class.

Method Summary

Modifier and Type Method and Description
ResourceCollection<License> get()

Retrieves the assigned licenses to a customer user.

ResourceCollection<License> get(List<LicenseGroupId> licenseGroupIds)

Retrieves the assigned licenses to a customer 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

CustomerUserLicenseCollectionOperations

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

Initializes a new instance of the CustomerUserLicenseCollectionOperations class.

Parameters:

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

Method Details

get

public ResourceCollection get()

Retrieves the assigned licenses to a customer user.

Returns:

The customer user's directory roles.

get

public ResourceCollection get(List licenseGroupIds)

Retrieves the assigned licenses to a customer user.

Parameters:

licenseGroupIds - License group identifier

Returns:

The customer user's directory roles.

Applies to