pub struct InsightsApiClient { /* private fields */ }
Implementations§
Source§impl InsightsApiClient
impl InsightsApiClient
Sourcepub fn delete_insights(&self) -> RequestHandler
pub fn delete_insights(&self) -> RequestHandler
Delete navigation property insights for users
Sourcepub fn get_insights(&self) -> RequestHandler
pub fn get_insights(&self) -> RequestHandler
Get insights from users
Sourcepub fn update_insights<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_insights<B: BodyExt>(&self, body: B) -> RequestHandler
Update the navigation property insights in users
Create new navigation property to shared for users
Get shared from users
Get the number of the resource
Delete navigation property shared for users
Get shared from users
Update the navigation property shared in users
Get lastSharedMethod from users
Get resource from users
Sourcepub fn create_trending<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_trending<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to trending for users
Sourcepub fn list_trending(&self) -> RequestHandler
pub fn list_trending(&self) -> RequestHandler
Get trending from users
Sourcepub fn get_trending_count(&self) -> RequestHandler
pub fn get_trending_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_trending(&self, trending_id: impl AsRef<str>) -> RequestHandler
pub fn delete_trending(&self, trending_id: impl AsRef<str>) -> RequestHandler
Delete navigation property trending for users
Sourcepub fn get_trending(&self, trending_id: impl AsRef<str>) -> RequestHandler
pub fn get_trending(&self, trending_id: impl AsRef<str>) -> RequestHandler
Get trending from users
Sourcepub fn update_trending<B: BodyExt>(
&self,
trending_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_trending<B: BodyExt>( &self, trending_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property trending in users
Sourcepub fn get_trending_resource(
&self,
trending_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_trending_resource( &self, trending_id: impl AsRef<str>, ) -> RequestHandler
Get resource from users
Sourcepub fn create_used<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_used<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to used for users
Sourcepub fn list_used(&self) -> RequestHandler
pub fn list_used(&self) -> RequestHandler
List used
Sourcepub fn get_used_count(&self) -> RequestHandler
pub fn get_used_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_used(&self, used_insight_id: impl AsRef<str>) -> RequestHandler
pub fn delete_used(&self, used_insight_id: impl AsRef<str>) -> RequestHandler
Delete navigation property used for users
Sourcepub fn get_used(&self, used_insight_id: impl AsRef<str>) -> RequestHandler
pub fn get_used(&self, used_insight_id: impl AsRef<str>) -> RequestHandler
Get used from users
Sourcepub fn update_used<B: BodyExt>(
&self,
used_insight_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_used<B: BodyExt>( &self, used_insight_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property used in users
Sourcepub fn get_used_resource(
&self,
used_insight_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_used_resource( &self, used_insight_id: impl AsRef<str>, ) -> RequestHandler
Get resource from users