Uses of Enum Class
com.mypurecloud.sdk.v2.model.RequestJourneyPattern.StreamTypeEnum
Packages that use RequestJourneyPattern.StreamTypeEnum
-
Uses of RequestJourneyPattern.StreamTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RequestJourneyPattern.StreamTypeEnumModifier and TypeMethodDescriptionRequestJourneyPattern.StreamTypeEnum.fromString(String key) RequestJourneyPattern.getStreamType()Returns the enum constant of this class with the specified name.static RequestJourneyPattern.StreamTypeEnum[]RequestJourneyPattern.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 RequestJourneyPattern.StreamTypeEnumModifier and TypeMethodDescriptionvoidRequestJourneyPattern.setStreamType(RequestJourneyPattern.StreamTypeEnum streamType) RequestJourneyPattern.streamType(RequestJourneyPattern.StreamTypeEnum streamType) The stream type for which this pattern can be matched on.