toBodyData method

BuildRequest toBodyData()

Implementation

BuildRequest toBodyData() {
  setParamsToBodyData(true);
  return this;
}