Enum Class GetArchitectDependencytrackingObjectRequest.objectTypeValues
java.lang.Object
java.lang.Enum<GetArchitectDependencytrackingObjectRequest.objectTypeValues>
com.mypurecloud.sdk.v2.api.request.GetArchitectDependencytrackingObjectRequest.objectTypeValues
- All Implemented Interfaces:
Serializable,Comparable<GetArchitectDependencytrackingObjectRequest.objectTypeValues>,java.lang.constant.Constable
- Enclosing class:
- GetArchitectDependencytrackingObjectRequest
public static enum GetArchitectDependencytrackingObjectRequest.objectTypeValues
extends Enum<GetArchitectDependencytrackingObjectRequest.objectTypeValues>
-
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
-
ACDLANGUAGE
-
ACDSKILL
-
ACDWRAPUPCODE
-
AGENTICVIRTUALAGENT
public static final GetArchitectDependencytrackingObjectRequest.objectTypeValues AGENTICVIRTUALAGENT -
AGENTICVIRTUALAGENTVERSION
public static final GetArchitectDependencytrackingObjectRequest.objectTypeValues AGENTICVIRTUALAGENTVERSION -
AUDIOCONNECTORBOT
-
BOTCONNECTORBOT
-
BOTCONNECTORINTEGRATION
public static final GetArchitectDependencytrackingObjectRequest.objectTypeValues BOTCONNECTORINTEGRATION -
BOTFLOW
-
BRIDGEACTION
-
COMMONMODULEFLOW
-
COMPOSERSCRIPT
-
CONTACTLIST
-
CONVERSATIONCUSTOMATTRIBUTESCHEMA
public static final GetArchitectDependencytrackingObjectRequest.objectTypeValues CONVERSATIONCUSTOMATTRIBUTESCHEMA -
CONVERSATIONSUMMARYSETTING
public static final GetArchitectDependencytrackingObjectRequest.objectTypeValues CONVERSATIONSUMMARYSETTING -
CUSTOMERSEGMENT
-
DATAACTION
-
DATATABLE
-
DECISIONTABLE
-
DIALOGENGINEBOT
-
DIALOGENGINEBOTVERSION
public static final GetArchitectDependencytrackingObjectRequest.objectTypeValues DIALOGENGINEBOTVERSION -
DIALOGFLOWAGENT
-
DIALOGFLOWCXAGENT
-
DIGITALAUDIO
-
DIGITALBOTCONNECTOR
public static final GetArchitectDependencytrackingObjectRequest.objectTypeValues DIGITALBOTCONNECTOR -
DIGITALBOTCONNECTORINTEGRATION
public static final GetArchitectDependencytrackingObjectRequest.objectTypeValues DIGITALBOTCONNECTORINTEGRATION -
DIGITALBOTFLOW
-
DIVISION
-
EMAILROUTE
-
EMAILSENDFLOW
-
EMERGENCYGROUP
-
FILE
-
FLOWACTION
-
FLOWDATATYPE
-
FLOWMILESTONE
-
FLOWOUTCOME
-
GRAMMAR
-
GROUP
-
GUIDE
-
GUIDEVERSION
-
IMAGE
-
INBOUNDCALLFLOW
-
INBOUNDCHATFLOW
-
INBOUNDEMAILFLOW
-
INBOUNDSHORTMESSAGEFLOW
public static final GetArchitectDependencytrackingObjectRequest.objectTypeValues INBOUNDSHORTMESSAGEFLOW -
INQUEUECALLFLOW
-
INQUEUEEMAILFLOW
-
INQUEUESHORTMESSAGEFLOW
public static final GetArchitectDependencytrackingObjectRequest.objectTypeValues INQUEUESHORTMESSAGEFLOW -
IVRCONFIGURATION
-
KNOWLEDGEBASE
-
KNOWLEDGEBASEDOCUMENT
public static final GetArchitectDependencytrackingObjectRequest.objectTypeValues KNOWLEDGEBASEDOCUMENT -
KNOWLEDGESETTING
-
LANGUAGE
-
LEXBOT
-
LEXBOTALIAS
-
LEXV2BOT
-
LEXV2BOTALIAS
-
NLUDOMAIN
-
NUANCEMIXBOT
-
NUANCEMIXINTEGRATION
public static final GetArchitectDependencytrackingObjectRequest.objectTypeValues NUANCEMIXINTEGRATION -
OAUTHCLIENT
-
OUTBOUNDCALLFLOW
-
QUEUE
-
RECORDINGPOLICY
-
RESPONSE
-
RESPONSEASSET
-
SCHEDULE
-
SCHEDULEGROUP
-
SECUREACTION
-
SECURECALLFLOW
-
SMSPHONENUMBER
-
STTENGINE
-
SURVEYFORM
-
SURVEYINVITEFLOW
-
SYSTEMPROMPT
-
TTSENGINE
-
TTSVOICE
-
USER
-
USERPROMPT
-
UTILIZATIONLABEL
-
VIDEO
-
VOICEFLOW
-
VOICEMAILFLOW
-
VOICESURVEYFLOW
-
WIDGET
-
WORKFLOW
-
WORKITEMFLOW
-
WORKTYPE
-
-
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<GetArchitectDependencytrackingObjectRequest.objectTypeValues>
-