Uses of Class
software.xdev.brevo.model.ConversationsMessageToInner
Packages that use ConversationsMessageToInner
-
Uses of ConversationsMessageToInner in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return ConversationsMessageToInnerModifier and TypeMethodDescriptionMethods in software.xdev.brevo.model that return types with arguments of type ConversationsMessageToInnerModifier and TypeMethodDescriptionConversationsMessage.getBcc()An array containing details of the blind carbon copy (BCC) recipients (applicable only to messages in email threads).ConversationsMessage.getCc()An array containing details of the carbon copy (CC) recipients (applicable only to messages in email threads).ConversationsMessage.getTo()An array containing details of the recipients (applicable only to messages in email threads).Methods in software.xdev.brevo.model with parameters of type ConversationsMessageToInnerModifier and TypeMethodDescriptionConversationsMessage.addBccItem(ConversationsMessageToInner bccItem) ConversationsMessage.addCcItem(ConversationsMessageToInner ccItem) ConversationsMessage.addToItem(ConversationsMessageToInner toItem) Method parameters in software.xdev.brevo.model with type arguments of type ConversationsMessageToInnerModifier and TypeMethodDescriptionConversationsMessage.bcc(List<ConversationsMessageToInner> bcc) ConversationsMessage.cc(List<ConversationsMessageToInner> cc) voidConversationsMessage.setBcc(List<ConversationsMessageToInner> bcc) voidConversationsMessage.setCc(List<ConversationsMessageToInner> cc) voidConversationsMessage.setTo(List<ConversationsMessageToInner> to) ConversationsMessage.to(List<ConversationsMessageToInner> to)