pub struct UsersMessagesIdApiClient { /* private fields */ }
Implementations§
Source§impl UsersMessagesIdApiClient
impl UsersMessagesIdApiClient
pub fn attachments(&self) -> UsersAttachmentsApiClient
pub fn attachment<ID: AsRef<str>>(&self, id: ID) -> UsersAttachmentsIdApiClient
Sourcepub fn delete_messages(&self) -> RequestHandler
pub fn delete_messages(&self) -> RequestHandler
Delete navigation property messages for users
Sourcepub fn get_messages(&self) -> RequestHandler
pub fn get_messages(&self) -> RequestHandler
Get messages from users
Sourcepub fn update_messages<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_messages<B: BodyExt>(&self, body: B) -> RequestHandler
Update the navigation property messages in users
Sourcepub fn get_messages_content(&self) -> RequestHandler
pub fn get_messages_content(&self) -> RequestHandler
Get media content for the navigation property messages from users
Sourcepub fn update_messages_content<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_messages_content<B: BodyExt>(&self, body: B) -> RequestHandler
Update media content for the navigation property messages in users
Sourcepub fn copy<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn copy<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action copy
Sourcepub fn create_forward<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_forward<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action createForward
Sourcepub fn create_reply<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_reply<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action createReply
Sourcepub fn create_reply_all<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_reply_all<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action createReplyAll
Sourcepub fn create_extensions<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_extensions<B: BodyExt>(&self, body: B) -> RequestHandler
Create open extension
Sourcepub fn list_extensions(&self) -> RequestHandler
pub fn list_extensions(&self) -> RequestHandler
Get extensions from users
Sourcepub fn get_extensions_count(&self) -> RequestHandler
pub fn get_extensions_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_extensions(&self, extension_id: impl AsRef<str>) -> RequestHandler
pub fn delete_extensions(&self, extension_id: impl AsRef<str>) -> RequestHandler
Delete navigation property extensions for users
Sourcepub fn get_extensions(&self, extension_id: impl AsRef<str>) -> RequestHandler
pub fn get_extensions(&self, extension_id: impl AsRef<str>) -> RequestHandler
Get extensions from users
Sourcepub fn update_extensions<B: BodyExt>(
&self,
extension_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_extensions<B: BodyExt>( &self, extension_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property extensions in users
Sourcepub fn forward<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn forward<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action forward
Sourcepub fn move_message<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn move_message<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action move
Sourcepub fn create_multi_value_extended_properties<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_multi_value_extended_properties<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to multiValueExtendedProperties for users
Sourcepub fn list_multi_value_extended_properties(&self) -> RequestHandler
pub fn list_multi_value_extended_properties(&self) -> RequestHandler
Get multiValueExtendedProperties from users
Sourcepub fn get_multi_value_extended_properties_count(&self) -> RequestHandler
pub fn get_multi_value_extended_properties_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_multi_value_extended_properties(
&self,
multi_value_legacy_extended_property_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_multi_value_extended_properties( &self, multi_value_legacy_extended_property_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property multiValueExtendedProperties for users
Sourcepub fn get_multi_value_extended_properties(
&self,
multi_value_legacy_extended_property_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_multi_value_extended_properties( &self, multi_value_legacy_extended_property_id: impl AsRef<str>, ) -> RequestHandler
Get multiValueExtendedProperties from users
Sourcepub fn update_multi_value_extended_properties<B: BodyExt>(
&self,
multi_value_legacy_extended_property_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_multi_value_extended_properties<B: BodyExt>( &self, multi_value_legacy_extended_property_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property multiValueExtendedProperties in users
Sourcepub fn reply<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn reply<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action reply
Sourcepub fn reply_all<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn reply_all<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action replyAll
Sourcepub fn send(&self) -> RequestHandler
pub fn send(&self) -> RequestHandler
Invoke action send
Sourcepub fn create_single_value_extended_properties<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_single_value_extended_properties<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to singleValueExtendedProperties for users
Sourcepub fn list_single_value_extended_properties(&self) -> RequestHandler
pub fn list_single_value_extended_properties(&self) -> RequestHandler
Get singleValueExtendedProperties from users
Sourcepub fn get_single_value_extended_properties_count(&self) -> RequestHandler
pub fn get_single_value_extended_properties_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_single_value_extended_properties(
&self,
single_value_legacy_extended_property_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_single_value_extended_properties( &self, single_value_legacy_extended_property_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property singleValueExtendedProperties for users
Sourcepub fn get_single_value_extended_properties(
&self,
single_value_legacy_extended_property_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_single_value_extended_properties( &self, single_value_legacy_extended_property_id: impl AsRef<str>, ) -> RequestHandler
Get singleValueExtendedProperties from users
Sourcepub fn update_single_value_extended_properties<B: BodyExt>(
&self,
single_value_legacy_extended_property_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_single_value_extended_properties<B: BodyExt>( &self, single_value_legacy_extended_property_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property singleValueExtendedProperties in users