Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIExternalStoreListDTO
-
Packages that use APIExternalStoreListDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIExternalStoreListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIExternalStoreListDTO Modifier and Type Method Description APIExternalStoreListDTOExternalStoresApi. 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.APIExternalStoreListDTOExternalStoresApi. 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.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type APIExternalStoreListDTO Modifier and Type Method 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.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type APIExternalStoreListDTO Modifier and Type Method Description okhttp3.CallExternalStoresApi. 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.CallExternalStoresApi. 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. -
Uses of APIExternalStoreListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIExternalStoreListDTO Modifier and Type Method Description APIExternalStoreListDTOAPIExternalStoreListDTO. count(Integer count)APIExternalStoreListDTOAPIExternalStoreListDTO. list(List<APIExternalStoreDTO> list)
-