Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationEventTopicAddress
Packages that use QueueConversationEventTopicAddress
-
Uses of QueueConversationEventTopicAddress in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationEventTopicAddressModifier and TypeMethodDescriptionQueueConversationEventTopicAddress.addressDisplayable(String addressDisplayable) The displayable address.QueueConversationEventTopicAddress.addressNormalized(String addressNormalized) The normalized address.QueueConversationEventTopicAddress.addressRaw(String addressRaw) The address as close to the bits on the wire as possible.QueueConversationEventTopicInternalMessage.getFromAddress()QueueConversationEventTopicMessage.getFromAddress()QueueConversationEventTopicCall.getOther()QueueConversationEventTopicCall.getSelf()QueueConversationEventTopicCobrowse.getSelf()QueueConversationEventTopicScreenShare.getSelf()QueueConversationEventTopicVideo.getSelf()QueueConversationEventTopicInternalMessage.getToAddress()QueueConversationEventTopicMessage.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 QueueConversationEventTopicAddressModifier and TypeMethodDescriptionQueueConversationEventTopicInternalMessage.fromAddress(QueueConversationEventTopicAddress fromAddress) Address and name data for a call endpoint.QueueConversationEventTopicMessage.fromAddress(QueueConversationEventTopicAddress fromAddress) Address and name data for a call endpoint.QueueConversationEventTopicCall.other(QueueConversationEventTopicAddress other) Address and name data for a call endpoint.QueueConversationEventTopicCall.self(QueueConversationEventTopicAddress self) QueueConversationEventTopicCobrowse.self(QueueConversationEventTopicAddress self) Address and name data for a call endpoint.QueueConversationEventTopicScreenShare.self(QueueConversationEventTopicAddress self) Address and name data for a call endpoint.QueueConversationEventTopicVideo.self(QueueConversationEventTopicAddress self) Address and name data for a call endpoint.voidQueueConversationEventTopicInternalMessage.setFromAddress(QueueConversationEventTopicAddress fromAddress) voidQueueConversationEventTopicMessage.setFromAddress(QueueConversationEventTopicAddress fromAddress) voidQueueConversationEventTopicCall.setOther(QueueConversationEventTopicAddress other) voidQueueConversationEventTopicCall.setSelf(QueueConversationEventTopicAddress self) voidQueueConversationEventTopicCobrowse.setSelf(QueueConversationEventTopicAddress self) voidQueueConversationEventTopicScreenShare.setSelf(QueueConversationEventTopicAddress self) voidQueueConversationEventTopicVideo.setSelf(QueueConversationEventTopicAddress self) voidQueueConversationEventTopicInternalMessage.setToAddress(QueueConversationEventTopicAddress toAddress) voidQueueConversationEventTopicMessage.setToAddress(QueueConversationEventTopicAddress toAddress) QueueConversationEventTopicInternalMessage.toAddress(QueueConversationEventTopicAddress toAddress) Address and name data for a call endpoint.QueueConversationEventTopicMessage.toAddress(QueueConversationEventTopicAddress toAddress) Address and name data for a call endpoint.