@ConfigurationProperties(prefix="spring.sendgrid") public class SendGridProperties extends Object
@ConfigurationProperties
for SendGrid.Modifier and Type | Class and Description |
---|---|
static class |
SendGridProperties.Proxy |
Constructor and Description |
---|
SendGridProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getApiKey() |
SendGridProperties.Proxy |
getProxy() |
boolean |
isProxyConfigured() |
void |
setApiKey(String apiKey) |
void |
setProxy(SendGridProperties.Proxy proxy) |
public String getApiKey()
public void setApiKey(String apiKey)
public SendGridProperties.Proxy getProxy()
public void setProxy(SendGridProperties.Proxy proxy)
public boolean isProxyConfigured()