public static interface WorkflowStepItem.Builder extends SdkPojo, CopyableBuilder<WorkflowStepItem.Builder,WorkflowStepItem>
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepItem.Builder |
appflowIntegration(AppflowIntegrationWorkflowStep appflowIntegration)
Workflow step information specific to
APPFLOW_INTEGRATION workflow. |
default WorkflowStepItem.Builder |
appflowIntegration(Consumer<AppflowIntegrationWorkflowStep.Builder> appflowIntegration)
Workflow step information specific to
APPFLOW_INTEGRATION workflow. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkflowStepItem.Builder appflowIntegration(AppflowIntegrationWorkflowStep appflowIntegration)
Workflow step information specific to APPFLOW_INTEGRATION workflow.
appflowIntegration - Workflow step information specific to APPFLOW_INTEGRATION workflow.default WorkflowStepItem.Builder appflowIntegration(Consumer<AppflowIntegrationWorkflowStep.Builder> appflowIntegration)
Workflow step information specific to APPFLOW_INTEGRATION workflow.
AppflowIntegrationWorkflowStep.Builder
avoiding the need to create one manually via AppflowIntegrationWorkflowStep.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to appflowIntegration(AppflowIntegrationWorkflowStep).
appflowIntegration - a consumer that will call methods on AppflowIntegrationWorkflowStep.BuilderappflowIntegration(AppflowIntegrationWorkflowStep)Copyright © 2023. All rights reserved.