Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.LifecycleHistoryDTO
Packages that use LifecycleHistoryDTO
Package
Description
-
Uses of LifecycleHistoryDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return LifecycleHistoryDTOModifier and TypeMethodDescriptionApiLifecycleApi.getAPILifecycleHistory(String apiId, String ifNoneMatch) Get Lifecycle State Change History of the API.ApiProductLifecycleApi.getAPIProductLifecycleHistory(String apiProductId, String ifNoneMatch) Get Lifecycle State Change History of the API Products.McpServerLifecycleApi.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 LifecycleHistoryDTOModifier and TypeMethodDescriptionApiLifecycleApi.getAPILifecycleHistoryWithHttpInfo(String apiId, String ifNoneMatch) Get Lifecycle State Change History of the API.ApiProductLifecycleApi.getAPIProductLifecycleHistoryWithHttpInfo(String apiProductId, String ifNoneMatch) Get Lifecycle State Change History of the API Products.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 LifecycleHistoryDTOModifier and TypeMethodDescriptionokhttp3.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