Package software.xdev.brevo.model
Class CreateSmsCampaignRecipients
java.lang.Object
software.xdev.brevo.model.CreateSmsCampaignRecipients
CreateSmsCampaignRecipients
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExclusionListIdsItem(Long exclusionListIdsItem) addListIdsItem(Long listIdsItem) booleanexclusionListIds(List<Long> exclusionListIds) List ids which have to be excluded from a campaignLists Ids to send the campaign to.inthashCode()voidsetExclusionListIds(List<Long> exclusionListIds) voidsetListIds(List<Long> listIds) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_LIST_IDS
- See Also:
-
JSON_PROPERTY_EXCLUSION_LIST_IDS
- See Also:
-
-
Constructor Details
-
CreateSmsCampaignRecipients
public CreateSmsCampaignRecipients()
-
-
Method Details
-
listIds
-
addListIdsItem
-
getListIds
Lists Ids to send the campaign to. **REQUIRED if scheduledAt is not empty**- Returns:
- listIds
-
setListIds
-
exclusionListIds
-
addExclusionListIdsItem
-
getExclusionListIds
List ids which have to be excluded from a campaign- Returns:
- exclusionListIds
-
setExclusionListIds
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-