Uses of Class
pl.edu.icm.unity.engine.api.IdpStatisticManagement.GroupBy
-
Packages that use IdpStatisticManagement.GroupBy Package Description pl.edu.icm.unity.engine.api The main entry point to engine's functionality. -
-
Uses of IdpStatisticManagement.GroupBy in pl.edu.icm.unity.engine.api
Methods in pl.edu.icm.unity.engine.api that return IdpStatisticManagement.GroupBy Modifier and Type Method Description static IdpStatisticManagement.GroupByIdpStatisticManagement.GroupBy. valueOf(String name)Returns the enum constant of this type with the specified name.static IdpStatisticManagement.GroupBy[]IdpStatisticManagement.GroupBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.edu.icm.unity.engine.api with parameters of type IdpStatisticManagement.GroupBy Modifier and Type Method Description List<GroupedIdpStatistic>IdpStatisticManagement. getIdpStatisticsSinceGroupBy(LocalDateTime since, IdpStatisticManagement.GroupBy groupBy, int sigInlimit, boolean skipZeroRecords)
-