Class Filter


  • public class Filter
    extends java.lang.Object
    Filter - Filter parameters that allow greater customisation of the list response
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Filter.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Filter()  
      Filter​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Filter.Builder builder()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter()
      Use a string with a date to only select results updated after that given date
      Filter withUpdatedAfter​(java.lang.String updatedAfter)
      Use a string with a date to only select results updated after that given date
      Filter withUpdatedAfter​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter)
      Use a string with a date to only select results updated after that given date
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Filter

        public Filter​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter)
      • Filter

        public Filter()
    • Method Detail

      • updatedAfter

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter()
        Use a string with a date to only select results updated after that given date
      • withUpdatedAfter

        public Filter withUpdatedAfter​(java.lang.String updatedAfter)
        Use a string with a date to only select results updated after that given date
      • withUpdatedAfter

        public Filter withUpdatedAfter​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter)
        Use a string with a date to only select results updated after that given date
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object