Uses of Enum Class
com.mypurecloud.sdk.v2.model.RoutingTransferEvent.TransferTypeEnum
Packages that use RoutingTransferEvent.TransferTypeEnum
-
Uses of RoutingTransferEvent.TransferTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RoutingTransferEvent.TransferTypeEnumModifier and TypeMethodDescriptionRoutingTransferEvent.TransferTypeEnum.fromString(String key) RoutingTransferEvent.getTransferType()Returns the enum constant of this class with the specified name.RoutingTransferEvent.TransferTypeEnum.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 RoutingTransferEvent.TransferTypeEnumModifier and TypeMethodDescriptionvoidRoutingTransferEvent.setTransferType(RoutingTransferEvent.TransferTypeEnum transferType) RoutingTransferEvent.transferType(RoutingTransferEvent.TransferTypeEnum transferType) Indicates the desired type of transfer.