Uses of Class
software.xdev.brevo.model.SendSmtpEmailCcInner
Packages that use SendSmtpEmailCcInner
-
Uses of SendSmtpEmailCcInner in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return SendSmtpEmailCcInnerModifier and TypeMethodDescriptionMethods in software.xdev.brevo.model that return types with arguments of type SendSmtpEmailCcInnerModifier and TypeMethodDescriptionSendSmtpEmail.getCc()List of email addresses and names (_optional_) of the recipients in ccSendSmtpEmailMessageVersionsInner.getCc()List of email addresses and names (_optional_) of the recipients in ccMethods in software.xdev.brevo.model with parameters of type SendSmtpEmailCcInnerModifier and TypeMethodDescriptionSendSmtpEmail.addCcItem(SendSmtpEmailCcInner ccItem) SendSmtpEmailMessageVersionsInner.addCcItem(SendSmtpEmailCcInner ccItem) Method parameters in software.xdev.brevo.model with type arguments of type SendSmtpEmailCcInnerModifier and TypeMethodDescriptionSendSmtpEmail.cc(List<SendSmtpEmailCcInner> cc) SendSmtpEmailMessageVersionsInner.cc(List<SendSmtpEmailCcInner> cc) voidSendSmtpEmail.setCc(List<SendSmtpEmailCcInner> cc) voidSendSmtpEmailMessageVersionsInner.setCc(List<SendSmtpEmailCcInner> cc)