Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIProductOutdatedStatusDTO
Packages that use APIProductOutdatedStatusDTO
Package
Description
-
Uses of APIProductOutdatedStatusDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIProductOutdatedStatusDTOModifier and TypeMethodDescriptionApiProductsApi.getIsAPIProductOutdated(String apiProductId, String accept, String ifNoneMatch) Check Whether API Product is Outdated This operation can be used to retrieve the status indicating if an API Product is outdated due to updating of dependent APIs (This resource is not supported at the moment)Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type APIProductOutdatedStatusDTOModifier and TypeMethodDescriptionApiProductsApi.getIsAPIProductOutdatedWithHttpInfo(String apiProductId, String accept, String ifNoneMatch) Check Whether API Product is Outdated This operation can be used to retrieve the status indicating if an API Product is outdated due to updating of dependent APIs (This resource is not supported at the moment)Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type APIProductOutdatedStatusDTOModifier and TypeMethodDescriptionokhttp3.CallApiProductsApi.getIsAPIProductOutdatedAsync(String apiProductId, String accept, String ifNoneMatch, ApiCallback<APIProductOutdatedStatusDTO> _callback) Check Whether API Product is Outdated (asynchronously) This operation can be used to retrieve the status indicating if an API Product is outdated due to updating of dependent APIs (This resource is not supported at the moment) -
Uses of APIProductOutdatedStatusDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIProductOutdatedStatusDTO