Uses of Enum Class
com.mypurecloud.sdk.v2.model.Call.DirectionEnum
Packages that use Call.DirectionEnum
-
Uses of Call.DirectionEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Call.DirectionEnumModifier and TypeMethodDescriptionstatic Call.DirectionEnumCall.DirectionEnum.fromString(String key) Call.getDirection()static Call.DirectionEnumReturns the enum constant of this class with the specified name.static Call.DirectionEnum[]Call.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 Call.DirectionEnumModifier and TypeMethodDescriptionCall.direction(Call.DirectionEnum direction) The direction of the callvoidCall.setDirection(Call.DirectionEnum direction)