Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIExternalStoreListDTO
Packages that use APIExternalStoreListDTO
Package
Description
-
Uses of APIExternalStoreListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIExternalStoreListDTOModifier and TypeMethodDescriptionExternalStoresApi.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.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.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type APIExternalStoreListDTOModifier and TypeMethodDescriptionExternalStoresApi.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.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 APIExternalStoreListDTOModifier and TypeMethodDescriptionokhttp3.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