Package software.xdev.brevo.model
Class RequestSmsRecipientExport
java.lang.Object
software.xdev.brevo.model.RequestSmsRecipientExport
RequestSmsRecipientExport
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumFilter the recipients based on how they interacted with the campaign -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanURL that will be called once the export process is finished.Filter the recipients based on how they interacted with the campaigninthashCode()recipientsType(RequestSmsRecipientExport.RecipientsTypeEnum recipientsType) voidsetNotifyURL(String notifyURL) voidsetRecipientsType(RequestSmsRecipientExport.RecipientsTypeEnum recipientsType) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NOTIFY_U_R_L
- See Also:
-
JSON_PROPERTY_RECIPIENTS_TYPE
- See Also:
-
-
Constructor Details
-
RequestSmsRecipientExport
public RequestSmsRecipientExport()
-
-
Method Details
-
notifyURL
-
getNotifyURL
URL that will be called once the export process is finished. For reference, https://help.brevo.com/hc/en-us/articles/360007666479- Returns:
- notifyURL
-
setNotifyURL
-
recipientsType
public RequestSmsRecipientExport recipientsType(@Nonnull RequestSmsRecipientExport.RecipientsTypeEnum recipientsType) -
getRecipientsType
Filter the recipients based on how they interacted with the campaign- Returns:
- recipientsType
-
setRecipientsType
-
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
-