|
this.entity = new HttpEntity<>(this.data, this.httpHeaders);
|
|
this.entity = new HttpEntity<>(this.data, this.httpHeaders);
|
|
this.entity = new HttpEntity<>(this.requestBody, this.httpHeaders);
|
|
this.entity = new HttpEntity<>(this.requestBody, this.httpHeaders);
|
|
return template.exchange(url, this.method, entity, Object.class, responseType, variables);
|
|
return template.exchange(url, this.method, entity, Object.class, responseType, variables);
|