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.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.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. -
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)
-