Package com.mypurecloud.sdk.v2.model
Class JourneyViewChart
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyViewChart
- All Implemented Interfaces:
Serializable
A chart within the context of the elements of the the journey view
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumA time unit to group the metrics by. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplayAttributes(JourneyViewChartDisplayAttributes displayAttributes) Optional display attributes for rendering the chartbooleangetId()getName()groupByAttributes(List<JourneyViewChartGroupByAttribute> groupByAttributes) A list of attributes to group the metrics by.groupByMax(Long groupByMax) A maximum on the number of values being grouped bygroupByTime(JourneyViewChart.GroupByTimeEnum groupByTime) A time unit to group the metrics by.inthashCode()metrics(List<JourneyViewChartMetric> metrics) A list of metrics to calculate within the chart by (aka the y axis)voidsetDisplayAttributes(JourneyViewChartDisplayAttributes displayAttributes) voidsetGroupByAttributes(List<JourneyViewChartGroupByAttribute> groupByAttributes) voidsetGroupByMax(Long groupByMax) voidsetGroupByTime(JourneyViewChart.GroupByTimeEnum groupByTime) voidsetMetrics(List<JourneyViewChartMetric> metrics) voidtoString()
-
Constructor Details
-
JourneyViewChart
public JourneyViewChart() -
JourneyViewChart
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
getVersion
-
groupByTime
A time unit to group the metrics by. There is a limit on the number of groupBy properties which can be specified. -
getGroupByTime
-
setGroupByTime
-
groupByAttributes
A list of attributes to group the metrics by. There is a limit on the number of groupBy properties which can be specified. -
getGroupByAttributes
-
setGroupByAttributes
-
metrics
A list of metrics to calculate within the chart by (aka the y axis) -
getMetrics
-
setMetrics
-
displayAttributes
Optional display attributes for rendering the chart -
getDisplayAttributes
-
setDisplayAttributes
-
groupByMax
A maximum on the number of values being grouped by -
getGroupByMax
-
setGroupByMax
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-