@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() |
String |
getPassword() |
SendGridProperties.Proxy |
getProxy() |
String |
getUsername() |
boolean |
isProxyConfigured() |
void |
setApiKey(String apiKey) |
void |
setPassword(String password) |
void |
setProxy(SendGridProperties.Proxy proxy) |
void |
setUsername(String username) |
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getApiKey()
public void setApiKey(String apiKey)
public SendGridProperties.Proxy getProxy()
public void setProxy(SendGridProperties.Proxy proxy)
public boolean isProxyConfigured()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.