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