pub struct DirectoryMembersApiClient { /* private fields */ }
Implementations§
Source§impl DirectoryMembersApiClient
impl DirectoryMembersApiClient
pub fn id<ID: AsRef<str>>(&self, id: ID) -> DirectoryMembersIdApiClient
Source§impl DirectoryMembersApiClient
impl DirectoryMembersApiClient
Sourcepub fn list_members(&self) -> RequestHandler
pub fn list_members(&self) -> RequestHandler
Get members from directory
Sourcepub fn get_members_count(&self) -> RequestHandler
pub fn get_members_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn create_ref_members<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_ref_members<B: BodyExt>(&self, body: B) -> RequestHandler
Add a member
Sourcepub fn list_ref_members(&self) -> RequestHandler
pub fn list_ref_members(&self) -> RequestHandler
Get ref of members from directory
Sourcepub fn get_directory_object_items_as_application_type(&self) -> RequestHandler
pub fn get_directory_object_items_as_application_type(&self) -> RequestHandler
Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection
Sourcepub fn get_application_count(&self) -> RequestHandler
pub fn get_application_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn get_directory_object_items_as_device_type(&self) -> RequestHandler
pub fn get_directory_object_items_as_device_type(&self) -> RequestHandler
Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection
Sourcepub fn get_device_count(&self) -> RequestHandler
pub fn get_device_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn get_directory_object_items_as_group_type(&self) -> RequestHandler
pub fn get_directory_object_items_as_group_type(&self) -> RequestHandler
Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection
Sourcepub fn get_group_count(&self) -> RequestHandler
pub fn get_group_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn get_directory_object_items_as_org_contact_type(&self) -> RequestHandler
pub fn get_directory_object_items_as_org_contact_type(&self) -> RequestHandler
Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection
Sourcepub fn get_org_contact_count(&self) -> RequestHandler
pub fn get_org_contact_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn get_directory_object_items_as_service_principal_type(
&self,
) -> RequestHandler
pub fn get_directory_object_items_as_service_principal_type( &self, ) -> RequestHandler
Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection
Sourcepub fn get_service_principal_count(&self) -> RequestHandler
pub fn get_service_principal_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn get_directory_object_items_as_user_type(&self) -> RequestHandler
pub fn get_directory_object_items_as_user_type(&self) -> RequestHandler
Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection
Sourcepub fn get_user_count(&self) -> RequestHandler
pub fn get_user_count(&self) -> RequestHandler
Get the number of the resource