accept method

MethodPrepare accept(
  1. String type
)

Implementation

MethodPrepare accept(String type) {
  _pathMethod.acceptedContentType.add(type);
  return this;
}