| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
APIProductOutdatedStatusDTO |
ApiProductsApi.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)
|
| Modifier and Type | Method and 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)
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiProductsApi.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)
|
| Modifier and Type | Method and Description |
|---|---|
APIProductOutdatedStatusDTO |
APIProductOutdatedStatusDTO.isOutdated(Boolean isOutdated) |
Copyright © 2021 WSO2 Inc. All rights reserved.