Class GetFolderLists

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

public class GetFolderLists extends Object
GetFolderLists
  • Field Details

  • Constructor Details

    • GetFolderLists

      public GetFolderLists()
  • Method Details

    • lists

      public GetFolderLists lists(@Nullable List<GetList> lists)
    • addListsItem

      public GetFolderLists addListsItem(GetList listsItem)
    • getLists

      @Nullable public List<GetList> getLists()
      Get lists
      Returns:
      lists
    • setLists

      public void setLists(@Nullable List<GetList> lists)
    • count

      public GetFolderLists count(@Nullable Long count)
    • getCount

      @Nullable public Long getCount()
      Number of lists in the folder
      Returns:
      count
    • setCount

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