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(APISpec apiSpec, boolean mule4, String implementationUrl, String consumerUrl, String label, API.Type type) Environment.createAPI(APISpec apiSpec, String label, Map<String, Object> implementationUrlJson, String consumerUrl) Environment.findAPIByExchangeAsset(String groupId, String assetId, String assetVersion) Environment.findAPIByExchangeAsset(String groupId, String assetId, String assetVersion, String label) Environment.findAPIByExchangeAssetIdOrNameAndProductAPIVersion(String name, String productAPIVersion, String label) Environment.findAPIByExchangeAssetIdOrNameAndVersion(String idOrName, String version, String label) Environment.findAPIByExchangeAssetNameAndProductAPIVersion(String name, String productAPIVersion, String label) Environment.findAPIByExchangeAssetNameAndVersion(String name, String version) Environment.findAPIByExchangeAssetNameAndVersion(String name, String version, String label) Environment.findAPIById(String id) Methods in com.aeontronix.enhancedmule.tools.anypoint that return types with arguments of type APIModifier and TypeMethodDescriptionEnvironment.findAPIsByExchangeAsset(String groupId, 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(Environment environment, APISpec apiSpec, boolean mule4, String implementationUrl, String consumerUrl, String label, API.Type type) static APIAPI.create(Environment environment, APISpec apiSpec, 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)