pub struct WorkflowButtonBuilder { /* private fields */ }Expand description
Builder for WorkflowButton object.
Implementations§
Source§impl WorkflowButtonBuilder
impl WorkflowButtonBuilder
Sourcepub fn get_action_id(&self) -> Option<&String>
pub fn get_action_id(&self) -> Option<&String>
get action_id field value.
Sourcepub fn set_action_id(self, value: Option<impl Into<String>>) -> Self
pub fn set_action_id(self, value: Option<impl Into<String>>) -> Self
set action_id field value.
Sourcepub fn get_workflow(&self) -> Option<&Workflow>
pub fn get_workflow(&self) -> Option<&Workflow>
get workflow field value.
Sourcepub fn set_workflow(self, value: Option<impl Into<Workflow>>) -> Self
pub fn set_workflow(self, value: Option<impl Into<Workflow>>) -> Self
set workflow field value.
Sourcepub fn get_accessibility_label(&self) -> Option<&String>
pub fn get_accessibility_label(&self) -> Option<&String>
get accessibility_label field value.
Sourcepub fn set_accessibility_label(self, value: Option<impl Into<String>>) -> Self
pub fn set_accessibility_label(self, value: Option<impl Into<String>>) -> Self
set accessibility_label field value.
Sourcepub fn accessibility_label(self, value: impl Into<String>) -> Self
pub fn accessibility_label(self, value: impl Into<String>) -> Self
set accessibility_label field value.
Sourcepub fn build(self) -> Result<WorkflowButton, ValidationErrors>
pub fn build(self) -> Result<WorkflowButton, ValidationErrors>
build WorkflowButton object.