Data Method Call
Encapsulates the application of an OData method (function or action) to a list of parameters. This is used to represent calls to actions and functions defined within an entity model, as opposed to {@link com.sap.cloud.mobile.kotlin.odata.QueryFunction} which is used to represent calls to builtin functions.
Functions
Return a clone of this value if it (together with all value subcomponents) is possibly mutable, or return this value if it (together with all value subcomponents) is definitely immutable. The resulting value might share mutable metadata with this query.
Convert this data value to a string. If the {@link com.sap.cloud.mobile.kotlin.odata.DataMethodCall#dataType DataMethodCall.dataType} is defined by XML Schema Part 2: Datatypes, then the corresponding lexical format is used. JSON format is used for structured values (arrays and objects).