PATCH constructor

const PATCH(
  1. String path
)

Implementation

const PATCH(final String path) : super(HttpMethod.PATCH, path);