Struct graph_rs_sdk::drives::DrivesIdApiClient
source · pub struct DrivesIdApiClient { /* private fields */ }
Implementations§
source§impl DrivesIdApiClient
impl DrivesIdApiClient
sourcepub fn create_root_folder<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_root_folder<B: BodyExt>(&self, body: B) -> RequestHandler
Create drive item in root of drive
sourcepub fn delta(&self) -> RequestHandler
pub fn delta(&self) -> RequestHandler
Invoke function delta
sourcepub fn delta_token(&self, token: impl AsRef<str>) -> RequestHandler
pub fn delta_token(&self, token: impl AsRef<str>) -> RequestHandler
Invoke function delta
source§impl DrivesIdApiClient
impl DrivesIdApiClient
pub fn item<ID: AsRef<str>>(&self, id: ID) -> DrivesItemsIdApiClient
pub fn item_by_path<ID: AsRef<str>>(&self, id: ID) -> DrivesItemsPathIdApiClient
pub fn items(&self) -> DrivesItemsApiClient
pub fn list(&self) -> DrivesListApiClient
pub fn last_modified_by_user(&self) -> LastModifiedByUserApiClient
pub fn worksheets(&self) -> WorksheetsApiClient
pub fn workbook(&self) -> WorkbookApiClient
pub fn worksheet<ID: AsRef<str>>(&self, id: ID) -> WorksheetsIdApiClient
pub fn created_by_user(&self) -> CreatedByUserApiClient
sourcepub fn delete_drive(&self) -> RequestHandler
pub fn delete_drive(&self) -> RequestHandler
Delete entity from drives
sourcepub fn get_drive(&self) -> RequestHandler
pub fn get_drive(&self) -> RequestHandler
Get entity from drives by key
sourcepub fn update_drive<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_drive<B: BodyExt>(&self, body: B) -> RequestHandler
Update entity in drives
sourcepub fn create_bundles<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_bundles<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to bundles for drives
sourcepub fn list_bundles(&self) -> RequestHandler
pub fn list_bundles(&self) -> RequestHandler
Get bundles from drives
sourcepub fn bundles(&self) -> RequestHandler
pub fn bundles(&self) -> RequestHandler
Get the number of the resource
sourcepub fn get_bundles(&self, drive_item_id: impl AsRef<str>) -> RequestHandler
pub fn get_bundles(&self, drive_item_id: impl AsRef<str>) -> RequestHandler
Get bundles from drives
sourcepub fn get_bundles_content(
&self,
drive_item_id: impl AsRef<str>
) -> RequestHandler
pub fn get_bundles_content( &self, drive_item_id: impl AsRef<str> ) -> RequestHandler
Get content for the navigation property bundles from drives
sourcepub fn update_bundles_content<B: BodyExt>(
&self,
drive_item_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_bundles_content<B: BodyExt>( &self, drive_item_id: impl AsRef<str>, body: B ) -> RequestHandler
Update content for the navigation property bundles in drives
sourcepub fn list_following(&self) -> RequestHandler
pub fn list_following(&self) -> RequestHandler
List followed items
sourcepub fn get_following_count(&self) -> RequestHandler
pub fn get_following_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn get_following(&self, drive_item_id: impl AsRef<str>) -> RequestHandler
pub fn get_following(&self, drive_item_id: impl AsRef<str>) -> RequestHandler
Get following from drives
sourcepub fn get_following_content(
&self,
drive_item_id: impl AsRef<str>
) -> RequestHandler
pub fn get_following_content( &self, drive_item_id: impl AsRef<str> ) -> RequestHandler
Get content for the navigation property following from drives
sourcepub fn update_following_content<B: BodyExt>(
&self,
drive_item_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_following_content<B: BodyExt>( &self, drive_item_id: impl AsRef<str>, body: B ) -> RequestHandler
Update content for the navigation property following in drives
sourcepub fn recent(&self) -> RequestHandler
pub fn recent(&self) -> RequestHandler
Invoke function recent
sourcepub fn get_root(&self) -> RequestHandler
pub fn get_root(&self) -> RequestHandler
Get a driveItem resource
sourcepub fn get_root_content(&self) -> RequestHandler
pub fn get_root_content(&self) -> RequestHandler
Get content for the navigation property root from drives
sourcepub fn update_root_content<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_root_content<B: BodyExt>(&self, body: B) -> RequestHandler
Update content for the navigation property root in drives
sourcepub fn search(&self, q: impl AsRef<str>) -> RequestHandler
pub fn search(&self, q: impl AsRef<str>) -> RequestHandler
Invoke function search
Invoke function sharedWithMe
sourcepub fn list_special(&self) -> RequestHandler
pub fn list_special(&self) -> RequestHandler
Get a special folder by name
sourcepub fn get_special_count(&self) -> RequestHandler
pub fn get_special_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn get_special(&self, drive_item_id: impl AsRef<str>) -> RequestHandler
pub fn get_special(&self, drive_item_id: impl AsRef<str>) -> RequestHandler
Get a special folder by name
sourcepub fn get_special_content(
&self,
drive_item_id: impl AsRef<str>
) -> RequestHandler
pub fn get_special_content( &self, drive_item_id: impl AsRef<str> ) -> RequestHandler
Get content for the navigation property special from drives
sourcepub fn update_special_content<B: BodyExt>(
&self,
drive_item_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_special_content<B: BodyExt>( &self, drive_item_id: impl AsRef<str>, body: B ) -> RequestHandler
Update content for the navigation property special in drives