public class WorkflowMini extends SerializableObject
You 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 |
WorkflowMini.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
The description for a workflow.
|
protected String |
id
The unique identifier for the workflow.
|
protected Boolean |
isEnabled
Specifies if this workflow is enabled.
|
protected String |
name
The name of the workflow.
|
protected EnumWrapper<WorkflowMiniTypeField> |
type
The value will always be `workflow`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
WorkflowMini() |
protected |
WorkflowMini(WorkflowMini.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getId() |
Boolean |
getIsEnabled() |
String |
getName() |
EnumWrapper<WorkflowMiniTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<WorkflowMiniTypeField> type
protected String description
public WorkflowMini()
protected WorkflowMini(WorkflowMini.Builder builder)
public EnumWrapper<WorkflowMiniTypeField> getType()
public String getDescription()
public Boolean getIsEnabled()