Class WorkflowStepRepresentation.Builder
java.lang.Object
org.keycloak.representations.workflows.WorkflowStepRepresentation.Builder
- Enclosing class:
- WorkflowStepRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbefore
(WorkflowStepRepresentation targetStep, Duration timeBeforeTarget) build()
withConfig
(String key, String value) withConfig
(String key, List<String> values) withSteps
(WorkflowStepRepresentation... steps)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
of
-
after
-
before
public WorkflowStepRepresentation.Builder before(WorkflowStepRepresentation targetStep, Duration timeBeforeTarget) -
withConfig
-
withSteps
-
withConfig
-
build
-