Uses of Enum Class
com.mypurecloud.sdk.v2.model.ReportingTurnBotFlowInvocationEvent.TypeEnum
Packages that use ReportingTurnBotFlowInvocationEvent.TypeEnum
-
Uses of ReportingTurnBotFlowInvocationEvent.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ReportingTurnBotFlowInvocationEvent.TypeEnumModifier and TypeMethodDescriptionReportingTurnBotFlowInvocationEvent.TypeEnum.fromString(String key) ReportingTurnBotFlowInvocationEvent.getType()Returns the enum constant of this class with the specified name.ReportingTurnBotFlowInvocationEvent.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 ReportingTurnBotFlowInvocationEvent.TypeEnumModifier and TypeMethodDescriptionvoidReportingTurnBotFlowInvocationEvent.setType(ReportingTurnBotFlowInvocationEvent.TypeEnum type) ReportingTurnBotFlowInvocationEvent.type(ReportingTurnBotFlowInvocationEvent.TypeEnum type) Represents the type of invocation event which occurred.