setContentType method

BuildRequest<T> setContentType(
  1. String type
)

Implementation

BuildRequest<T> setContentType(String type) {
  _options?.contentType = type;
  return this;
}