Uses of Class
com.mypurecloud.sdk.v2.model.OpenMessagingFromRecipient
Packages that use OpenMessagingFromRecipient
-
Uses of OpenMessagingFromRecipient in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OpenMessagingFromRecipientModifier and TypeMethodDescriptionE-mail address of the recipient.First name of the recipient.OpenInboundMessageMessagingChannel.getFrom()OpenInboundMessagingChannel.getFrom()OpenMessagingChannel.getFrom()The recipient ID specific to the provider.OpenMessagingFromRecipient.idType(OpenMessagingFromRecipient.IdTypeEnum idType) The recipient ID type.Last name of the recipient.Nickname or display name of the recipient.Methods in com.mypurecloud.sdk.v2.model with parameters of type OpenMessagingFromRecipientModifier and TypeMethodDescriptionOpenInboundMessageMessagingChannel.from(OpenMessagingFromRecipient from) Information about the recipient the message is received from.OpenInboundMessagingChannel.from(OpenMessagingFromRecipient from) Information about the recipient the message is received from.OpenMessagingChannel.from(OpenMessagingFromRecipient from) Information about the recipient the message is received from.voidOpenInboundMessageMessagingChannel.setFrom(OpenMessagingFromRecipient from) voidOpenInboundMessagingChannel.setFrom(OpenMessagingFromRecipient from) voidOpenMessagingChannel.setFrom(OpenMessagingFromRecipient from)