Modifier and Type | Method and Description |
---|---|
<T> T |
patch(EntityType<T> responseEntity,
Object requestEntity)
Executes a PATCH request on the OSLC resource and parse the response into the desired format.
|
ClientResponse |
patch(Object requestEntity)
Executes a PATCH request on the OSLC resource.
|
accept, accept, acceptLanguage, acceptLanguage, attribute, attribute, contentType, contentType, cookie, cookie, delete, delete, delete, get, get, get, getUriBuilder, head, header, invoke, invoke, options, post, post, post, put, put, put, queryParam, queryParams, uri, uri
ClientResponse patch(Object requestEntity)
requestEntity
- the entity to send as request payload.<T> T patch(EntityType<T> responseEntity, Object requestEntity)
T
- the type of response to extract from the request execution.responseEntity
- the type of entity expected in the response.requestEntity
- the entity to send as request payload.