Uses of Enum Class
com.targomo.client.api.enums.MultiGraphAggregationType
Packages that use MultiGraphAggregationType
-
Uses of MultiGraphAggregationType in com.targomo.client.api.enums
Methods in com.targomo.client.api.enums that return MultiGraphAggregationTypeModifier and TypeMethodDescriptionstatic MultiGraphAggregationTypeMultiGraphAggregationType.fromString(String key) static MultiGraphAggregationTypeReturns the enum constant of this class with the specified name.static MultiGraphAggregationType[]MultiGraphAggregationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MultiGraphAggregationType in com.targomo.client.api.pojo
Methods in com.targomo.client.api.pojo with parameters of type MultiGraphAggregationTypeModifier and TypeMethodDescriptionAggregationConfiguration.AggregationConfigurationBuilder.type(MultiGraphAggregationType type)