| 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 which an API is published to
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 which an API is published to
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 |
|---|---|
com.squareup.okhttp.Call |
ExternalStoresApi.getAllPublishedExternalStoresByAPIAsync(String apiId,
String ifNoneMatch,
ApiCallback<APIExternalStoreListDTO> callback)
Get the list of external stores which an API is published to (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.
|
com.squareup.okhttp.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.addListItem(APIExternalStoreDTO listItem) |
APIExternalStoreListDTO |
APIExternalStoreListDTO.count(Integer count) |
APIExternalStoreListDTO |
APIExternalStoreListDTO.list(List<APIExternalStoreDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.