Package com.mypurecloud.sdk.v2.model
Class JourneyViewChartDisplayAttributes
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyViewChartDisplayAttributes
- All Implemented Interfaces:
Serializable
Display attributes for the chart, such as type, labels and legends
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of chart to display -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()groupByTitle(String groupByTitle) A title for the grouped by attributes (aka the x axis)inthashCode()metricsTitle(String metricsTitle) A title for the metrics (aka the y axis)voidsetGroupByTitle(String groupByTitle) voidsetMetricsTitle(String metricsTitle) voidsetShowLegend(Boolean showLegend) voidshowLegend(Boolean showLegend) Whether to show a legendtoString()The type of chart to display
-
Constructor Details
-
JourneyViewChartDisplayAttributes
public JourneyViewChartDisplayAttributes() -
JourneyViewChartDisplayAttributes
-
-
Method Details
-
type
The type of chart to display -
getType
-
setType
-
groupByTitle
A title for the grouped by attributes (aka the x axis) -
getGroupByTitle
-
setGroupByTitle
-
metricsTitle
A title for the metrics (aka the y axis) -
getMetricsTitle
-
setMetricsTitle
-
showLegend
Whether to show a legend -
getShowLegend
-
setShowLegend
-
equals
-
hashCode
public int hashCode() -
toString
-