public class SendGridTestUtils extends Object
Constructor and Description |
---|
SendGridTestUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getFromAddress(com.sendgrid.helpers.mail.Mail val) |
static String |
getFromName(com.sendgrid.helpers.mail.Mail val) |
static String |
getHtml(com.sendgrid.helpers.mail.Mail val) |
static String |
getText(com.sendgrid.helpers.mail.Mail val) |
static String[] |
getToNames(com.sendgrid.helpers.mail.Mail val) |
static String[] |
getTos(com.sendgrid.helpers.mail.Mail val) |
public static String getFromName(com.sendgrid.helpers.mail.Mail val)
public static String getFromAddress(com.sendgrid.helpers.mail.Mail val)
public static String[] getToNames(com.sendgrid.helpers.mail.Mail val)
public static String[] getTos(com.sendgrid.helpers.mail.Mail val)
public static String getHtml(com.sendgrid.helpers.mail.Mail val)
public static String getText(com.sendgrid.helpers.mail.Mail val)
Copyright © 2021. All rights reserved.