| 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.apiProductsApiProductIdIsOutdatedGet(String apiProductId,
String accept,
String ifNoneMatch)
Get if 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
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<APIProductOutdatedStatusDTO> |
ApiProductsApi.apiProductsApiProductIdIsOutdatedGetWithHttpInfo(String apiProductId,
String accept,
String ifNoneMatch)
Get if 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
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdIsOutdatedGetAsync(String apiProductId,
String accept,
String ifNoneMatch,
ApiCallback<APIProductOutdatedStatusDTO> callback)
Get if 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
|
| Modifier and Type | Method and Description |
|---|---|
APIProductOutdatedStatusDTO |
APIProductOutdatedStatusDTO.isOutdated(Boolean isOutdated) |
Copyright © 2020 WSO2 Inc. All rights reserved.