Package kong.unirest.core
Class HttpRequestJsonPatch
- All Implemented Interfaces:
Body,HttpRequest<JsonPatchRequest>,JsonPatchRequest
-
Field Summary
FieldsFields inherited from class kong.unirest.core.BaseRequest
config, headers, method, urlFields inherited from interface kong.unirest.core.JsonPatchRequest
CONTENT_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionHttpRequestJsonPatch(Config config, String url) HttpRequestJsonPatch(HttpRequestJsonPatch baseRequest) -
Method Summary
Methods inherited from class kong.unirest.core.BaseRequest
accept, asBytes, asBytesAsync, asBytesAsync, asEmpty, asEmptyAsync, asEmptyAsync, asFile, asFileAsync, asFileAsync, asJson, asJsonAsync, asJsonAsync, asObject, asObject, asObject, asObjectAsync, asObjectAsync, asObjectAsync, asObjectAsync, asObjectAsync, asPaged, asString, asStringAsync, asStringAsync, basicAuth, cookie, cookie, cookie, downloadMonitor, equals, getCreationTime, getDownloadMonitor, getHeaders, getHttpMethod, getObjectMapper, getPath, getRequestTimeout, getUrl, getVersion, hashCode, header, headerReplace, headers, headersReplace, queryString, queryString, queryString, requestTimeout, responseEncoding, routeParam, routeParam, thenConsume, thenConsumeAsync, toSummary, version, withObjectMapperMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface kong.unirest.core.Body
getBoundary, getCharset, getField, getMode, getMonitor, multiPartsMethods inherited from interface kong.unirest.core.HttpRequest
accept, accept, asBytes, asBytesAsync, asBytesAsync, asEmpty, asEmptyAsync, asEmptyAsync, asFile, asFileAsync, asFileAsync, asJson, asJsonAsync, asJsonAsync, asObject, asObject, asObject, asObjectAsync, asObjectAsync, asObjectAsync, asObjectAsync, asObjectAsync, asPaged, asString, asStringAsync, asStringAsync, basicAuth, cookie, cookie, cookie, downloadMonitor, getCreationTime, getHeaders, getHttpMethod, getRequestTimeout, getUrl, getVersion, header, headerReplace, headers, headersReplace, queryString, queryString, queryString, requestTimeout, responseEncoding, routeParam, routeParam, thenConsume, thenConsumeAsync, toSummary, version, withObjectMapper
-
Field Details
-
items
-
-
Constructor Details
-
HttpRequestJsonPatch
-
HttpRequestJsonPatch
-
-
Method Details
-
add
- Specified by:
addin interfaceJsonPatchRequest
-
remove
- Specified by:
removein interfaceJsonPatchRequest
-
replace
- Specified by:
replacein interfaceJsonPatchRequest
-
test
- Specified by:
testin interfaceJsonPatchRequest
-
move
- Specified by:
movein interfaceJsonPatchRequest
-
copy
- Specified by:
copyin interfaceJsonPatchRequest
-
getBody
- Specified by:
getBodyin interfaceHttpRequest<JsonPatchRequest>- Returns:
- if the request has a body it will be here.
-
uniPart
-
isMultiPart
public boolean isMultiPart()- Specified by:
isMultiPartin interfaceBody
-
isEntityBody
public boolean isEntityBody()- Specified by:
isEntityBodyin interfaceBody
-
getPatch
-