Class RemoveContactFromListByAll

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

public class RemoveContactFromListByAll extends Object
RemoveContactFromListByAll
  • Field Details

  • Constructor Details

    • RemoveContactFromListByAll

      public RemoveContactFromListByAll()
  • Method Details

    • all

      public RemoveContactFromListByAll all(@Nullable Boolean all)
    • getAll

      @Nullable public Boolean getAll()
      **Required if 'emails', 'extIds' and 'ids' are empty.** Remove all existing contacts from a list. A process will be created in this scenario. You can fetch the process details to know about the progress
      Returns:
      all
    • setAll

      public void setAll(@Nullable Boolean all)
    • 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