@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-29T15:32:30.861Z") public class InboundOptions extends Object
| Constructor and Description |
|---|
InboundOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHubCallbackUrl()
URL used for tracking action of inbound emails
|
String |
getInboundDomain()
Domain you use as your inbound domain
|
int |
hashCode() |
InboundOptions |
hubCallbackUrl(String hubCallbackUrl) |
InboundOptions |
inboundContactsOnly(Boolean inboundContactsOnly) |
InboundOptions |
inboundDomain(String inboundDomain) |
Boolean |
isInboundContactsOnly()
True, if you want inbound email to only process contacts from your account.
|
void |
setHubCallbackUrl(String hubCallbackUrl) |
void |
setInboundContactsOnly(Boolean inboundContactsOnly) |
void |
setInboundDomain(String inboundDomain) |
String |
toString() |
public InboundOptions hubCallbackUrl(String hubCallbackUrl)
public String getHubCallbackUrl()
public void setHubCallbackUrl(String hubCallbackUrl)
public InboundOptions inboundDomain(String inboundDomain)
public String getInboundDomain()
public void setInboundDomain(String inboundDomain)
public InboundOptions inboundContactsOnly(Boolean inboundContactsOnly)
public Boolean isInboundContactsOnly()
public void setInboundContactsOnly(Boolean inboundContactsOnly)
Copyright © 2019. All rights reserved.