Class UpdateList

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

public class UpdateList extends Object
UpdateList
  • Field Details

  • Constructor Details

    • UpdateList

      public UpdateList()
  • Method Details

    • name

      public UpdateList name(@Nullable String name)
    • getName

      @Nullable public String getName()
      Name of the list. Either of the two parameters (name, folderId) can be updated at a time.
      Returns:
      name
    • setName

      public void setName(@Nullable String name)
    • folderId

      public UpdateList folderId(@Nullable Long folderId)
    • getFolderId

      @Nullable public Long getFolderId()
      Id of the folder in which the list is to be moved. Either of the two parameters (name, folderId) can be updated at a time.
      Returns:
      folderId
    • setFolderId

      public void setFolderId(@Nullable Long folderId)
    • 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