Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIProductOutdatedStatusDTO
-
Packages that use APIProductOutdatedStatusDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIProductOutdatedStatusDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIProductOutdatedStatusDTO Modifier and Type Method Description APIProductOutdatedStatusDTOApiProductsApi. 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 APIProductOutdatedStatusDTO Modifier and Type Method Description ApiResponse<APIProductOutdatedStatusDTO>ApiProductsApi. 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 APIProductOutdatedStatusDTO Modifier and Type Method Description okhttp3.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 Modifier and Type Method Description APIProductOutdatedStatusDTOAPIProductOutdatedStatusDTO. isOutdated(Boolean isOutdated)
-