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