| 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 |
|---|---|
LifecycleStateDTO |
ApiLifecycleApi.getAPILifecycleState(String apiId,
String ifNoneMatch)
Get Lifecycle State Data of the API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<LifecycleStateDTO> |
ApiLifecycleApi.getAPILifecycleStateWithHttpInfo(String apiId,
String ifNoneMatch)
Get Lifecycle State Data of the API.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiLifecycleApi.getAPILifecycleStateAsync(String apiId,
String ifNoneMatch,
ApiCallback<LifecycleStateDTO> _callback)
Get Lifecycle State Data of the API.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleStateDTO |
LifecycleStateDTO.availableTransitions(List<LifecycleStateAvailableTransitionsDTO> availableTransitions) |
LifecycleStateDTO |
LifecycleStateDTO.checkItems(List<LifecycleStateCheckItemsDTO> checkItems) |
LifecycleStateDTO |
WorkflowResponseDTO.getLifecycleState()
Get lifecycleState
|
LifecycleStateDTO |
LifecycleStateDTO.state(String state) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowResponseDTO |
WorkflowResponseDTO.lifecycleState(LifecycleStateDTO lifecycleState) |
void |
WorkflowResponseDTO.setLifecycleState(LifecycleStateDTO lifecycleState) |
Copyright © 2021 WSO2 Inc. All rights reserved.