Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.LifecycleStateDTO
Packages that use LifecycleStateDTO
Package
Description
-
Uses of LifecycleStateDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return LifecycleStateDTOModifier and TypeMethodDescriptionApiLifecycleApi.getAPILifecycleState(String apiId, String ifNoneMatch) Get Lifecycle State Data of the API.ApiProductLifecycleApi.getAPIProductLifecycleState(String apiProductId, String ifNoneMatch) Get Lifecycle State Data of the API Product.McpServerLifecycleApi.getMCPServerLifecycleState(String mcpServerId, String ifNoneMatch) Get Lifecycle State Data of a MCP server.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type LifecycleStateDTOModifier and TypeMethodDescriptionApiLifecycleApi.getAPILifecycleStateWithHttpInfo(String apiId, String ifNoneMatch) Get Lifecycle State Data of the API.ApiProductLifecycleApi.getAPIProductLifecycleStateWithHttpInfo(String apiProductId, String ifNoneMatch) Get Lifecycle State Data of the API Product.McpServerLifecycleApi.getMCPServerLifecycleStateWithHttpInfo(String mcpServerId, String ifNoneMatch) Get Lifecycle State Data of a MCP server.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type LifecycleStateDTOModifier and TypeMethodDescriptionokhttp3.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.okhttp3.CallMcpServerLifecycleApi.getMCPServerLifecycleStateAsync(String mcpServerId, String ifNoneMatch, ApiCallback<LifecycleStateDTO> _callback) Get Lifecycle State Data of a MCP server. -
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 LifecycleStateDTOModifier and TypeMethodDescriptionLifecycleStateDTO.availableTransitions(List<LifecycleStateAvailableTransitionsDTO> availableTransitions) LifecycleStateDTO.checkItems(List<LifecycleStateCheckItemsDTO> checkItems) WorkflowResponseDTO.getLifecycleState()Get lifecycleStateMethods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type LifecycleStateDTOModifier and TypeMethodDescriptionWorkflowResponseDTO.lifecycleState(LifecycleStateDTO lifecycleState) voidWorkflowResponseDTO.setLifecycleState(LifecycleStateDTO lifecycleState)