Class CustomerUserRoleCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.customerusers.CustomerUserRoleCollectionOperations
- All Implemented Interfaces:
ICustomerUserRoleCollection,IEntireEntityCollectionRetrievalOperations<DirectoryRole,ResourceCollection<DirectoryRole>>,IPartnerComponent<Tuple<String,String>>
public class CustomerUserRoleCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements ICustomerUserRoleCollection
-
Constructor Summary
Constructors Constructor Description CustomerUserRoleCollectionOperations(IPartner rootPartnerOperations, String customerId, String userId)Initializes a new instance of the CustomerUserRoleCollectionOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<DirectoryRole>get()Gets the customer user's directory roles.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
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
Description copied from interface:ICustomerUserRoleCollectionGets the customer user's directory roles.- Specified by:
getin interfaceICustomerUserRoleCollection- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<DirectoryRole,ResourceCollection<DirectoryRole>>- Returns:
- The customer user's directory roles.
-