Uses of Interface
com.sap.cloud.sdk.result.ResultElement
Package
Description
-
Uses of ResultElement in com.sap.cloud.sdk.datamodel.odata.client.request
Modifier and TypeMethodDescriptionvoid
ODataRequestResultDeserializable.streamElements
(Consumer<ResultElement> handler) Run a consumer for fluent API type ResultElement to iterate over the OData response with a continuous data stream.void
ODataRequestResultGeneric.streamElements
(Consumer<ResultElement> handler) -
Uses of ResultElement in com.sap.cloud.sdk.result
Modifier and TypeInterfaceDescriptioninterface
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).interface
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).interface
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).Modifier and TypeClassDescriptionclass
This class provides an abstraction of a collection of result elementsclass
ResultObject
implementation based on aJsonObject
.class
ResultPrimitive
implementation based on aJsonPrimitive
.Modifier and TypeMethodDescriptionGsonResultElementFactory.create
(com.google.gson.JsonElement resultElement) ResultElementFactory.create
(ResultElementT resultElement) Creates aResultElement
based on the given object.Returns the element with the given name from this result.Returns one particular element inside this result object identified by its name.Modifier and TypeMethodDescriptionDefaultCollectedResultCollection.getResultElements()
DefaultResultCollection.getResultElements()
DefaultCollectedResultCollection.iterator()
Returns an iterator over the elements of this collection.DefaultResultCollection.iterator()
Modifier and TypeMethodDescriptionBigDecimalExtractor.extract
(ResultElement resultElement) BigIntegerExtractor.extract
(ResultElement resultElement) BooleanExtractor.extract
(ResultElement resultElement) ByteExtractor.extract
(ResultElement resultElement) CharacterExtractor.extract
(ResultElement resultElement) CollectionExtractor.extract
(ResultElement resultElement) Transforms the givenResultElement
into aCollection
.DoubleExtractor.extract
(ResultElement resultElement) FloatExtractor.extract
(ResultElement resultElement) GenericCollectionExtractor.extract
(ResultElement resultElement) GenericObjectExtractor.extract
(ResultElement resultElement) IntegerExtractor.extract
(ResultElement resultElement) LongExtractor.extract
(ResultElement resultElement) ObjectExtractor.extract
(ResultElement resultElement) Extracts the value of the givenResultElement
as the typeT
.PrimitiveBasedObjectExtractor.extract
(ResultElement resultElement) ShortExtractor.extract
(ResultElement resultElement) StringExtractor.extract
(ResultElement resultElement) ModifierConstructorDescriptionDefaultCollectedResultCollection
(String collectedElementName, Iterable<ResultElement> resultElements) Creates a newDefaultCollectedResultCollection
instance.DefaultResultCollection
(Iterable<ResultElement> resultElements) -
Uses of ResultElement in com.sap.cloud.sdk.s4hana.connectivity.rfc
Modifier and TypeMethodDescriptionAbstractRemoteFunctionRequestResult.get
(int index) Deprecated.Returns the element with the given name from this result.Deprecated.Returns the element with the given name from this result.Modifier and TypeMethodDescriptionio.vavr.control.Option<ResultElement>
AbstractRemoteFunctionRequestResult.getIfPresent
(String elementName) Deprecated.Returns the element with the given name from this result.AbstractRemoteFunctionRequestResult.getResultElements()
Deprecated.Get the list of all result elements.AbstractRemoteFunctionRequestResult.iterator()
Deprecated.