buildNextPageQuery abstract method

  1. @protected
Query buildNextPageQuery(
  1. LoadingKey loadingKey
)

Based on loadingKey, the function should build a Query object that will be used to load the next page of the list by the performLoadingQuery() function.

Implementation

@protected
Query buildNextPageQuery(LoadingKey loadingKey);