page method

Avanda page(
  1. int page
)

Implementation

Avanda page(int page) {
  queryTree.p = page;
  return this;
}