Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationVideoEventTopicAddress
Packages that use QueueConversationVideoEventTopicAddress
-
Uses of QueueConversationVideoEventTopicAddress in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationVideoEventTopicAddressModifier and TypeMethodDescriptionQueueConversationVideoEventTopicAddress.addressDisplayable(String addressDisplayable) The displayable address.QueueConversationVideoEventTopicAddress.addressNormalized(String addressNormalized) The normalized address.QueueConversationVideoEventTopicAddress.addressRaw(String addressRaw) The address as close to the bits on the wire as possible.QueueConversationVideoEventTopicInternalMessage.getFromAddress()QueueConversationVideoEventTopicMessage.getFromAddress()QueueConversationVideoEventTopicCall.getOther()QueueConversationVideoEventTopicCall.getSelf()QueueConversationVideoEventTopicCobrowse.getSelf()QueueConversationVideoEventTopicScreenShare.getSelf()QueueConversationVideoEventTopicVideo.getSelf()QueueConversationVideoEventTopicInternalMessage.getToAddress()QueueConversationVideoEventTopicMessage.getToAddress()This will be nameRaw if present, or a locality lookup of the address field otherwise.The name as close to the bits on the wire as possible.Methods in com.mypurecloud.sdk.v2.model with parameters of type QueueConversationVideoEventTopicAddressModifier and TypeMethodDescriptionQueueConversationVideoEventTopicInternalMessage.fromAddress(QueueConversationVideoEventTopicAddress fromAddress) Address and name data for a call endpoint.QueueConversationVideoEventTopicMessage.fromAddress(QueueConversationVideoEventTopicAddress fromAddress) Address and name data for a call endpoint.QueueConversationVideoEventTopicCall.other(QueueConversationVideoEventTopicAddress other) Address and name data for a call endpoint.QueueConversationVideoEventTopicCall.self(QueueConversationVideoEventTopicAddress self) QueueConversationVideoEventTopicCobrowse.self(QueueConversationVideoEventTopicAddress self) Address and name data for a call endpoint.QueueConversationVideoEventTopicScreenShare.self(QueueConversationVideoEventTopicAddress self) Address and name data for a call endpoint.QueueConversationVideoEventTopicVideo.self(QueueConversationVideoEventTopicAddress self) Address and name data for a call endpoint.voidQueueConversationVideoEventTopicInternalMessage.setFromAddress(QueueConversationVideoEventTopicAddress fromAddress) voidQueueConversationVideoEventTopicMessage.setFromAddress(QueueConversationVideoEventTopicAddress fromAddress) voidQueueConversationVideoEventTopicCall.setOther(QueueConversationVideoEventTopicAddress other) voidQueueConversationVideoEventTopicCall.setSelf(QueueConversationVideoEventTopicAddress self) voidQueueConversationVideoEventTopicCobrowse.setSelf(QueueConversationVideoEventTopicAddress self) voidQueueConversationVideoEventTopicScreenShare.setSelf(QueueConversationVideoEventTopicAddress self) voidQueueConversationVideoEventTopicVideo.setSelf(QueueConversationVideoEventTopicAddress self) voidQueueConversationVideoEventTopicInternalMessage.setToAddress(QueueConversationVideoEventTopicAddress toAddress) voidQueueConversationVideoEventTopicMessage.setToAddress(QueueConversationVideoEventTopicAddress toAddress) QueueConversationVideoEventTopicInternalMessage.toAddress(QueueConversationVideoEventTopicAddress toAddress) Address and name data for a call endpoint.QueueConversationVideoEventTopicMessage.toAddress(QueueConversationVideoEventTopicAddress toAddress) Address and name data for a call endpoint.