Uses of Class
io.joshworks.restclient.request.body.RequestBodyEntity
-
Packages that use RequestBodyEntity Package Description io.joshworks.restclient.request io.joshworks.restclient.request.body -
-
Uses of RequestBodyEntity in io.joshworks.restclient.request
Methods in io.joshworks.restclient.request that return RequestBodyEntity Modifier and Type Method Description RequestBodyEntityHttpRequestWithBody. body(Json body)RequestBodyEntityHttpRequestWithBody. body(java.lang.Object body)RequestBodyEntityHttpRequestWithBody. body(java.lang.String body)RequestBodyEntityHttpRequestWithBody. body(org.json.JSONArray body)Sugar method for body operationRequestBodyEntityHttpRequestWithBody. body(org.json.JSONObject body)Sugar method for body operation -
Uses of RequestBodyEntity in io.joshworks.restclient.request.body
Methods in io.joshworks.restclient.request.body that return RequestBodyEntity Modifier and Type Method Description RequestBodyEntityRequestBodyEntity. body(Json body)RequestBodyEntityRequestBodyEntity. body(java.lang.String body)
-