Class Query.QueryResults<T>

    • Method Detail

      • getPagingToken

        public Map<String,​String> getPagingToken()
        Return the query paging continuation token if there are more items available. If this value is null then no further query results are available.
        Returns:
        the query paging continuation token
      • buildDocQueryRequest

        protected io.nitric.proto.document.v1.DocumentQueryRequest buildDocQueryRequest​(List<io.nitric.api.document.Query.Expression> expressions)
      • loadPageData

        protected void loadPageData​(io.nitric.proto.document.v1.DocumentQueryResponse response)