Uses of Enum Class
com.mypurecloud.sdk.v2.model.CopilotContextValue.TypeEnum
Packages that use CopilotContextValue.TypeEnum
-
Uses of CopilotContextValue.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CopilotContextValue.TypeEnumModifier and TypeMethodDescriptionstatic CopilotContextValue.TypeEnumCopilotContextValue.TypeEnum.fromString(String key) CopilotContextValue.getType()static CopilotContextValue.TypeEnumReturns the enum constant of this class with the specified name.static CopilotContextValue.TypeEnum[]CopilotContextValue.TypeEnum.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 CopilotContextValue.TypeEnumModifier and TypeMethodDescriptionvoidCopilotContextValue.setType(CopilotContextValue.TypeEnum type) CopilotContextValue.type(CopilotContextValue.TypeEnum type) Type of the context.