Package com.mypurecloud.sdk.v2.model
Enum Class QueueConversationCallbackEventTopicLimit.NamespaceEnum
java.lang.Object
java.lang.Enum<QueueConversationCallbackEventTopicLimit.NamespaceEnum>
com.mypurecloud.sdk.v2.model.QueueConversationCallbackEventTopicLimit.NamespaceEnum
- All Implemented Interfaces:
Serializable,Comparable<QueueConversationCallbackEventTopicLimit.NamespaceEnum>,java.lang.constant.Constable
- Enclosing class:
- QueueConversationCallbackEventTopicLimit
public static enum QueueConversationCallbackEventTopicLimit.NamespaceEnum
extends Enum<QueueConversationCallbackEventTopicLimit.NamespaceEnum>
Gets or Sets namespace
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionfromString(String key) toString()Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OUTDATEDSDKVERSION
-
AGENT_ASSISTANT
-
ANALYTICS_ALERTING
-
ANALYTICS
-
ANALYTICS_REALTIME
-
ANALYTICS_REPORTING_SETTINGS
public static final QueueConversationCallbackEventTopicLimit.NamespaceEnum ANALYTICS_REPORTING_SETTINGS -
ARCHITECT
-
AUDIOHOOK
-
AUDIT
-
AUTH_API
-
AUTHORIZATION
-
AUTOMATION_TESTING
-
BOTS
-
BOTS_VOICE
-
CALLBACK
-
COBROWSE
-
CONTENT_MANAGEMENT
-
CONVERSATION
-
DATAACTIONS
-
DATATABLES
-
DIRECTORY
-
EMAIL
-
EVENT_ORCHESTRATION
-
EXTERNAL_CONTACTS
-
GCV
-
GDPR
-
GROUPS
-
HISTORICAL_ADHERENCE
-
INFRASTRUCTUREASCODE
-
INTEGRATIONS
-
INTENT_MINER
-
JOURNEY
-
KNOWLEDGE
-
LANGUAGE_UNDERSTANDING
-
LEARNING
-
LIMIT_REGISTRY
-
MARKETPLACE
-
MEDIA_COMMUNICATIONS
-
MESSAGING
-
NOTIFICATIONS
-
ONBOARDING
-
OUTBOUND
-
PLATFORM_API
-
PREDICTIVE_ROUTING
-
PRESENCE
-
QUALITY
-
RECORDING
-
RESPONSE_MANAGEMENT
-
ROUTING
-
SCIM
-
SEARCH
-
SECONDARY_AUTOMATION_TESTING
public static final QueueConversationCallbackEventTopicLimit.NamespaceEnum SECONDARY_AUTOMATION_TESTING -
SKILLS
-
SPEECH_AND_TEXT_ANALYTICS
public static final QueueConversationCallbackEventTopicLimit.NamespaceEnum SPEECH_AND_TEXT_ANALYTICS -
SPEECH_INTEGRATION
-
SUPPORTABILITY
-
TASK_MANAGEMENT
-
TELEPHONY_CONFIGURATION
-
USAGE
-
USERS
-
WEB_DEPLOYMENTS
-
WEB_MESSAGING
-
WEBCHAT
-
WEBHOOKS
-
WORKFORCE_MANAGEMENT
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromString
-
toString
- Overrides:
toStringin classEnum<QueueConversationCallbackEventTopicLimit.NamespaceEnum>
-