@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class RequestSmsRecipientExport extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestSmsRecipientExport.RecipientsTypeEnum
Filter the recipients based on how they interacted with the campaign
|
| Constructor and Description |
|---|
RequestSmsRecipientExport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getNotifyURL()
URL that will be called once the export process is finished.
|
RequestSmsRecipientExport.RecipientsTypeEnum |
getRecipientsType()
Filter the recipients based on how they interacted with the campaign
|
int |
hashCode() |
RequestSmsRecipientExport |
notifyURL(String notifyURL) |
RequestSmsRecipientExport |
recipientsType(RequestSmsRecipientExport.RecipientsTypeEnum recipientsType) |
void |
setNotifyURL(String notifyURL) |
void |
setRecipientsType(RequestSmsRecipientExport.RecipientsTypeEnum recipientsType) |
String |
toString() |
public RequestSmsRecipientExport notifyURL(String notifyURL)
public String getNotifyURL()
public void setNotifyURL(String notifyURL)
public RequestSmsRecipientExport recipientsType(RequestSmsRecipientExport.RecipientsTypeEnum recipientsType)
public RequestSmsRecipientExport.RecipientsTypeEnum getRecipientsType()
public void setRecipientsType(RequestSmsRecipientExport.RecipientsTypeEnum recipientsType)
Copyright © 2021. All rights reserved.