| 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 |
|---|---|
APIExternalStoreListDTO |
ExternalStoresApi.getAllPublishedExternalStoresByAPI(String apiId,
String ifNoneMatch)
Get the List of External Stores to which an API is Published
This operation can be used to retrieve a list of external stores which an API is published to by providing the id of the API.
|
APIExternalStoreListDTO |
ExternalStoresApi.publishAPIToExternalStores(String apiId,
String externalStoreIds,
String ifMatch)
Publish an API to External Stores
This operation can be used to publish an API to a list of external stores.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<APIExternalStoreListDTO> |
ExternalStoresApi.getAllPublishedExternalStoresByAPIWithHttpInfo(String apiId,
String ifNoneMatch)
Get the List of External Stores to which an API is Published
This operation can be used to retrieve a list of external stores which an API is published to by providing the id of the API.
|
ApiResponse<APIExternalStoreListDTO> |
ExternalStoresApi.publishAPIToExternalStoresWithHttpInfo(String apiId,
String externalStoreIds,
String ifMatch)
Publish an API to External Stores
This operation can be used to publish an API to a list of external stores.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ExternalStoresApi.getAllPublishedExternalStoresByAPIAsync(String apiId,
String ifNoneMatch,
ApiCallback<APIExternalStoreListDTO> _callback)
Get the List of External Stores to which an API is Published (asynchronously)
This operation can be used to retrieve a list of external stores which an API is published to by providing the id of the API.
|
okhttp3.Call |
ExternalStoresApi.publishAPIToExternalStoresAsync(String apiId,
String externalStoreIds,
String ifMatch,
ApiCallback<APIExternalStoreListDTO> _callback)
Publish an API to External Stores (asynchronously)
This operation can be used to publish an API to a list of external stores.
|
| Modifier and Type | Method and Description |
|---|---|
APIExternalStoreListDTO |
APIExternalStoreListDTO.count(Integer count) |
APIExternalStoreListDTO |
APIExternalStoreListDTO.list(List<APIExternalStoreDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.