public class AutomatedWorkflowActionTemplateModelBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static AutomatedWorkflowActionTemplateModelBuilder |
aModel() |
AutomatedWorkflowActionTemplateModel |
build() |
AutomatedWorkflowActionTemplateModelBuilder |
withAction(WorkflowActionType action) |
AutomatedWorkflowActionTemplateModelBuilder |
withCode(java.lang.String code) |
AutomatedWorkflowActionTemplateModelBuilder |
withDecision(java.util.Collection<WorkflowDecisionTemplateModel> decisions) |
AutomatedWorkflowActionTemplateModelBuilder |
withJobHandler(java.lang.String jobHandler) |
AutomatedWorkflowActionTemplateModelBuilder |
withName(java.lang.String name) |
AutomatedWorkflowActionTemplateModelBuilder |
withPrincipal(PrincipalModel principal) |
AutomatedWorkflowActionTemplateModelBuilder |
withWorkflow(WorkflowTemplateModel workflow) |
public static AutomatedWorkflowActionTemplateModelBuilder aModel()
public AutomatedWorkflowActionTemplateModel build()
public AutomatedWorkflowActionTemplateModelBuilder withCode(java.lang.String code)
public AutomatedWorkflowActionTemplateModelBuilder withName(java.lang.String name)
public AutomatedWorkflowActionTemplateModelBuilder withPrincipal(PrincipalModel principal)
public AutomatedWorkflowActionTemplateModelBuilder withDecision(java.util.Collection<WorkflowDecisionTemplateModel> decisions)
public AutomatedWorkflowActionTemplateModelBuilder withAction(WorkflowActionType action)
public AutomatedWorkflowActionTemplateModelBuilder withJobHandler(java.lang.String jobHandler)
public AutomatedWorkflowActionTemplateModelBuilder withWorkflow(WorkflowTemplateModel workflow)
Copyright © 2018 SAP SE. All Rights Reserved.