Package com.mypurecloud.sdk.v2.model
Class JourneyView
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyView
- All Implemented Interfaces:
Serializable
A journey view
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharts(List<JourneyViewChart> charts) A list of charts to measure within context of the elements of the the journey viewdescription(String description) A description of the journey viewA relative timeframe for the journey view, expressed as an ISO 8601 duration.elements(List<JourneyViewElement> elements) The elements within the journey viewbooleangetId()getName()inthashCode()An absolute timeframe for the journey view, expressed as an ISO 8601 interval.voidsetCharts(List<JourneyViewChart> charts) voidsetDescription(String description) voidsetDuration(String duration) voidsetElements(List<JourneyViewElement> elements) voidsetInterval(String interval) voidtoString()
-
Constructor Details
-
JourneyView
public JourneyView() -
JourneyView
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
description
A description of the journey view -
getDescription
-
setDescription
-
getVersion
-
getCreatedBy
-
getModifiedBy
-
interval
An absolute timeframe for the journey view, expressed as an ISO 8601 interval. Only one of interval or duration must be specified. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss -
getInterval
-
setInterval
-
duration
A relative timeframe for the journey view, expressed as an ISO 8601 duration. Only one of interval or duration must be specified. Periods are represented as an ISO-8601 string. For example: P1D or P1DT12H -
getDuration
-
setDuration
-
elements
The elements within the journey view -
getElements
-
setElements
-
charts
A list of charts to measure within context of the elements of the the journey view -
getCharts
-
setCharts
-
getDateCreated
-
getDateModified
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-