Package com.mypurecloud.sdk.v2.model
Class RequestJourneyPattern
java.lang.Object
com.mypurecloud.sdk.v2.model.RequestJourneyPattern
- All Implemented Interfaces:
Serializable
RequestJourneyPattern
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe stream type for which this pattern can be matched on. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe number of times the pattern must match.criteria(List<RequestCriteria> criteria) A list of one or more criteria to satisfy.booleanThe name of the event for which this pattern can be matched on.getCount()inthashCode()sessionType(String sessionType) The session type for which this pattern can be matched on.voidvoidsetCriteria(List<RequestCriteria> criteria) voidsetEventName(String eventName) voidsetSessionType(String sessionType) voidsetStreamType(RequestJourneyPattern.StreamTypeEnum streamType) streamType(RequestJourneyPattern.StreamTypeEnum streamType) The stream type for which this pattern can be matched on.toString()
-
Constructor Details
-
RequestJourneyPattern
public RequestJourneyPattern() -
RequestJourneyPattern
-
-
Method Details
-
criteria
A list of one or more criteria to satisfy. -
getCriteria
-
setCriteria
-
count
The number of times the pattern must match. -
getCount
-
setCount
-
streamType
The stream type for which this pattern can be matched on. -
getStreamType
-
setStreamType
-
sessionType
The session type for which this pattern can be matched on. -
getSessionType
-
setSessionType
-
eventName
The name of the event for which this pattern can be matched on. -
getEventName
-
setEventName
-
equals
-
hashCode
public int hashCode() -
toString
-