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