public class IntegrationFrameworkWorkflowBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
IntegrationFrameworkWorkflow |
build()
Builds the actual integration-framework workflow.
|
static IntegrationFrameworkWorkflowBuilder |
newIntegrationFrameworkWorkflow()
Creates a new integration-framework workflow builder.
|
IntegrationFrameworkWorkflowBuilder |
withConnector(Connector connector)
Set the connector used in the integration-framework workflow.
|
IntegrationFrameworkWorkflowBuilder |
withName(String name)
Set the name of integration-framework workflow.
|
public static IntegrationFrameworkWorkflowBuilder newIntegrationFrameworkWorkflow()
public IntegrationFrameworkWorkflowBuilder withName(String name)
public IntegrationFrameworkWorkflowBuilder withConnector(Connector connector)
public IntegrationFrameworkWorkflow build()
Copyright 2022 OneSpan All rights reserved.