patchForObject
Update a resource by PATCHing the given object to the URI template, and returns the representation found in the response.
URI Template variables are expanded using the given URI variables, if any.
The request
parameter can be a HttpEntity in order to add additional HTTP headers to the request.
Return
the converted object
Since
1.4.4
Parameters
the URL
the Object to be PATCHed, may be null
the type of the return value
the variables to expand the template
the type of the return value
See also
Update a resource by PATCHing the given object to the URI template, and returns the representation found in the response.
URI Template variables are expanded using the given map.
The request
parameter can be a HttpEntity in order to add additional HTTP headers to the request.
Return
the converted object
Since
1.4.4
Parameters
the URL
the Object to be PATCHed, may be null
the type of the return value
the variables to expand the template
the type of the return value
See also
Update a resource by PATCHing the given object to the URL, and returns the representation found in the response.
The request
parameter can be a HttpEntity in order to add additional HTTP headers to the request.
Return
the converted object
Since
1.4.4
Parameters
the URL
the Object to be POSTed, may be null
the type of the return value
the type of the return value