@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class CreateSmsCampaignRecipients extends Object
| Constructor and Description |
|---|
CreateSmsCampaignRecipients() |
| Modifier and Type | Method and Description |
|---|---|
CreateSmsCampaignRecipients |
addExclusionListIdsItem(Long exclusionListIdsItem) |
CreateSmsCampaignRecipients |
addListIdsItem(Long listIdsItem) |
boolean |
equals(Object o) |
CreateSmsCampaignRecipients |
exclusionListIds(List<Long> exclusionListIds) |
List<Long> |
getExclusionListIds()
List ids which have to be excluded from a campaign
|
List<Long> |
getListIds()
Lists Ids to send the campaign to.
|
int |
hashCode() |
CreateSmsCampaignRecipients |
listIds(List<Long> listIds) |
void |
setExclusionListIds(List<Long> exclusionListIds) |
void |
setListIds(List<Long> listIds) |
String |
toString() |
public CreateSmsCampaignRecipients listIds(List<Long> listIds)
public CreateSmsCampaignRecipients addListIdsItem(Long listIdsItem)
public List<Long> getListIds()
public CreateSmsCampaignRecipients exclusionListIds(List<Long> exclusionListIds)
public CreateSmsCampaignRecipients addExclusionListIdsItem(Long exclusionListIdsItem)
public List<Long> getExclusionListIds()
Copyright © 2021. All rights reserved.