limit method

EntityRequest limit(
  1. int limit
)

Implementation

EntityRequest limit(int limit) {
  _limit = limit;
  return this;
}