Uses of Class
com.mulesoft.apiquery.adapter.internal.metric.ActionType
-
Packages that use ActionType Package Description com.mulesoft.apiquery.adapter.internal.metric -
-
Uses of ActionType in com.mulesoft.apiquery.adapter.internal.metric
Methods in com.mulesoft.apiquery.adapter.internal.metric that return ActionType Modifier and Type Method Description static ActionTypeActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionType[]ActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mulesoft.apiquery.adapter.internal.metric with parameters of type ActionType Modifier and Type Method Description voidMetricsReporter. report(String sourceKey, ActionType action, String apifAppVersion, List<MetricBuilder.Dimension> dimensions, List<MetricBuilder.Fact> facts, Optional<String> sourceName)
-