Uses of Enum Class
com.mypurecloud.sdk.v2.model.RecognitionBase.ContextTypeEnum
Packages that use RecognitionBase.ContextTypeEnum
-
Uses of RecognitionBase.ContextTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecognitionBase.ContextTypeEnumModifier and TypeMethodDescriptionRecognitionBase.ContextTypeEnum.fromString(String key) RecognitionBase.getContextType()Returns the enum constant of this class with the specified name.static RecognitionBase.ContextTypeEnum[]RecognitionBase.ContextTypeEnum.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 RecognitionBase.ContextTypeEnumModifier and TypeMethodDescriptionRecognitionBase.contextType(RecognitionBase.ContextTypeEnum contextType) The context type (optional)voidRecognitionBase.setContextType(RecognitionBase.ContextTypeEnum contextType)