Interface ICustomerUserRoleCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<DirectoryRole,ResourceCollection<DirectoryRole>>,IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
CustomerUserRoleCollectionOperations
public interface ICustomerUserRoleCollection extends IPartnerComponent<Tuple<String,String>>, IEntireEntityCollectionRetrievalOperations<DirectoryRole,ResourceCollection<DirectoryRole>>
Represents the behavior of the customers user's directory roles.
-
Method Summary
Modifier and Type Method Description ResourceCollection<DirectoryRole>get()Gets the customer user's directory roles.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
ResourceCollection<DirectoryRole> get()Gets the customer user's directory roles.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<DirectoryRole,ResourceCollection<DirectoryRole>>- Returns:
- The customer user's directory roles.
-