Interface ResultObject

All Superinterfaces:
ResultElement
All Known Implementing Classes:
GsonResultObject

public interface ResultObject extends ResultElement
Interface representing one structured object (e.g one complex business object) resulting from a call to an external service (e.g. after invoking a BAPI or a remote-enabled function module).

Use the method get(String) to access one particular element inside this object as ResultElement.

Use the method as(Class) to cast this object into a given class type.