buildNextPageQuery abstract method
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);