Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicAddress
Packages that use QueueConversationSocialExpressionEventTopicAddress
-
Uses of QueueConversationSocialExpressionEventTopicAddress in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationSocialExpressionEventTopicAddressModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicAddress.addressDisplayable(String addressDisplayable) The displayable address.QueueConversationSocialExpressionEventTopicAddress.addressNormalized(String addressNormalized) The normalized address.QueueConversationSocialExpressionEventTopicAddress.addressRaw(String addressRaw) The address as close to the bits on the wire as possible.QueueConversationSocialExpressionEventTopicInternalMessage.getFromAddress()QueueConversationSocialExpressionEventTopicMessage.getFromAddress()QueueConversationSocialExpressionEventTopicCall.getOther()QueueConversationSocialExpressionEventTopicCall.getSelf()QueueConversationSocialExpressionEventTopicCobrowse.getSelf()QueueConversationSocialExpressionEventTopicScreenShare.getSelf()QueueConversationSocialExpressionEventTopicVideo.getSelf()QueueConversationSocialExpressionEventTopicInternalMessage.getToAddress()QueueConversationSocialExpressionEventTopicMessage.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 QueueConversationSocialExpressionEventTopicAddressModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicInternalMessage.fromAddress(QueueConversationSocialExpressionEventTopicAddress fromAddress) Address and name data for a call endpoint.QueueConversationSocialExpressionEventTopicMessage.fromAddress(QueueConversationSocialExpressionEventTopicAddress fromAddress) Address and name data for a call endpoint.QueueConversationSocialExpressionEventTopicCall.other(QueueConversationSocialExpressionEventTopicAddress other) Address and name data for a call endpoint.QueueConversationSocialExpressionEventTopicCall.self(QueueConversationSocialExpressionEventTopicAddress self) QueueConversationSocialExpressionEventTopicCobrowse.self(QueueConversationSocialExpressionEventTopicAddress self) Address and name data for a call endpoint.QueueConversationSocialExpressionEventTopicScreenShare.self(QueueConversationSocialExpressionEventTopicAddress self) Address and name data for a call endpoint.QueueConversationSocialExpressionEventTopicVideo.self(QueueConversationSocialExpressionEventTopicAddress self) Address and name data for a call endpoint.voidQueueConversationSocialExpressionEventTopicInternalMessage.setFromAddress(QueueConversationSocialExpressionEventTopicAddress fromAddress) voidQueueConversationSocialExpressionEventTopicMessage.setFromAddress(QueueConversationSocialExpressionEventTopicAddress fromAddress) voidQueueConversationSocialExpressionEventTopicCall.setOther(QueueConversationSocialExpressionEventTopicAddress other) voidQueueConversationSocialExpressionEventTopicCall.setSelf(QueueConversationSocialExpressionEventTopicAddress self) voidQueueConversationSocialExpressionEventTopicCobrowse.setSelf(QueueConversationSocialExpressionEventTopicAddress self) voidQueueConversationSocialExpressionEventTopicScreenShare.setSelf(QueueConversationSocialExpressionEventTopicAddress self) voidQueueConversationSocialExpressionEventTopicVideo.setSelf(QueueConversationSocialExpressionEventTopicAddress self) voidQueueConversationSocialExpressionEventTopicInternalMessage.setToAddress(QueueConversationSocialExpressionEventTopicAddress toAddress) voidQueueConversationSocialExpressionEventTopicMessage.setToAddress(QueueConversationSocialExpressionEventTopicAddress toAddress) QueueConversationSocialExpressionEventTopicInternalMessage.toAddress(QueueConversationSocialExpressionEventTopicAddress toAddress) Address and name data for a call endpoint.QueueConversationSocialExpressionEventTopicMessage.toAddress(QueueConversationSocialExpressionEventTopicAddress toAddress) Address and name data for a call endpoint.