Searched refs:getBodyContentType (Results 1 – 4 of 4) sorted by relevance
76 return getBodyContentType(); in getPostBodyContentType()88 public String getBodyContentType() { in getBodyContentType() method in JsonRequest
119 postRequest.addHeader(HEADER_CONTENT_TYPE, request.getBodyContentType()); in createHttpRequest()125 putRequest.addHeader(HEADER_CONTENT_TYPE, request.getBodyContentType()); in createHttpRequest()137 patchRequest.addHeader(HEADER_CONTENT_TYPE, request.getBodyContentType()); in createHttpRequest()
263 connection.addRequestProperty(HEADER_CONTENT_TYPE, request.getBodyContentType()); in addBodyIfExists()
366 return getBodyContentType(); in getPostBodyContentType()420 public String getBodyContentType() { in getBodyContentType() method in Request