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