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