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