Interface ResultPrimitive

All Superinterfaces:
ResultElement
All Known Implementing Classes:
GsonResultPrimitive

public interface ResultPrimitive extends ResultElement
Class representing an unstructured result primitive resulting from a call to an external service (e.g. after invoking a BAPI or a remote-enabled function module).

Access the content of this result element using the respective method, such as asString() to obtain a String object.