public class WorkflowDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowDTO.StatusEnum
This attribute declares whether this workflow task is approved or rejected.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ATTRIBUTES |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_STATUS |
| Constructor and Description |
|---|
WorkflowDTO() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDTO |
attributes(Map<String,String> attributes) |
WorkflowDTO |
description(String description) |
boolean |
equals(Object o) |
Map<String,String> |
getAttributes()
Custom attributes to complete the workflow task
|
String |
getDescription()
Get description
|
WorkflowDTO.StatusEnum |
getStatus()
This attribute declares whether this workflow task is approved or rejected.
|
int |
hashCode() |
void |
setAttributes(Map<String,String> attributes) |
void |
setDescription(String description) |
void |
setStatus(WorkflowDTO.StatusEnum status) |
WorkflowDTO |
status(WorkflowDTO.StatusEnum status) |
String |
toString() |
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_ATTRIBUTES
public static final String SERIALIZED_NAME_DESCRIPTION
public WorkflowDTO status(WorkflowDTO.StatusEnum status)
public WorkflowDTO.StatusEnum getStatus()
public void setStatus(WorkflowDTO.StatusEnum status)
public WorkflowDTO attributes(Map<String,String> attributes)
@Nullable public Map<String,String> getAttributes()
public WorkflowDTO description(String description)
public void setDescription(String description)
Copyright © 2021 WSO2 Inc. All rights reserved.