| 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.apisChangeLifecyclePost(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.apisChangeLifecyclePostWithHttpInfo(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 |
|---|---|
com.squareup.okhttp.Call |
ApiLifecycleApi.apisChangeLifecyclePostAsync(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 © 2020 WSO2 Inc. All rights reserved.