ICustomerSubscribedSkuCollection Interface

Implements

public interface ICustomerSubscribedSkuCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<SubscribedSku,ResourceCollection<SubscribedSku>>

Represents the behavior of the customers users

Method Summary

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

Retrieves all the customer subscribed products.

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

Retrieves all the customer subscribed products.

Method Details

get

public abstract ResourceCollection get()

Retrieves all the customer subscribed products.

Returns:

All the customer subscribed products.

get

public abstract ResourceCollection get(List licenseGroupIds)

Retrieves all the customer subscribed products.

Parameters:

licenseGroupIds - group identifiers.

Returns:

All the customer subscribed products.

Applies to