Interface IDirectoryRoleCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<DirectoryRole,ResourceCollection<DirectoryRole>>,IEntitySelector<String,IDirectoryRole>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
DirectoryRoleCollectionOperations
public interface IDirectoryRoleCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<DirectoryRole,ResourceCollection<DirectoryRole>>, IEntitySelector<String,IDirectoryRole>
Interface for Directory Roles Collection
-
Method Summary
Modifier and Type Method Description IDirectoryRolebyId(String roleId)Gets a directory role behavior.ResourceCollection<DirectoryRole>get()Retrieves all customer directory roles.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
byId
Gets a directory role behavior.- Specified by:
byIdin interfaceIEntitySelector<String,IDirectoryRole>- Parameters:
roleId- The directory role identifier.- Returns:
- The directory role operations.
-
get
ResourceCollection<DirectoryRole> get()Retrieves all customer directory roles.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<DirectoryRole,ResourceCollection<DirectoryRole>>- Returns:
- All the customer directory roles.
-