API Rest - Erro Could not resolve parameter [0] in public org.springframework.http.ResponseEntity

Ola!

Estou tendo o erro Could not resolve parameter [0] in public org.springframework.http.ResponseEntity
quando faço a chamada da API. Já pegaram esse erro?

O erro ocorre na seguinte etapa:

Class obj = new Class.Builder()
.uri(uri)
.queryStringParameter(queryStringParams)
.identity(p.getEntity().getNextId())
.build();