public Builder setDownloadType(DOWNLOAD_TYPE type) {
   mRequest.mType = type;
   return this;
 }