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