Uses of Package
com.sap.cloud.sdk.result
Package
Description
-
ClassDescriptionInterface 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).
-
ClassDescriptionClass representing one resulting element from a call to an external service (e.g. after invoking a BAPI or a remote-enabled function module).
-
ClassDescriptionA collection consisting of elements collected by their
ElementName
via theResultCollection.collect(String)
method.Functional interface handling the type-safe transformation of aResultElement
to a collections of a specific type.Factory implementation that creates aResultElement
, based on a givenJsonElement
.Functional interface handling the type-safe transformation of aResultElement
to a specific type.Interface representing one collection of result elements (e.g. a list of complex business objects) resulting from a call to an external service (e.g. after invoking a BAPI or a remote-enabled function module).Class representing one resulting element from a call to an external service (e.g. after invoking a BAPI or a remote-enabled function module).Factory interface to encapsulating different ways to create aResultElement
from an arbitrary object.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).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). -
ClassDescriptionA collection consisting of elements collected by their
ElementName
via theResultCollection.collect(String)
method.Factory implementation that creates aResultElement
, based on a givenJsonElement
.Class representing one resulting element from a call to an external service (e.g. after invoking a BAPI or a remote-enabled function module).Factory interface to encapsulating different ways to create aResultElement
from an arbitrary object.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).