Package com.mypurecloud.sdk.v2.model
Class JourneyViewElement
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyViewElement
- All Implemented Interfaces:
Serializable
An element within a journey view
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(JourneyViewElementAttributes attributes) Required attributes of the elementdisplayAttributes(JourneyViewElementDisplayAttributes displayAttributes) Attributes that defines the visualization of the element in the journey viewbooleanfilter(JourneyViewElementFilter filter) Any filters applied to this elementfollowedBy(List<JourneyViewLink> followedBy) A list of JourneyViewLink objects, listing the elements downstream of this elementgetId()getName()inthashCode()The unique identifier of the element within the elements listThe unique name of the element within the viewvoidsetAttributes(JourneyViewElementAttributes attributes) voidsetDisplayAttributes(JourneyViewElementDisplayAttributes displayAttributes) voidsetFilter(JourneyViewElementFilter filter) voidsetFollowedBy(List<JourneyViewLink> followedBy) voidvoidtoString()
-
Constructor Details
-
JourneyViewElement
public JourneyViewElement() -
JourneyViewElement
-
-
Method Details
-
id
The unique identifier of the element within the elements list -
getId
-
setId
-
name
The unique name of the element within the view -
getName
-
setName
-
attributes
Required attributes of the element -
getAttributes
-
setAttributes
-
displayAttributes
Attributes that defines the visualization of the element in the journey view -
getDisplayAttributes
-
setDisplayAttributes
-
filter
Any filters applied to this element -
getFilter
-
setFilter
-
followedBy
A list of JourneyViewLink objects, listing the elements downstream of this element -
getFollowedBy
-
setFollowedBy
-
equals
-
hashCode
public int hashCode() -
toString
-