Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.LifecycleStateDTO
-
Packages that use LifecycleStateDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of LifecycleStateDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return LifecycleStateDTO Modifier and Type Method Description LifecycleStateDTOApiLifecycleApi. getAPILifecycleState(String apiId, String ifNoneMatch)Get Lifecycle State Data of the API.LifecycleStateDTOApiProductLifecycleApi. getAPIProductLifecycleState(String apiProductId, String ifNoneMatch)Get Lifecycle State Data of the API Product.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type LifecycleStateDTO Modifier and Type Method Description ApiResponse<LifecycleStateDTO>ApiLifecycleApi. getAPILifecycleStateWithHttpInfo(String apiId, String ifNoneMatch)Get Lifecycle State Data of the API.ApiResponse<LifecycleStateDTO>ApiProductLifecycleApi. getAPIProductLifecycleStateWithHttpInfo(String apiProductId, String ifNoneMatch)Get Lifecycle State Data of the API Product.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type LifecycleStateDTO Modifier and Type Method Description okhttp3.CallApiLifecycleApi. getAPILifecycleStateAsync(String apiId, String ifNoneMatch, ApiCallback<LifecycleStateDTO> _callback)Get Lifecycle State Data of the API.okhttp3.CallApiProductLifecycleApi. getAPIProductLifecycleStateAsync(String apiProductId, String ifNoneMatch, ApiCallback<LifecycleStateDTO> _callback)Get Lifecycle State Data of the API Product. -
Uses of LifecycleStateDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return LifecycleStateDTO Modifier and Type Method Description LifecycleStateDTOLifecycleStateDTO. availableTransitions(List<LifecycleStateAvailableTransitionsDTO> availableTransitions)LifecycleStateDTOLifecycleStateDTO. checkItems(List<LifecycleStateCheckItemsDTO> checkItems)LifecycleStateDTOWorkflowResponseDTO. getLifecycleState()Get lifecycleStateLifecycleStateDTOLifecycleStateDTO. state(String state)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type LifecycleStateDTO Modifier and Type Method Description WorkflowResponseDTOWorkflowResponseDTO. lifecycleState(LifecycleStateDTO lifecycleState)voidWorkflowResponseDTO. setLifecycleState(LifecycleStateDTO lifecycleState)
-