Uses of Enum Class
org.praxisplatform.uischema.stats.DistributionMode
Packages that use DistributionMode
-
Uses of DistributionMode in org.praxisplatform.uischema.stats
Methods in org.praxisplatform.uischema.stats that return DistributionModeModifier and TypeMethodDescriptionstatic DistributionModeReturns the enum constant of this class with the specified name.static DistributionMode[]DistributionMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DistributionMode in org.praxisplatform.uischema.stats.dto
Methods in org.praxisplatform.uischema.stats.dto that return DistributionModeModifier and TypeMethodDescriptionDistributionStatsRequest.mode()Returns the value of themoderecord component.DistributionStatsResponse.mode()Returns the value of themoderecord component.Constructors in org.praxisplatform.uischema.stats.dto with parameters of type DistributionModeModifierConstructorDescriptionDistributionStatsRequest(FD filter, String field, DistributionMode mode, StatsMetricRequest metric, Number bucketSize, Integer bucketCount, Integer limit, StatsBucketOrder orderBy) Creates an instance of aDistributionStatsRequestrecord class.DistributionStatsResponse(String field, DistributionMode mode, StatsMetricRequest metric, List<DistributionBucket> buckets) Creates an instance of aDistributionStatsResponserecord class.