ICustomerUserLicenseCollection Interface

Implements

public interface ICustomerUserLicenseCollection extends IPartnerComponent<Tuple<String,String>>, IEntireEntityCollectionRetrievalOperations<License,ResourceCollection<License>>

Represents the behavior of the customers user's directory roles.

Method Summary

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

Retrieves the assigned licenses to a customer user.

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

Retrieves the assigned licenses to a customer user.

Method Details

get

public abstract ResourceCollection get()

Retrieves the assigned licenses to a customer user.

Returns:

The customer user's directory roles.

get

public abstract 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