Package com.checkout.workflows
Class CreateWorkflowRequest.CreateWorkflowRequestBuilder
- java.lang.Object
-
- com.checkout.workflows.CreateWorkflowRequest.CreateWorkflowRequestBuilder
-
- Enclosing class:
- CreateWorkflowRequest
public static class CreateWorkflowRequest.CreateWorkflowRequestBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateWorkflowRequest.CreateWorkflowRequestBuilderactions(java.util.List<WorkflowActionRequest> actions)CreateWorkflowRequest.CreateWorkflowRequestBuilderactive(java.lang.Boolean active)CreateWorkflowRequestbuild()CreateWorkflowRequest.CreateWorkflowRequestBuilderconditions(java.util.List<WorkflowConditionRequest> conditions)CreateWorkflowRequest.CreateWorkflowRequestBuildername(java.lang.String name)java.lang.StringtoString()
-
-
-
Method Detail
-
name
public CreateWorkflowRequest.CreateWorkflowRequestBuilder name(java.lang.String name)
- Returns:
this.
-
active
public CreateWorkflowRequest.CreateWorkflowRequestBuilder active(java.lang.Boolean active)
- Returns:
this.
-
conditions
public CreateWorkflowRequest.CreateWorkflowRequestBuilder conditions(java.util.List<WorkflowConditionRequest> conditions)
- Returns:
this.
-
actions
public CreateWorkflowRequest.CreateWorkflowRequestBuilder actions(java.util.List<WorkflowActionRequest> actions)
- Returns:
this.
-
build
public CreateWorkflowRequest build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-