Interface DataSearchParameters

    • Method Detail

      • limit

        @Nullable
        Integer limit()
        Limit number of results when querying data endpoint
        Returns:
        Limit parameter as an Integer
      • since

        @Nullable
        Instant since()
        Fetch data since given Instant
        Returns:
        Since parameter as Instant
      • until

        @Nullable
        Instant until()
        Fetch data until given Instant
        Returns:
        Until parameter as Instant