Uses of Interface
com.sap.cloud.sdk.result.ResultElement
Packages that use ResultElement
Package
Description
-
Uses of ResultElement in com.sap.cloud.sdk.datamodel.odata.client.request
Methods in com.sap.cloud.sdk.datamodel.odata.client.request that return types with arguments of type ResultElementMethod parameters in com.sap.cloud.sdk.datamodel.odata.client.request with type arguments of type ResultElementModifier 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
Subinterfaces of ResultElement in com.sap.cloud.sdk.resultModifier 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).Classes in com.sap.cloud.sdk.result that implement ResultElementModifier and TypeClassDescriptionclass
This class provides an abstraction of a collection of result elementsclass
ResultObject
implementation based on aJsonObject
.class
ResultPrimitive
implementation based on aJsonPrimitive
.Methods in com.sap.cloud.sdk.result that return ResultElementModifier 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.Methods in com.sap.cloud.sdk.result that return types with arguments of type ResultElementModifier and TypeMethodDescriptionDefaultCollectedResultCollection.getResultElements()
DefaultResultCollection.getResultElements()
DefaultCollectedResultCollection.iterator()
Returns an iterator over the elements of this collection.DefaultResultCollection.iterator()
Methods in com.sap.cloud.sdk.result with parameters of type ResultElementModifier 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) Constructor parameters in com.sap.cloud.sdk.result with type arguments of type ResultElementModifierConstructorDescriptionDefaultCollectedResultCollection
(String collectedElementName, Iterable<ResultElement> resultElements) Creates a newDefaultCollectedResultCollection
instance.DefaultResultCollection
(Iterable<ResultElement> resultElements) -
Uses of ResultElement in com.sap.cloud.sdk.s4hana.connectivity.rfc
Methods in com.sap.cloud.sdk.s4hana.connectivity.rfc that return ResultElementModifier 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.Methods in com.sap.cloud.sdk.s4hana.connectivity.rfc that return types with arguments of type ResultElementModifier 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.