toBodyData method

BuildRequest<T> toBodyData()

Implementation

BuildRequest<T> toBodyData() {
  setParamsToBodyData(true);
  return this;
}