Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.LifecycleHistoryDTO
-
Packages that use LifecycleHistoryDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of LifecycleHistoryDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return LifecycleHistoryDTO Modifier and Type Method Description LifecycleHistoryDTOApiLifecycleApi. getAPILifecycleHistory(String apiId, String ifNoneMatch)Get Lifecycle State Change History of the API.LifecycleHistoryDTOApiProductLifecycleApi. getAPIProductLifecycleHistory(String apiProductId, String ifNoneMatch)Get Lifecycle State Change History of the API Products.LifecycleHistoryDTOMcpServerLifecycleApi. getMCPServerLifecycleHistory(String mcpServerId, String ifNoneMatch)Get Lifecycle State Change History of a MCP Server This operation can be used to retrieve Lifecycle state change history of a MCP server.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type LifecycleHistoryDTO Modifier and Type Method Description ApiResponse<LifecycleHistoryDTO>ApiLifecycleApi. getAPILifecycleHistoryWithHttpInfo(String apiId, String ifNoneMatch)Get Lifecycle State Change History of the API.ApiResponse<LifecycleHistoryDTO>ApiProductLifecycleApi. getAPIProductLifecycleHistoryWithHttpInfo(String apiProductId, String ifNoneMatch)Get Lifecycle State Change History of the API Products.ApiResponse<LifecycleHistoryDTO>McpServerLifecycleApi. getMCPServerLifecycleHistoryWithHttpInfo(String mcpServerId, String ifNoneMatch)Get Lifecycle State Change History of a MCP Server This operation can be used to retrieve Lifecycle state change history of a MCP server.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type LifecycleHistoryDTO Modifier and Type Method Description okhttp3.CallApiLifecycleApi. getAPILifecycleHistoryAsync(String apiId, String ifNoneMatch, ApiCallback<LifecycleHistoryDTO> _callback)Get Lifecycle State Change History of the API.okhttp3.CallApiProductLifecycleApi. getAPIProductLifecycleHistoryAsync(String apiProductId, String ifNoneMatch, ApiCallback<LifecycleHistoryDTO> _callback)Get Lifecycle State Change History of the API Products.okhttp3.CallMcpServerLifecycleApi. getMCPServerLifecycleHistoryAsync(String mcpServerId, String ifNoneMatch, ApiCallback<LifecycleHistoryDTO> _callback)Get Lifecycle State Change History of a MCP Server (asynchronously) This operation can be used to retrieve Lifecycle state change history of a MCP server. -
Uses of LifecycleHistoryDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return LifecycleHistoryDTO Modifier and Type Method Description LifecycleHistoryDTOLifecycleHistoryDTO. count(Integer count)LifecycleHistoryDTOLifecycleHistoryDTO. list(List<LifecycleHistoryItemDTO> list)
-