Uses of Package
com.sap.cloud.sdk.result

Packages that use com.sap.cloud.sdk.result
  • Class
    Description
    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
    Description
    Class representing one resulting element from a call to an external service (e.g. after invoking a BAPI or a remote-enabled function module).
  • Class
    Description
    A collection consisting of elements collected by their ElementName via the ResultCollection.collect(String) method.
    Functional interface handling the type-safe transformation of a ResultElement to a collections of a specific type.
    Factory implementation that creates a ResultElement, based on a given JsonElement.
    Functional interface handling the type-safe transformation of a ResultElement 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 a ResultElement 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).