public class Workflow extends WorkflowMini
Your application must be authorized to use the `Manage Box Relay` application scope within the developer console in order to use this resource.
| Modifier and Type | Class and Description |
|---|---|
static class |
Workflow.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<WorkflowFlowsField> |
flows
A list of flows assigned to a workflow.
|
description, id, isEnabled, name, typeexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
Workflow() |
protected |
Workflow(Workflow.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<WorkflowFlowsField> |
getFlows() |
int |
hashCode() |
String |
toString() |
getDescription, getId, getIsEnabled, getName, getTypegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected List<WorkflowFlowsField> flows
public Workflow()
protected Workflow(Workflow.Builder builder)
public List<WorkflowFlowsField> getFlows()
public boolean equals(Object o)
equals in class WorkflowMinipublic int hashCode()
hashCode in class WorkflowMinipublic String toString()
toString in class WorkflowMini