Class Filter

Object
com.pullreports.export.request.Filter

public class Filter extends Object
  • Constructor Details

  • Method Details

    • getClauses

      public List<FilterClause> getClauses()
    • toString

      public String toString()
      Returns the String representation of the filter as it would appear as a parameter in the Export REST API.
      Overrides:
      toString in class Object
    • toReadableString

      public String toReadableString()
      Returns:
      a human readable interpretation of the Filter with Column and Table display names substituted for IDs.
    • toHTMLReadableString

      public String toHTMLReadableString()
      Returns:
      an HTML human readable interpretation of the Filter with Column and Table display names substituted for IDs. Value string are escaped for XXS scripting vulnerabilities.
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object