Class Filter.Builder

  • Enclosing class:
    Filter

    public static final class Filter.Builder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Filter build()  
      Filter.Builder updatedAfter​(java.lang.String updatedAfter)
      Use a string with a date to only select results updated after that given date
      Filter.Builder updatedAfter​(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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • updatedAfter

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

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

        public Filter build()