Class SendGridProperties
- java.lang.Object
- org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
@ConfigurationProperties(prefix="spring.sendgrid") public class SendGridProperties extends Object
ConfigurationPropertiesfor SendGrid.- Since:
- 1.3.0
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSendGridProperties.Proxy
Constructor Summary
Constructors Constructor Description SendGridProperties()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApiKey()SendGridProperties.ProxygetProxy()booleanisProxyConfigured()voidsetApiKey(String apiKey)voidsetProxy(SendGridProperties.Proxy proxy)
Constructor Detail
SendGridProperties
public SendGridProperties()
Method Detail
getProxy
public SendGridProperties.Proxy getProxy()
setProxy
public void setProxy(SendGridProperties.Proxy proxy)
isProxyConfigured
public boolean isProxyConfigured()