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