Uses of Enum Class
com.mypurecloud.sdk.v2.model.CallHistoryParticipant.DirectionEnum
Packages that use CallHistoryParticipant.DirectionEnum
-
Uses of CallHistoryParticipant.DirectionEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CallHistoryParticipant.DirectionEnumModifier and TypeMethodDescriptionCallHistoryParticipant.DirectionEnum.fromString(String key) CallHistoryParticipant.getDirection()Returns the enum constant of this class with the specified name.static CallHistoryParticipant.DirectionEnum[]CallHistoryParticipant.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 CallHistoryParticipant.DirectionEnumModifier and TypeMethodDescriptionCallHistoryParticipant.direction(CallHistoryParticipant.DirectionEnum direction) The participant's direction.voidCallHistoryParticipant.setDirection(CallHistoryParticipant.DirectionEnum direction)