setPath method

BuildRequest<T> setPath(
  1. String path
)

Implementation

BuildRequest<T> setPath(String path) {
  _path = path;
  return this;
}