Builds a valid OData Entry XML Post body from the entry argument.
Syntax
public
abstract String
buildODataDocument
(
IParserDocument
document
) throws ParserException, IllegalArgumentException
Parameters
-
entry –
The ODataEntry object to build the from
-
document –
The ParserDocument object to build the from
Returns
The built documentThe built document
Exceptions
-
ParserException class –
If building has failed
-
IllegalArgumentException –
If the argument is null Builds and representation of the document argument
-
ParserException class –
If building document has failed
-
IllegalArgumentException –
If the argument is null