Uses of Enum Class
com.mypurecloud.sdk.v2.model.JourneyViewChart.GroupByTimeEnum
Packages that use JourneyViewChart.GroupByTimeEnum
-
Uses of JourneyViewChart.GroupByTimeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyViewChart.GroupByTimeEnumModifier and TypeMethodDescriptionJourneyViewChart.GroupByTimeEnum.fromString(String key) JourneyViewChart.getGroupByTime()Returns the enum constant of this class with the specified name.static JourneyViewChart.GroupByTimeEnum[]JourneyViewChart.GroupByTimeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type JourneyViewChart.GroupByTimeEnumModifier and TypeMethodDescriptionJourneyViewChart.groupByTime(JourneyViewChart.GroupByTimeEnum groupByTime) A time unit to group the metrics by.voidJourneyViewChart.setGroupByTime(JourneyViewChart.GroupByTimeEnum groupByTime)