Struct graph_rs_sdk::groups::GroupsTeamApiClient
source · pub struct GroupsTeamApiClient { /* private fields */ }
Implementations§
source§impl GroupsTeamApiClient
impl GroupsTeamApiClient
sourcepub fn update_team<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_team<B: BodyExt>(&self, body: B) -> RequestHandler
Create team from group
sourcepub fn delete_team(&self) -> RequestHandler
pub fn delete_team(&self) -> RequestHandler
Delete navigation property team for groups
sourcepub fn get_team(&self) -> RequestHandler
pub fn get_team(&self) -> RequestHandler
Get team from groups
sourcepub fn list_all_channels(&self) -> RequestHandler
pub fn list_all_channels(&self) -> RequestHandler
List allChannels
sourcepub fn get_all_channels_count(&self) -> RequestHandler
pub fn get_all_channels_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn get_all_channels(&self, channel_id: impl AsRef<str>) -> RequestHandler
pub fn get_all_channels(&self, channel_id: impl AsRef<str>) -> RequestHandler
Get allChannels from groups
sourcepub fn archive<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn archive<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action archive
sourcepub fn clone<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn clone<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action clone
sourcepub fn complete_migration(&self) -> RequestHandler
pub fn complete_migration(&self) -> RequestHandler
Invoke action completeMigration
sourcepub fn get_group(&self) -> RequestHandler
pub fn get_group(&self) -> RequestHandler
Get group from groups
sourcepub fn list_incoming_channels(&self) -> RequestHandler
pub fn list_incoming_channels(&self) -> RequestHandler
List incomingChannels
sourcepub fn get_incoming_channels_count(&self) -> RequestHandler
pub fn get_incoming_channels_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn get_incoming_channels(
&self,
channel_id: impl AsRef<str>
) -> RequestHandler
pub fn get_incoming_channels( &self, channel_id: impl AsRef<str> ) -> RequestHandler
Get incomingChannels from groups
sourcepub fn create_installed_apps<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_installed_apps<B: BodyExt>(&self, body: B) -> RequestHandler
Add app to team
sourcepub fn list_installed_apps(&self) -> RequestHandler
pub fn list_installed_apps(&self) -> RequestHandler
List apps in team
sourcepub fn get_installed_apps_count(&self) -> RequestHandler
pub fn get_installed_apps_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn delete_installed_apps(
&self,
teams_app_installation_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_installed_apps( &self, teams_app_installation_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property installedApps for groups
sourcepub fn get_installed_apps(
&self,
teams_app_installation_id: impl AsRef<str>
) -> RequestHandler
pub fn get_installed_apps( &self, teams_app_installation_id: impl AsRef<str> ) -> RequestHandler
Get installedApps from groups
sourcepub fn update_installed_apps<B: BodyExt>(
&self,
teams_app_installation_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_installed_apps<B: BodyExt>( &self, teams_app_installation_id: impl AsRef<str>, body: B ) -> RequestHandler
Update the navigation property installedApps in groups
sourcepub fn get_teams_app(
&self,
teams_app_installation_id: impl AsRef<str>
) -> RequestHandler
pub fn get_teams_app( &self, teams_app_installation_id: impl AsRef<str> ) -> RequestHandler
Get teamsApp from groups
sourcepub fn get_teams_app_definition(
&self,
teams_app_installation_id: impl AsRef<str>
) -> RequestHandler
pub fn get_teams_app_definition( &self, teams_app_installation_id: impl AsRef<str> ) -> RequestHandler
Get teamsAppDefinition from groups
sourcepub fn upgrade(
&self,
teams_app_installation_id: impl AsRef<str>
) -> RequestHandler
pub fn upgrade( &self, teams_app_installation_id: impl AsRef<str> ) -> RequestHandler
Invoke action upgrade
sourcepub fn create_operations<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_operations<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to operations for groups
sourcepub fn list_operations(&self) -> RequestHandler
pub fn list_operations(&self) -> RequestHandler
Get operations from groups
sourcepub fn get_operations_count(&self) -> RequestHandler
pub fn get_operations_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn delete_operations(
&self,
teams_async_operation_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_operations( &self, teams_async_operation_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property operations for groups
sourcepub fn get_operations(
&self,
teams_async_operation_id: impl AsRef<str>
) -> RequestHandler
pub fn get_operations( &self, teams_async_operation_id: impl AsRef<str> ) -> RequestHandler
Get operations from groups
sourcepub fn update_operations<B: BodyExt>(
&self,
teams_async_operation_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_operations<B: BodyExt>( &self, teams_async_operation_id: impl AsRef<str>, body: B ) -> RequestHandler
Update the navigation property operations in groups
sourcepub fn delete_photo(&self) -> RequestHandler
pub fn delete_photo(&self) -> RequestHandler
Delete navigation property photo for groups
sourcepub fn get_photo(&self) -> RequestHandler
pub fn get_photo(&self) -> RequestHandler
Get photo from groups
sourcepub fn update_photo<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_photo<B: BodyExt>(&self, body: B) -> RequestHandler
Update the navigation property photo in groups
sourcepub fn get_photo_content(&self) -> RequestHandler
pub fn get_photo_content(&self) -> RequestHandler
Get media content for the navigation property photo from groups
sourcepub fn update_photo_content<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_photo_content<B: BodyExt>(&self, body: B) -> RequestHandler
Update media content for the navigation property photo in groups
sourcepub fn send_activity_notification<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn send_activity_notification<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action sendActivityNotification
sourcepub fn get_template(&self) -> RequestHandler
pub fn get_template(&self) -> RequestHandler
Get template from groups
sourcepub fn unarchive(&self) -> RequestHandler
pub fn unarchive(&self) -> RequestHandler
Invoke action unarchive