public class StartWorkflowRequestBody extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
StartWorkflowRequestBody.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<StartWorkflowRequestBodyFilesField> |
files
The array of files for which the workflow should start.
|
protected StartWorkflowRequestBodyFlowField |
flow
The flow that will be triggered.
|
protected StartWorkflowRequestBodyFolderField |
folder
The folder object for which the workflow is configured.
|
protected List<Outcome> |
outcomes
A configurable outcome the workflow should complete.
|
protected EnumWrapper<StartWorkflowRequestBodyTypeField> |
type
The type of the parameters object.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
StartWorkflowRequestBody(StartWorkflowRequestBody.Builder builder) |
|
StartWorkflowRequestBody(StartWorkflowRequestBodyFlowField flow,
List<StartWorkflowRequestBodyFilesField> files,
StartWorkflowRequestBodyFolderField folder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<StartWorkflowRequestBodyFilesField> |
getFiles() |
StartWorkflowRequestBodyFlowField |
getFlow() |
StartWorkflowRequestBodyFolderField |
getFolder() |
List<Outcome> |
getOutcomes() |
EnumWrapper<StartWorkflowRequestBodyTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<StartWorkflowRequestBodyTypeField> type
protected final StartWorkflowRequestBodyFlowField flow
protected final List<StartWorkflowRequestBodyFilesField> files
protected final StartWorkflowRequestBodyFolderField folder
public StartWorkflowRequestBody(StartWorkflowRequestBodyFlowField flow, List<StartWorkflowRequestBodyFilesField> files, StartWorkflowRequestBodyFolderField folder)
protected StartWorkflowRequestBody(StartWorkflowRequestBody.Builder builder)
public EnumWrapper<StartWorkflowRequestBodyTypeField> getType()
public StartWorkflowRequestBodyFlowField getFlow()
public List<StartWorkflowRequestBodyFilesField> getFiles()
public StartWorkflowRequestBodyFolderField getFolder()
public List<Outcome> getOutcomes()