pub struct TeamsIdApiClient { /* private fields */ }
Implementations§
Source§impl TeamsIdApiClient
impl TeamsIdApiClient
pub fn channels(&self) -> ChannelsApiClient
pub fn channel<ID: AsRef<str>>(&self, id: ID) -> ChannelsIdApiClient
pub fn schedule(&self) -> ScheduleApiClient
pub fn members(&self) -> TeamsMembersApiClient
pub fn primary_channel(&self) -> PrimaryChannelApiClient
pub fn tag<ID: AsRef<str>>(&self, id: ID) -> TeamsTagsIdApiClient
pub fn member(&self) -> TeamsMembersIdApiClient
Sourcepub fn delete_team(&self) -> RequestHandler
pub fn delete_team(&self) -> RequestHandler
Delete entity from teams
Sourcepub fn get_team(&self) -> RequestHandler
pub fn get_team(&self) -> RequestHandler
Get team
Sourcepub fn update_team<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_team<B: BodyExt>(&self, body: B) -> RequestHandler
Update team
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 teams
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 teams
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 teams
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 teams
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 teams
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 teams
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 teams
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 teams
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 teams
Sourcepub fn list_operations(&self) -> RequestHandler
pub fn list_operations(&self) -> RequestHandler
Get operations from teams
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 teams
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 teams
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 teams
Sourcepub fn delete_photo(&self) -> RequestHandler
pub fn delete_photo(&self) -> RequestHandler
Delete navigation property photo for teams
Sourcepub fn get_photo(&self) -> RequestHandler
pub fn get_photo(&self) -> RequestHandler
Get photo from teams
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 teams
Sourcepub fn get_photo_content(&self) -> RequestHandler
pub fn get_photo_content(&self) -> RequestHandler
Get media content for the navigation property photo from teams
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 teams
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
Create teamworkTag
List teamworkTags
Get the number of the resource
Delete navigation property tags for teams
Get tags from teams
Update the navigation property tags in teams
Sourcepub fn get_template(&self) -> RequestHandler
pub fn get_template(&self) -> RequestHandler
Get template from teams
Sourcepub fn unarchive(&self) -> RequestHandler
pub fn unarchive(&self) -> RequestHandler
Invoke action unarchive