Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ExternalStoreDTO
-
Packages that use ExternalStoreDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of ExternalStoreDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ExternalStoreDTO Modifier and Type Method Description ExternalStoreDTOExternalStoresApi. getAllExternalStores()Retrieve External Stores List to Publish an API Retrieve external stores list configured to publish an APIMethods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type ExternalStoreDTO Modifier and Type Method Description ApiResponse<ExternalStoreDTO>ExternalStoresApi. getAllExternalStoresWithHttpInfo()Retrieve External Stores List to Publish an API Retrieve external stores list configured to publish an APIMethod parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type ExternalStoreDTO Modifier and Type Method Description okhttp3.CallExternalStoresApi. getAllExternalStoresAsync(ApiCallback<ExternalStoreDTO> _callback)Retrieve External Stores List to Publish an API (asynchronously) Retrieve external stores list configured to publish an API -
Uses of ExternalStoreDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ExternalStoreDTO Modifier and Type Method Description ExternalStoreDTOExternalStoreDTO. displayName(String displayName)ExternalStoreDTOExternalStoreDTO. endpoint(String endpoint)ExternalStoreDTOExternalStoreDTO. id(String id)ExternalStoreDTOExternalStoreDTO. type(String type)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type ExternalStoreDTO Modifier and Type Method Description List<ExternalStoreDTO>ExternalStoreListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type ExternalStoreDTO Modifier and Type Method Description ExternalStoreListDTOExternalStoreListDTO. list(List<ExternalStoreDTO> list)voidExternalStoreListDTO. setList(List<ExternalStoreDTO> list)
-