Uses of Enum
com.aeontronix.enhancedmule.tools.anypoint.api.API.Type
Packages that use API.Type
Package
Description
-
Uses of API.Type in com.aeontronix.enhancedmule.tools.anypoint
Methods in com.aeontronix.enhancedmule.tools.anypoint with parameters of type API.Type -
Uses of API.Type in com.aeontronix.enhancedmule.tools.anypoint.api
Methods in com.aeontronix.enhancedmule.tools.anypoint.api that return API.TypeModifier and TypeMethodDescriptionstatic API.TypeReturns 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.TypeModifier and TypeMethodDescriptionstatic 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.anypoint.exchange
Methods in com.aeontronix.enhancedmule.tools.anypoint.exchange that return API.TypeMethods in com.aeontronix.enhancedmule.tools.anypoint.exchange with parameters of type API.Type