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