Uses of Class
com.aeontronix.enhancedmule.tools.api.API.Type
| Package | Description |
|---|---|
| com.aeontronix.enhancedmule.tools.anypoint | |
| com.aeontronix.enhancedmule.tools.api | |
| com.aeontronix.enhancedmule.tools.exchange |
-
Uses of API.Type in com.aeontronix.enhancedmule.tools.anypoint
-
Uses of API.Type in com.aeontronix.enhancedmule.tools.api
Methods in com.aeontronix.enhancedmule.tools.api that return API.Type Modifier and Type Method Description static API.TypeAPI.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static API.Type[]API.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aeontronix.enhancedmule.tools.api with parameters of type API.Type 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)voidAPI. updateImplementationUrl(String implementationUrl, boolean mule4, API.Type type) -
Uses of API.Type in com.aeontronix.enhancedmule.tools.exchange
Methods in com.aeontronix.enhancedmule.tools.exchange that return API.Type Modifier and Type Method Description API.TypeExchangeAssetDescriptor. getType()Methods in com.aeontronix.enhancedmule.tools.exchange with parameters of type API.Type Modifier and Type Method Description voidExchangeAssetDescriptor. setType(API.Type type)