pub struct JoinedTeamsIdApiClient { /* private fields */ }
Implementations§
Source§impl JoinedTeamsIdApiClient
impl JoinedTeamsIdApiClient
pub fn primary_channel(&self) -> PrimaryChannelApiClient
pub fn channel<ID: AsRef<str>>(&self, id: ID) -> ChannelsIdApiClient
pub fn member(&self) -> TeamsMembersIdApiClient
pub fn schedule(&self) -> ScheduleApiClient
pub fn channels(&self) -> ChannelsApiClient
pub fn members(&self) -> TeamsMembersApiClient
pub fn tag<ID: AsRef<str>>(&self, id: ID) -> TeamsTagsIdApiClient
Sourcepub fn delete_joined_teams(&self) -> RequestHandler
pub fn delete_joined_teams(&self) -> RequestHandler
Delete navigation property joinedTeams for users
Sourcepub fn get_joined_teams(&self) -> RequestHandler
pub fn get_joined_teams(&self) -> RequestHandler
Get joinedTeams from users
Sourcepub fn update_joined_teams<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_joined_teams<B: BodyExt>(&self, body: B) -> RequestHandler
Update the navigation property joinedTeams in users
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 users
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 users
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 users
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 users
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 users
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 users
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 users
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 users
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_members<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_members<B: BodyExt>(&self, body: B) -> RequestHandler
Add member to team
Sourcepub fn list_members(&self) -> RequestHandler
pub fn list_members(&self) -> RequestHandler
List members of team
Sourcepub fn get_members_count(&self) -> RequestHandler
pub fn get_members_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn add<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn add<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action add
Sourcepub fn delete_members(
&self,
conversation_member_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_members( &self, conversation_member_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property members for users
Sourcepub fn get_members(
&self,
conversation_member_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_members( &self, conversation_member_id: impl AsRef<str>, ) -> RequestHandler
Get members from users
Sourcepub fn update_members<B: BodyExt>(
&self,
conversation_member_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_members<B: BodyExt>( &self, conversation_member_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property members in users
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 users
Sourcepub fn list_operations(&self) -> RequestHandler
pub fn list_operations(&self) -> RequestHandler
Get operations from users
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 users
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 users
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 users
Sourcepub fn delete_photo(&self) -> RequestHandler
pub fn delete_photo(&self) -> RequestHandler
Delete navigation property photo for users
Sourcepub fn get_photo(&self) -> RequestHandler
pub fn get_photo(&self) -> RequestHandler
Get photo from users
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 users
Sourcepub fn get_photo_content(&self) -> RequestHandler
pub fn get_photo_content(&self) -> RequestHandler
Get media content for the navigation property photo from users
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 users
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 users
Sourcepub fn unarchive(&self) -> RequestHandler
pub fn unarchive(&self) -> RequestHandler
Invoke action unarchive