Uses of Class
org.wso2.am.integration.test.utils.bean.APIRequest
Packages that use APIRequest
Package
Description
-
Uses of APIRequest in org.wso2.am.integration.test.impl
Methods in org.wso2.am.integration.test.impl with parameters of type APIRequestModifier and TypeMethodDescriptionorg.wso2.carbon.automation.test.utils.http.client.HttpResponseRestAPIPublisherImpl.addAPI(APIRequest apiRequest) \ This method is used to create an API.RestAPIPublisherImpl.addAPI(APIRequest apiRequest, String osVersion) \ This method is used to create an API.org.wso2.carbon.automation.test.utils.http.client.HttpResponseRestAPIPublisherImpl.addAPIWithMalformedContext(APIRequest apiRequest) org.wso2.carbon.automation.test.utils.http.client.HttpResponseRestAPIPublisherImpl.updateAPI(APIRequest apiRequest, String apiId) Facilitate update API -
Uses of APIRequest in org.wso2.am.integration.test.utils.base
Methods in org.wso2.am.integration.test.utils.base with parameters of type APIRequestModifier and TypeMethodDescriptionAPIManagerLifecycleBaseTest.createAndPublishAPIUsingRest(APIRequest apiRequest, RestAPIPublisherImpl publisherRestClient, boolean isRequireReSubscription) Create and publish a API.protected StringAPIManagerLifecycleBaseTest.createAndPublishAPIWithoutRequireReSubscriptionUsingRest(APIRequest apiRequest, RestAPIPublisherImpl publisherRestClient) Create and publish a API with re-subscription not required.protected StringAPIManagerLifecycleBaseTest.createPublishAndSubscribeToAPIUsingRest(APIRequest apiRequest, RestAPIPublisherImpl publisherRestClient, RestAPIStoreImpl storeRestClient, String applicationId, String tier) Create publish and subscribe a API using REST API.protected StringAPIManagerLifecycleBaseTest.getAPIIdentifierStringFromAPIRequest(APIRequest apiRequest) Return a String with combining the value of API Name,API Version and API Provider Name as key:value format -
Uses of APIRequest in org.wso2.am.integration.test.utils.clients
Methods in org.wso2.am.integration.test.utils.clients with parameters of type APIRequestModifier and TypeMethodDescriptionorg.wso2.carbon.automation.test.utils.http.client.HttpResponseAPIPublisherRestClient.addAPI(APIRequest apiRequest) Facilitate add API into publisher nodeorg.wso2.carbon.automation.test.utils.http.client.HttpResponseAPIPublisherRestClient.updateAPI(APIRequest apiRequest) Facilitate update API