Interface PagingBuilder<R extends PagingBuilder<R>>

    • Method Detail

      • maxRecords

        R maxRecords​(int maxRecords)
        Recommended: specify the maximum number of records to return.
      • queryExpression

        R queryExpression​(String queryExpression)
        Required: the CEL script.