#[non_exhaustive]pub struct VisualCustomActionOperationBuilder { /* private fields */ }Expand description
A builder for VisualCustomActionOperation.
Implementations§
source§impl VisualCustomActionOperationBuilder
impl VisualCustomActionOperationBuilder
sourcepub fn filter_operation(self, input: CustomActionFilterOperation) -> Self
pub fn filter_operation(self, input: CustomActionFilterOperation) -> Self
The filter operation that filters data included in a visual or in an entire sheet.
sourcepub fn set_filter_operation(
self,
input: Option<CustomActionFilterOperation>
) -> Self
pub fn set_filter_operation( self, input: Option<CustomActionFilterOperation> ) -> Self
The filter operation that filters data included in a visual or in an entire sheet.
The navigation operation that navigates between different sheets in the same analysis.
The navigation operation that navigates between different sheets in the same analysis.
sourcepub fn url_operation(self, input: CustomActionUrlOperation) -> Self
pub fn url_operation(self, input: CustomActionUrlOperation) -> Self
The URL operation that opens a link to another webpage.
sourcepub fn set_url_operation(self, input: Option<CustomActionUrlOperation>) -> Self
pub fn set_url_operation(self, input: Option<CustomActionUrlOperation>) -> Self
The URL operation that opens a link to another webpage.
sourcepub fn set_parameters_operation(
self,
input: CustomActionSetParametersOperation
) -> Self
pub fn set_parameters_operation( self, input: CustomActionSetParametersOperation ) -> Self
The set parameter operation that sets parameters in custom action.
sourcepub fn set_set_parameters_operation(
self,
input: Option<CustomActionSetParametersOperation>
) -> Self
pub fn set_set_parameters_operation( self, input: Option<CustomActionSetParametersOperation> ) -> Self
The set parameter operation that sets parameters in custom action.
sourcepub fn build(self) -> VisualCustomActionOperation
pub fn build(self) -> VisualCustomActionOperation
Consumes the builder and constructs a VisualCustomActionOperation.
Trait Implementations§
source§impl Clone for VisualCustomActionOperationBuilder
impl Clone for VisualCustomActionOperationBuilder
source§fn clone(&self) -> VisualCustomActionOperationBuilder
fn clone(&self) -> VisualCustomActionOperationBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for VisualCustomActionOperationBuilder
impl Default for VisualCustomActionOperationBuilder
source§fn default() -> VisualCustomActionOperationBuilder
fn default() -> VisualCustomActionOperationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<VisualCustomActionOperationBuilder> for VisualCustomActionOperationBuilder
impl PartialEq<VisualCustomActionOperationBuilder> for VisualCustomActionOperationBuilder
source§fn eq(&self, other: &VisualCustomActionOperationBuilder) -> bool
fn eq(&self, other: &VisualCustomActionOperationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.