@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 |
getPassword() |
SendGridProperties.Proxy |
getProxy() |
String |
getUsername() |
boolean |
isProxyConfigured() |
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 SendGridProperties.Proxy getProxy()
public void setProxy(SendGridProperties.Proxy proxy)
public boolean isProxyConfigured()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.