| 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 |
|---|---|
ExternalStoreDTO |
ExternalStoresApi.getAllExternalStores()
Retrieve external store list to publish an API
Retrieve external stores list configured to publish an API
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ExternalStoreDTO> |
ExternalStoresApi.getAllExternalStoresWithHttpInfo()
Retrieve external store list to publish an API
Retrieve external stores list configured to publish an API
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ExternalStoresApi.getAllExternalStoresAsync(ApiCallback<ExternalStoreDTO> callback)
Retrieve external store list to publish an API (asynchronously)
Retrieve external stores list configured to publish an API
|
| Modifier and Type | Method and Description |
|---|---|
ExternalStoreDTO |
ExternalStoreDTO.displayName(String displayName) |
ExternalStoreDTO |
ExternalStoreDTO.endpoint(String endpoint) |
ExternalStoreDTO |
ExternalStoreDTO.id(String id) |
ExternalStoreDTO |
ExternalStoreDTO.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<ExternalStoreDTO> |
ExternalStoreListDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
ExternalStoreListDTO |
ExternalStoreListDTO.addListItem(ExternalStoreDTO listItem) |
| Modifier and Type | Method and Description |
|---|---|
ExternalStoreListDTO |
ExternalStoreListDTO.list(List<ExternalStoreDTO> list) |
void |
ExternalStoreListDTO.setList(List<ExternalStoreDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.