Uses of Class
com.aeontronix.enhancedmule.tools.anypoint.api.API.Type
| Package | Description |
|---|---|
| com.aeontronix.enhancedmule.tools.anypoint | |
| com.aeontronix.enhancedmule.tools.anypoint.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.anypoint.api
Methods in com.aeontronix.enhancedmule.tools.anypoint.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.anypoint.api with parameters of type API.Type Modifier and Type Method Description static APIAPI. create(Environment environment, APISpec apiSpec, boolean mule4, String implementationUrl, String consumerUrl, String label, 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)