Package software.xdev.brevo.model
Class DeleteHardbounces
java.lang.Object
software.xdev.brevo.model.DeleteHardbounces
DeleteHardbounces
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontactEmail(String contactEmail) booleanTarget a specific email addressEnding date (YYYY-MM-DD) of the time period for deletion.Starting date (YYYY-MM-DD) of the time period for deletion.inthashCode()voidsetContactEmail(String contactEmail) voidsetEndDate(String endDate) voidsetStartDate(String startDate) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_START_DATE
- See Also:
-
JSON_PROPERTY_END_DATE
- See Also:
-
JSON_PROPERTY_CONTACT_EMAIL
- See Also:
-
-
Constructor Details
-
DeleteHardbounces
public DeleteHardbounces()
-
-
Method Details
-
startDate
-
getStartDate
Starting date (YYYY-MM-DD) of the time period for deletion. The hardbounces occurred after this date will be deleted. Must be less than or equal to the endDate- Returns:
- startDate
-
setStartDate
-
endDate
-
getEndDate
Ending date (YYYY-MM-DD) of the time period for deletion. The hardbounces until this date will be deleted. Must be greater than or equal to the startDate- Returns:
- endDate
-
setEndDate
-
contactEmail
-
getContactEmail
Target a specific email address- Returns:
- contactEmail
-
setContactEmail
-
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
-