Uses of Class
com.aeontronix.enhancedmule.tools.anypoint.api.APISpec
| Package | Description |
|---|---|
| com.aeontronix.enhancedmule.tools.anypoint | |
| com.aeontronix.enhancedmule.tools.anypoint.api |
-
Uses of APISpec in com.aeontronix.enhancedmule.tools.anypoint
Methods in com.aeontronix.enhancedmule.tools.anypoint that return APISpec Modifier and Type Method Description APISpecOrganization. findAPISpecsByIdOrNameAndVersion(String idOrName, String version)APISpecOrganization. findAPISpecsByNameAndVersion(String name, String version)Methods in com.aeontronix.enhancedmule.tools.anypoint with parameters of type APISpec Modifier and Type Method Description APIEnvironment. createAPI(APISpec apiSpec, boolean mule4, String implementationUrl, String consumerUrl, String label, API.Type type)APIEnvironment. createAPI(APISpec apiSpec, String label, Map<String,Object> implementationUrlJson, String consumerUrl) -
Uses of APISpec in com.aeontronix.enhancedmule.tools.anypoint.api
Methods in com.aeontronix.enhancedmule.tools.anypoint.api that return types with arguments of type APISpec Modifier and Type Method Description List<APISpec>APISpecList. getApiDefinitions()Methods in com.aeontronix.enhancedmule.tools.anypoint.api with parameters of type APISpec Modifier and Type Method Description static APIAPI. create(Environment environment, APISpec apiSpec, boolean mule4, String implementationUrl, String consumerUrl, String label, API.Type type)static APIAPI. create(Environment environment, APISpec apiSpec, String label, Map<String,Object> implementationUrlJson, String consumerUrl)Method parameters in com.aeontronix.enhancedmule.tools.anypoint.api with type arguments of type APISpec Modifier and Type Method Description voidAPISpecList. setApiDefinitions(List<APISpec> list)