Uses of Class
com.mypurecloud.sdk.v2.model.JourneyViewElement
Packages that use JourneyViewElement
-
Uses of JourneyViewElement in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyViewElementModifier and TypeMethodDescriptionJourneyViewElement.attributes(JourneyViewElementAttributes attributes) Required attributes of the elementJourneyViewElement.displayAttributes(JourneyViewElementDisplayAttributes displayAttributes) Attributes that defines the visualization of the element in the journey viewJourneyViewElement.filter(JourneyViewElementFilter filter) Any filters applied to this elementJourneyViewElement.followedBy(List<JourneyViewLink> followedBy) A list of JourneyViewLink objects, listing the elements downstream of this elementThe unique identifier of the element within the elements listThe unique name of the element within the viewMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type JourneyViewElementMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type JourneyViewElementModifier and TypeMethodDescriptionJourneyView.elements(List<JourneyViewElement> elements) The elements within the journey viewvoidJourneyView.setElements(List<JourneyViewElement> elements)