pub struct DrivesListApiClient { /* private fields */ }
Implementations§
Source§impl DrivesListApiClient
impl DrivesListApiClient
pub fn item<ID: AsRef<str>>(&self, id: ID) -> DrivesItemsIdApiClient
pub fn content_type<ID: AsRef<str>>( &self, id: ID, ) -> DrivesListContentTypesIdApiClient
pub fn last_modified_by_user(&self) -> LastModifiedByUserApiClient
pub fn items(&self) -> DrivesItemsApiClient
pub fn created_by_user(&self) -> CreatedByUserApiClient
pub fn content_types(&self) -> DrivesListContentTypesApiClient
Sourcepub fn delete_list(&self) -> RequestHandler
pub fn delete_list(&self) -> RequestHandler
Delete navigation property list for drives
Sourcepub fn get_list(&self) -> RequestHandler
pub fn get_list(&self) -> RequestHandler
Get list from drives
Sourcepub fn update_list<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_list<B: BodyExt>(&self, body: B) -> RequestHandler
Update the navigation property list in drives
Sourcepub fn create_columns<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_columns<B: BodyExt>(&self, body: B) -> RequestHandler
Create a columnDefinition in a list
Sourcepub fn list_columns(&self) -> RequestHandler
pub fn list_columns(&self) -> RequestHandler
List columnDefinitions in a list
Sourcepub fn get_columns_count(&self) -> RequestHandler
pub fn get_columns_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_columns(
&self,
column_definition_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_columns( &self, column_definition_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property columns for drives
Sourcepub fn get_columns(
&self,
column_definition_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_columns( &self, column_definition_id: impl AsRef<str>, ) -> RequestHandler
Get columns from drives
Sourcepub fn update_columns<B: BodyExt>(
&self,
column_definition_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_columns<B: BodyExt>( &self, column_definition_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property columns in drives
Sourcepub fn get_source_column(
&self,
column_definition_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_source_column( &self, column_definition_id: impl AsRef<str>, ) -> RequestHandler
Get sourceColumn from drives
Sourcepub fn get_drive(&self) -> RequestHandler
pub fn get_drive(&self) -> RequestHandler
Get drive from drives
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 drives
Sourcepub fn list_operations(&self) -> RequestHandler
pub fn list_operations(&self) -> RequestHandler
Get operations from drives
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,
rich_long_running_operation_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_operations( &self, rich_long_running_operation_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property operations for drives
Sourcepub fn get_operations(
&self,
rich_long_running_operation_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_operations( &self, rich_long_running_operation_id: impl AsRef<str>, ) -> RequestHandler
Get operations from drives
Sourcepub fn update_operations<B: BodyExt>(
&self,
rich_long_running_operation_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_operations<B: BodyExt>( &self, rich_long_running_operation_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property operations in drives
Sourcepub fn create_subscriptions<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_subscriptions<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to subscriptions for drives
Sourcepub fn list_subscriptions(&self) -> RequestHandler
pub fn list_subscriptions(&self) -> RequestHandler
Get subscriptions from drives
Sourcepub fn get_subscriptions_count(&self) -> RequestHandler
pub fn get_subscriptions_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_subscriptions(
&self,
subscription_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_subscriptions( &self, subscription_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property subscriptions for drives
Sourcepub fn get_subscriptions(
&self,
subscription_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_subscriptions( &self, subscription_id: impl AsRef<str>, ) -> RequestHandler
Get subscriptions from drives
Sourcepub fn update_subscriptions<B: BodyExt>(
&self,
subscription_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_subscriptions<B: BodyExt>( &self, subscription_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property subscriptions in drives
Invoke action reauthorize