mimeType method

MethodWithBody mimeType(
  1. String mimeType
)
override

Implementation

MethodWithBody mimeType(String mimeType) {
  super.mimeType(mimeType);
  return this;
}