pub struct WorkbookTablesColumnsIdApiClient { /* private fields */ }
Implementations§
Source§impl WorkbookTablesColumnsIdApiClient
impl WorkbookTablesColumnsIdApiClient
Sourcepub fn update_range<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_range<B: BodyExt>(&self, body: B) -> RequestHandler
Update range of column
Source§impl WorkbookTablesColumnsIdApiClient
impl WorkbookTablesColumnsIdApiClient
Sourcepub fn get_columns(&self) -> RequestHandler
pub fn get_columns(&self) -> RequestHandler
Get TableColumn
Sourcepub fn delete_columns(&self) -> RequestHandler
pub fn delete_columns(&self) -> RequestHandler
TableColumn: delete
Sourcepub fn update_columns<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_columns<B: BodyExt>(&self, body: B) -> RequestHandler
Update tablecolumn
Sourcepub fn data_body_range(&self) -> RequestHandler
pub fn data_body_range(&self) -> RequestHandler
Invoke function dataBodyRange
Sourcepub fn delete_filter(&self) -> RequestHandler
pub fn delete_filter(&self) -> RequestHandler
Delete navigation property filter for drives
Sourcepub fn get_filter(&self) -> RequestHandler
pub fn get_filter(&self) -> RequestHandler
Get filter from drives
Sourcepub fn update_filter<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_filter<B: BodyExt>(&self, body: B) -> RequestHandler
Update the navigation property filter in drives
Sourcepub fn apply<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn apply<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action apply
Sourcepub fn apply_bottom_items_filter<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn apply_bottom_items_filter<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action applyBottomItemsFilter
Sourcepub fn apply_bottom_percent_filter<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn apply_bottom_percent_filter<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action applyBottomPercentFilter
Sourcepub fn apply_cell_color_filter<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn apply_cell_color_filter<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action applyCellColorFilter
Sourcepub fn apply_custom_filter<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn apply_custom_filter<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action applyCustomFilter
Sourcepub fn apply_dynamic_filter<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn apply_dynamic_filter<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action applyDynamicFilter
Sourcepub fn apply_font_color_filter<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn apply_font_color_filter<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action applyFontColorFilter
Sourcepub fn apply_icon_filter<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn apply_icon_filter<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action applyIconFilter
Sourcepub fn apply_top_items_filter<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn apply_top_items_filter<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action applyTopItemsFilter
Sourcepub fn apply_top_percent_filter<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn apply_top_percent_filter<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action applyTopPercentFilter
Sourcepub fn apply_values_filter<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn apply_values_filter<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action applyValuesFilter
Sourcepub fn clear(&self) -> RequestHandler
pub fn clear(&self) -> RequestHandler
Invoke action clear
Sourcepub fn header_row_range(&self) -> RequestHandler
pub fn header_row_range(&self) -> RequestHandler
Invoke function headerRowRange
Sourcepub fn range(&self) -> RequestHandler
pub fn range(&self) -> RequestHandler
Invoke function range
Sourcepub fn total_row_range(&self) -> RequestHandler
pub fn total_row_range(&self) -> RequestHandler
Invoke function totalRowRange
Trait Implementations§
Source§impl ODataQuery for WorkbookTablesColumnsIdApiClient
impl ODataQuery for WorkbookTablesColumnsIdApiClient
fn append_query_pair<KV: AsRef<str>>(self, key: KV, value: KV) -> Self
Source§fn count<S>(self, value: S) -> Self
fn count<S>(self, value: S) -> Self
Retrieves the total count of matching resources.
See the docs
Source§fn select(self, value: &[&str]) -> Self
fn select(self, value: &[&str]) -> Self
Filters properties (columns).
See the docs
Source§fn expand(self, value: &[&str]) -> Self
fn expand(self, value: &[&str]) -> Self
Retrieves related resources.
See the docs
Source§fn filter(self, value: &[&str]) -> Self
fn filter(self, value: &[&str]) -> Self
Filters results (rows).
See the docs
Source§fn order_by(self, value: &[&str]) -> Self
fn order_by(self, value: &[&str]) -> Self
Orders results.
See the docs
Source§fn search<S>(self, value: S) -> Self
fn search<S>(self, value: S) -> Self
Returns results based on search criteria.
See the docs
Source§fn format<S>(self, value: S) -> Self
fn format<S>(self, value: S) -> Self
Returns the results in the specified media format.
See the docs
Source§fn skip<S>(self, value: S) -> Self
fn skip<S>(self, value: S) -> Self
Indexes into a result set. Also used by some APIs to implement paging and can be used
together with $top to manually page results.
See the docs
Source§fn skip_token<S>(self, value: S) -> Self
fn skip_token<S>(self, value: S) -> Self
Retrieves the next page of results from result sets that span multiple pages.
(Some APIs use $skip instead.)
See the docs
Source§fn delta_token<S>(self, value: S) -> Self
fn delta_token<S>(self, value: S) -> Self
Retrieves the next page of results from result sets that span multiple pages.
(Some APIs use $skip instead.)
See the docs
Auto Trait Implementations§
impl !Freeze for WorkbookTablesColumnsIdApiClient
impl !RefUnwindSafe for WorkbookTablesColumnsIdApiClient
impl Send for WorkbookTablesColumnsIdApiClient
impl Sync for WorkbookTablesColumnsIdApiClient
impl Unpin for WorkbookTablesColumnsIdApiClient
impl !UnwindSafe for WorkbookTablesColumnsIdApiClient
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more