All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.store.partnercenter.customerusers.ICustomerUserRoleCollection Maven / Gradle / Ivy

// -----------------------------------------------------------------------
// 
//      Copyright (c) Microsoft Corporation. All rights reserved.
// 
// -----------------------------------------------------------------------

package com.microsoft.store.partnercenter.customerusers;

import com.microsoft.store.partnercenter.IPartnerComponent;
import com.microsoft.store.partnercenter.genericoperations.IEntireEntityCollectionRetrievalOperations;
import com.microsoft.store.partnercenter.models.ResourceCollection;
import com.microsoft.store.partnercenter.models.roles.DirectoryRole;
import com.microsoft.store.partnercenter.models.utils.Tuple;

/**
 * Represents the behavior of the customers user's directory roles.
 */
public interface ICustomerUserRoleCollection 
	extends IPartnerComponent>,
    IEntireEntityCollectionRetrievalOperations>
{
    /**
     * Gets the customer user's directory roles.
     * 
     * @return The customer user's directory roles.
     */
    ResourceCollection get();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy