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