| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowResponse.WorkflowStatusEnum |
WorkflowResponse.WorkflowStatusEnum.fromValue(String text) |
WorkflowResponse.WorkflowStatusEnum |
WorkflowResponse.getWorkflowStatus()
This attribute declares whether this workflow task is approved or rejected.
|
WorkflowResponse.WorkflowStatusEnum |
WorkflowResponse.WorkflowStatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static WorkflowResponse.WorkflowStatusEnum |
WorkflowResponse.WorkflowStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowResponse.WorkflowStatusEnum[] |
WorkflowResponse.WorkflowStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowResponse.setWorkflowStatus(WorkflowResponse.WorkflowStatusEnum workflowStatus) |
WorkflowResponse |
WorkflowResponse.workflowStatus(WorkflowResponse.WorkflowStatusEnum workflowStatus) |
void |
WorkflowResponse.WorkflowStatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
WorkflowResponse.WorkflowStatusEnum enumeration) |
Copyright © 2018 WSO2. All rights reserved.