CustomerUserRoleCollectionOperations Class

Implements

public class CustomerUserRoleCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements ICustomerUserRoleCollection

Constructor Summary

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

Initializes a new instance of the CustomerUserRoleCollectionOperations class.

Method Summary

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

Gets the customer user's directory roles.

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

CustomerUserRoleCollectionOperations

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

Initializes a new instance of the CustomerUserRoleCollectionOperations class.

Parameters:

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

Method Details

get

public ResourceCollection get()

Gets the customer user's directory roles.

Applies to