| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
WorkflowResponseDTO |
ApiLifecycleApi.changeAPILifecycle(String action,
String apiId,
String lifecycleChecklist,
String ifMatch)
Change API Status
This operation is used to change the lifecycle of an API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<WorkflowResponseDTO> |
ApiLifecycleApi.changeAPILifecycleWithHttpInfo(String action,
String apiId,
String lifecycleChecklist,
String ifMatch)
Change API Status
This operation is used to change the lifecycle of an API.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiLifecycleApi.changeAPILifecycleAsync(String action,
String apiId,
String lifecycleChecklist,
String ifMatch,
ApiCallback<WorkflowResponseDTO> _callback)
Change API Status (asynchronously)
This operation is used to change the lifecycle of an API.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowResponseDTO |
WorkflowResponseDTO.jsonPayload(String jsonPayload) |
WorkflowResponseDTO |
WorkflowResponseDTO.lifecycleState(LifecycleStateDTO lifecycleState) |
WorkflowResponseDTO |
WorkflowResponseDTO.workflowStatus(WorkflowResponseDTO.WorkflowStatusEnum workflowStatus) |
Copyright © 2021 WSO2 Inc. All rights reserved.