| 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.apisApiIdLifecycleStateGet(String apiId,
String ifNoneMatch)
Get Lifecycle state data of the API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<LifecycleStateDTO> |
ApiLifecycleApi.apisApiIdLifecycleStateGetWithHttpInfo(String apiId,
String ifNoneMatch)
Get Lifecycle state data of the API.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiLifecycleApi.apisApiIdLifecycleStateGetAsync(String apiId,
String ifNoneMatch,
ApiCallback<LifecycleStateDTO> callback)
Get Lifecycle state data of the API.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleStateDTO |
LifecycleStateDTO.addAvailableTransitionsItem(LifecycleStateAvailableTransitionsDTO availableTransitionsItem) |
LifecycleStateDTO |
LifecycleStateDTO.addCheckItemsItem(LifecycleStateCheckItemsDTO checkItemsItem) |
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 © 2020 WSO2 Inc. All rights reserved.