Class DeleteHardbounces

java.lang.Object
software.xdev.brevo.model.DeleteHardbounces

public class DeleteHardbounces extends Object
DeleteHardbounces
  • Field Details

  • Constructor Details

    • DeleteHardbounces

      public DeleteHardbounces()
  • Method Details

    • startDate

      public DeleteHardbounces startDate(@Nullable String startDate)
    • getStartDate

      @Nullable public String 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

      public void setStartDate(@Nullable String startDate)
    • endDate

      public DeleteHardbounces endDate(@Nullable String endDate)
    • getEndDate

      @Nullable public String 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

      public void setEndDate(@Nullable String endDate)
    • contactEmail

      public DeleteHardbounces contactEmail(@Nullable String contactEmail)
    • getContactEmail

      @Nullable public String getContactEmail()
      Target a specific email address
      Returns:
      contactEmail
    • setContactEmail

      public void setContactEmail(@Nullable String contactEmail)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string