Uses of Class
com.aeontronix.enhancedmule.tools.anypoint.api.API
Packages that use API
Package
Description
-
Uses of API in com.aeontronix.enhancedmule.tools.anypoint
Methods in com.aeontronix.enhancedmule.tools.anypoint that return APIModifier and TypeMethodDescriptionEnvironment.createAPI(@NotNull APISpec apiSpec, boolean mule4, @Nullable String implementationUrl, String consumerUrl, @Nullable String label, API.Type type) Environment.createAPI(@NotNull APISpec apiSpec, @Nullable String label, Map<String, Object> implementationUrlJson, String consumerUrl) Environment.findAPIByExchangeAsset(@NotNull String groupId, @NotNull String assetId, @NotNull String assetVersion) Environment.findAPIByExchangeAsset(@NotNull String groupId, @NotNull String assetId, @NotNull String assetVersion, @Nullable String label) Environment.findAPIByExchangeAssetIdOrNameAndProductAPIVersion(@NotNull String name, @NotNull String productAPIVersion, @Nullable String label) Environment.findAPIByExchangeAssetIdOrNameAndVersion(@NotNull String idOrName, @NotNull String version, @Nullable String label) Environment.findAPIByExchangeAssetNameAndProductAPIVersion(@NotNull String name, @NotNull String productAPIVersion, @Nullable String label) Environment.findAPIByExchangeAssetNameAndVersion(@NotNull String name, @NotNull String version) Environment.findAPIByExchangeAssetNameAndVersion(@NotNull String name, @NotNull String version, @Nullable String label) Environment.findAPIById(String id) Methods in com.aeontronix.enhancedmule.tools.anypoint that return types with arguments of type APIModifier and TypeMethodDescriptionEnvironment.findAPIsByExchangeAsset(@NotNull String groupId, @NotNull String assetId) -
Uses of API in com.aeontronix.enhancedmule.tools.anypoint.api
Methods in com.aeontronix.enhancedmule.tools.anypoint.api that return APIModifier and TypeMethodDescriptionstatic 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) APIPortal.getApiVersion()API.refresh()API.updateVersion(String version) Methods in com.aeontronix.enhancedmule.tools.anypoint.api that return types with arguments of type APIMethods in com.aeontronix.enhancedmule.tools.anypoint.api with parameters of type APIModifier and TypeMethodDescriptionClientApplication.requestAPIAccess(API apiVersion) ClientApplication.requestAPIAccess(API apiVersion, SLATier tier) ClientApplication.requestAPIAccess(API apiVersion, SLATier tier, boolean acceptedTerms) ClientApplication.requestAPIAccess(API api, AssetInstance assetInstance) ClientApplication.requestAPIAccess(API api, AssetInstance assetInstance, SLATier tier) ClientApplication.requestAPIAccess(API api, AssetInstance apiVersion, SLATier tier, boolean acceptedTerms) Method parameters in com.aeontronix.enhancedmule.tools.anypoint.api with type arguments of type APIConstructors in com.aeontronix.enhancedmule.tools.anypoint.api with parameters of type API -
Uses of API in com.aeontronix.enhancedmule.tools.anypoint.api.policy
Constructors in com.aeontronix.enhancedmule.tools.anypoint.api.policy with parameters of type API -
Uses of API in com.aeontronix.enhancedmule.tools.application.api
Methods in com.aeontronix.enhancedmule.tools.application.api that return APIMethods in com.aeontronix.enhancedmule.tools.application.api with parameters of type APIModifier and TypeMethodDescriptionvoidvoidMuleAPIProvisioningService.updateConsumerUrl(API api, String consumerUrl) Constructors in com.aeontronix.enhancedmule.tools.application.api with parameters of type APIModifierConstructorDescriptionAPIAccessDescriptor(API api) APIAccessDescriptor(API api, String slaTier) SLATierCreateRequest(API api, String name, String description, boolean autoApprove, List<SLATierLimits> limits)