Uses of Class
org.wso2.am.integration.test.utils.bean.APIResourceBean
-
Packages that use APIResourceBean Package Description org.wso2.am.integration.test.utils.bean -
-
Uses of APIResourceBean in org.wso2.am.integration.test.utils.bean
Methods in org.wso2.am.integration.test.utils.bean that return types with arguments of type APIResourceBean Modifier and Type Method Description List<APIResourceBean>APICreationRequestBean. getResourceBeanList()Method parameters in org.wso2.am.integration.test.utils.bean with type arguments of type APIResourceBean Modifier and Type Method Description voidAPICreationRequestBean. setResourceBeanList(List<APIResourceBean> resourceBeanList)Constructor parameters in org.wso2.am.integration.test.utils.bean with type arguments of type APIResourceBean Constructor Description APICreationRequestBean(String apiName, String context, String version, String provider, URL endpointUrl, List<APIResourceBean> resourceBeans)constructor of the APICreationRequestBean class only with production url
-