put
Create or update a resource by PUTting the given object to the URI.
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.
If you need to assert the request result consider using the exchange method.
Parameters
the URL
the Object to be PUT, may be null
the variables to expand the template
See also
Creates a new resource by PUTting the given object to URI template.
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.
If you need to assert the request result consider using the exchange method.
Parameters
the URL
the Object to be PUT, may be null
the variables to expand the template
See also
Creates a new resource by PUTting the given object to URL.
The request
parameter can be a HttpEntity in order to add additional HTTP headers to the request.
If you need to assert the request result consider using the exchange method.
Parameters
the URL
the Object to be PUT, may be null