Class WorkflowDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.WorkflowDTO
WorkflowDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThis attribute declares whether this workflow task is approved or rejected. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, String> attributes) description(String description) booleanCustom attributes to complete the workflow taskGet descriptionThis attribute declares whether this workflow task is approved or rejected.inthashCode()voidsetAttributes(Map<String, String> attributes) voidsetDescription(String description) voidsetStatus(WorkflowDTO.StatusEnum status) status(WorkflowDTO.StatusEnum status) toString()
-
Field Details
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_ATTRIBUTES
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
-
Constructor Details
-
WorkflowDTO
public WorkflowDTO()
-
-
Method Details
-
status
-
getStatus
This attribute declares whether this workflow task is approved or rejected.- Returns:
- status
-
setStatus
-
attributes
-
getAttributes
Custom attributes to complete the workflow task- Returns:
- attributes
-
setAttributes
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-