contentType method
Implementation
MethodWithBody contentType(String mimeType, String charset) {
super.contentType(mimeType, charset);
return this;
}
MethodWithBody contentType(String mimeType, String charset) {
super.contentType(mimeType, charset);
return this;
}