Uses of Class
com.mypurecloud.sdk.v2.model.ConversationEventTopicAddress
Packages that use ConversationEventTopicAddress
-
Uses of ConversationEventTopicAddress in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationEventTopicAddressModifier and TypeMethodDescriptionConversationEventTopicAddress.addressDisplayable(String addressDisplayable) The displayable address.ConversationEventTopicAddress.addressNormalized(String addressNormalized) The normalized address.ConversationEventTopicAddress.addressRaw(String addressRaw) The address as close to the bits on the wire as possible.ConversationEventTopicInternalMessage.getFromAddress()ConversationEventTopicMessage.getFromAddress()ConversationEventTopicCall.getOther()ConversationEventTopicCall.getSelf()ConversationEventTopicCobrowse.getSelf()ConversationEventTopicScreenShare.getSelf()ConversationEventTopicVideo.getSelf()ConversationEventTopicInternalMessage.getToAddress()ConversationEventTopicMessage.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 ConversationEventTopicAddressModifier and TypeMethodDescriptionConversationEventTopicInternalMessage.fromAddress(ConversationEventTopicAddress fromAddress) Address and name data for a call endpoint.ConversationEventTopicMessage.fromAddress(ConversationEventTopicAddress fromAddress) Address and name data for a call endpoint.ConversationEventTopicCall.other(ConversationEventTopicAddress other) Address and name data for a call endpoint.ConversationEventTopicCall.self(ConversationEventTopicAddress self) ConversationEventTopicCobrowse.self(ConversationEventTopicAddress self) Address and name data for a call endpoint.ConversationEventTopicScreenShare.self(ConversationEventTopicAddress self) Address and name data for a call endpoint.ConversationEventTopicVideo.self(ConversationEventTopicAddress self) Address and name data for a call endpoint.voidConversationEventTopicInternalMessage.setFromAddress(ConversationEventTopicAddress fromAddress) voidConversationEventTopicMessage.setFromAddress(ConversationEventTopicAddress fromAddress) voidConversationEventTopicCall.setOther(ConversationEventTopicAddress other) voidConversationEventTopicCall.setSelf(ConversationEventTopicAddress self) voidConversationEventTopicCobrowse.setSelf(ConversationEventTopicAddress self) voidConversationEventTopicScreenShare.setSelf(ConversationEventTopicAddress self) voidConversationEventTopicVideo.setSelf(ConversationEventTopicAddress self) voidConversationEventTopicInternalMessage.setToAddress(ConversationEventTopicAddress toAddress) voidConversationEventTopicMessage.setToAddress(ConversationEventTopicAddress toAddress) ConversationEventTopicInternalMessage.toAddress(ConversationEventTopicAddress toAddress) Address and name data for a call endpoint.ConversationEventTopicMessage.toAddress(ConversationEventTopicAddress toAddress) Address and name data for a call endpoint.