[Java] Halo Wars 2 - Player Stats Summary

Hello, I can’t figure out a problem that is found in the documentation example for Player Stats Summary for Halo Wars 2, found here:
https://developer.haloapi.com/docs/services/58acdf27e2f7f71ad0dad84b/operations/58acdf28e2f7f70db4854b49

More specifically, the line that is request.setEntity(reqEntity) is the issue. request is a HttpGet object. However, the HttpGet documentation shows no method of the name setEntity(), thus giving me problems. (HttpGet documentation found here: https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/client/methods/HttpGet.html)

Anyone know how to fix this?