pub struct CallsIdApiClient { /* private fields */ }
Implementations§
Source§impl CallsIdApiClient
impl CallsIdApiClient
Sourcepub fn delete_calls(&self) -> RequestHandler
pub fn delete_calls(&self) -> RequestHandler
Delete navigation property calls for communications
Sourcepub fn get_calls(&self) -> RequestHandler
pub fn get_calls(&self) -> RequestHandler
Get calls from communications
Sourcepub fn update_calls<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_calls<B: BodyExt>(&self, body: B) -> RequestHandler
Update the navigation property calls in communications
Sourcepub fn add_large_gallery_view<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn add_large_gallery_view<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action addLargeGalleryView
Sourcepub fn answer<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn answer<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action answer
Sourcepub fn create_audio_routing_groups<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_audio_routing_groups<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to audioRoutingGroups for communications
Sourcepub fn list_audio_routing_groups(&self) -> RequestHandler
pub fn list_audio_routing_groups(&self) -> RequestHandler
Get audioRoutingGroups from communications
Sourcepub fn get_audio_routing_groups_count(&self) -> RequestHandler
pub fn get_audio_routing_groups_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_audio_routing_groups(
&self,
audio_routing_group_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_audio_routing_groups( &self, audio_routing_group_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property audioRoutingGroups for communications
Sourcepub fn get_audio_routing_groups(
&self,
audio_routing_group_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_audio_routing_groups( &self, audio_routing_group_id: impl AsRef<str>, ) -> RequestHandler
Get audioRoutingGroups from communications
Sourcepub fn update_audio_routing_groups<B: BodyExt>(
&self,
audio_routing_group_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_audio_routing_groups<B: BodyExt>( &self, audio_routing_group_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property audioRoutingGroups in communications
Sourcepub fn cancel_media_processing<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn cancel_media_processing<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action cancelMediaProcessing
Sourcepub fn change_screen_sharing_role<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn change_screen_sharing_role<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action changeScreenSharingRole
Sourcepub fn create_content_sharing_sessions<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_content_sharing_sessions<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to contentSharingSessions for communications
Sourcepub fn list_content_sharing_sessions(&self) -> RequestHandler
pub fn list_content_sharing_sessions(&self) -> RequestHandler
List contentSharingSessions
Sourcepub fn get_content_sharing_sessions_count(&self) -> RequestHandler
pub fn get_content_sharing_sessions_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_content_sharing_sessions(
&self,
content_sharing_session_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_content_sharing_sessions( &self, content_sharing_session_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property contentSharingSessions for communications
Sourcepub fn get_content_sharing_sessions(
&self,
content_sharing_session_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_content_sharing_sessions( &self, content_sharing_session_id: impl AsRef<str>, ) -> RequestHandler
Get contentSharingSessions from communications
Sourcepub fn update_content_sharing_sessions<B: BodyExt>(
&self,
content_sharing_session_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_content_sharing_sessions<B: BodyExt>( &self, content_sharing_session_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property contentSharingSessions in communications
Sourcepub fn keep_alive(&self) -> RequestHandler
pub fn keep_alive(&self) -> RequestHandler
Invoke action keepAlive
Sourcepub fn mute<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn mute<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action mute
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 communications
Sourcepub fn list_operations(&self) -> RequestHandler
pub fn list_operations(&self) -> RequestHandler
Get operations from communications
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,
comms_operation_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_operations( &self, comms_operation_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property operations for communications
Sourcepub fn get_operations(
&self,
comms_operation_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_operations( &self, comms_operation_id: impl AsRef<str>, ) -> RequestHandler
Get operations from communications
Sourcepub fn update_operations<B: BodyExt>(
&self,
comms_operation_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_operations<B: BodyExt>( &self, comms_operation_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property operations in communications
Sourcepub fn create_participants<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_participants<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to participants for communications
Sourcepub fn list_participants(&self) -> RequestHandler
pub fn list_participants(&self) -> RequestHandler
List participants
Sourcepub fn count(&self) -> RequestHandler
pub fn count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn invite<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn invite<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action invite
Sourcepub fn delete_participants(
&self,
participant_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_participants( &self, participant_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property participants for communications
Sourcepub fn get_participants(
&self,
participant_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_participants( &self, participant_id: impl AsRef<str>, ) -> RequestHandler
Get participants from communications
Sourcepub fn update_participants<B: BodyExt>(
&self,
participant_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_participants<B: BodyExt>( &self, participant_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property participants in communications
Sourcepub fn mute_participants<B: BodyExt>(
&self,
participant_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn mute_participants<B: BodyExt>( &self, participant_id: impl AsRef<str>, body: B, ) -> RequestHandler
Invoke action mute
Sourcepub fn start_hold_music<B: BodyExt>(
&self,
participant_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn start_hold_music<B: BodyExt>( &self, participant_id: impl AsRef<str>, body: B, ) -> RequestHandler
Invoke action startHoldMusic
Sourcepub fn stop_hold_music<B: BodyExt>(
&self,
participant_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn stop_hold_music<B: BodyExt>( &self, participant_id: impl AsRef<str>, body: B, ) -> RequestHandler
Invoke action stopHoldMusic
Sourcepub fn play_prompt<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn play_prompt<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action playPrompt
Sourcepub fn record_response<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn record_response<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action recordResponse
Sourcepub fn redirect<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn redirect<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action redirect
Sourcepub fn reject<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn reject<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action reject
Sourcepub fn subscribe_to_tone<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn subscribe_to_tone<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action subscribeToTone
Sourcepub fn transfer<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn transfer<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action transfer
Sourcepub fn unmute<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn unmute<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action unmute
Sourcepub fn update_recording_status<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_recording_status<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action updateRecordingStatus