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