Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConversationEventTopicCall.DirectionEnum
Packages that use ConversationEventTopicCall.DirectionEnum
-
Uses of ConversationEventTopicCall.DirectionEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationEventTopicCall.DirectionEnumModifier and TypeMethodDescriptionConversationEventTopicCall.DirectionEnum.fromString(String key) ConversationEventTopicCall.getDirection()Returns the enum constant of this class with the specified name.ConversationEventTopicCall.DirectionEnum.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 ConversationEventTopicCall.DirectionEnumModifier and TypeMethodDescriptionConversationEventTopicCall.direction(ConversationEventTopicCall.DirectionEnum direction) Whether a call is inbound or outbound.voidConversationEventTopicCall.setDirection(ConversationEventTopicCall.DirectionEnum direction)