Uses of Enum Class
com.mypurecloud.sdk.v2.model.InboundRoute.HistoryInclusionEnum
Packages that use InboundRoute.HistoryInclusionEnum
-
Uses of InboundRoute.HistoryInclusionEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InboundRoute.HistoryInclusionEnumModifier and TypeMethodDescriptionInboundRoute.HistoryInclusionEnum.fromString(String key) InboundRoute.getHistoryInclusion()Returns the enum constant of this class with the specified name.static InboundRoute.HistoryInclusionEnum[]InboundRoute.HistoryInclusionEnum.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 InboundRoute.HistoryInclusionEnumModifier and TypeMethodDescriptionInboundRoute.historyInclusion(InboundRoute.HistoryInclusionEnum historyInclusion) The configuration to indicate how the history of a conversation has to be included in a draftvoidInboundRoute.setHistoryInclusion(InboundRoute.HistoryInclusionEnum historyInclusion)