everything method

BagelDBRequest everything()

specify whether the request should include all the details for item references

Implementation

BagelDBRequest everything() {
  callEverything = true;
  return this;
}