Java API - what are TDocument, TPartialDocument?

We're converting some code from using the old client to the new client.

The new version of UpdateRequest, to pick an example, now has type parameters TDocument and TPartialDocument ... but I can't find out (after a couple of hours of reading documentation and searching) what these are, where I'm supposed to get them from, etc?


Well, if I set them to <Object, Object> then things work ... but ... ???

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.