@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class EmailExportRecipients extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EmailExportRecipients.RecipientsTypeEnum
Type of recipients to export for a campaign
|
| Constructor and Description |
|---|
EmailExportRecipients() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getNotifyURL()
Webhook called once the export process is finished.
|
EmailExportRecipients.RecipientsTypeEnum |
getRecipientsType()
Type of recipients to export for a campaign
|
int |
hashCode() |
EmailExportRecipients |
notifyURL(String notifyURL) |
EmailExportRecipients |
recipientsType(EmailExportRecipients.RecipientsTypeEnum recipientsType) |
void |
setNotifyURL(String notifyURL) |
void |
setRecipientsType(EmailExportRecipients.RecipientsTypeEnum recipientsType) |
String |
toString() |
public EmailExportRecipients notifyURL(String notifyURL)
public String getNotifyURL()
public void setNotifyURL(String notifyURL)
public EmailExportRecipients recipientsType(EmailExportRecipients.RecipientsTypeEnum recipientsType)
public EmailExportRecipients.RecipientsTypeEnum getRecipientsType()
public void setRecipientsType(EmailExportRecipients.RecipientsTypeEnum recipientsType)
Copyright © 2021. All rights reserved.