Uses of Enum Class
com.mypurecloud.sdk.v2.model.JourneyPattern.StreamTypeEnum
Packages that use JourneyPattern.StreamTypeEnum
-
Uses of JourneyPattern.StreamTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyPattern.StreamTypeEnumModifier and TypeMethodDescriptionJourneyPattern.StreamTypeEnum.fromString(String key) JourneyPattern.getStreamType()Returns the enum constant of this class with the specified name.static JourneyPattern.StreamTypeEnum[]JourneyPattern.StreamTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type JourneyPattern.StreamTypeEnumModifier and TypeMethodDescriptionvoidJourneyPattern.setStreamType(JourneyPattern.StreamTypeEnum streamType) JourneyPattern.streamType(JourneyPattern.StreamTypeEnum streamType) The stream type for which this pattern can be matched on.