Uses of Interface
com.sap.cloud.sdk.result.ResultElement
Packages that use ResultElement
- 
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 TypeMethodDescriptionvoidODataRequestResultDeserializable.streamElements(Consumer<ResultElement> handler) Run a consumer for fluent API type ResultElement to iterate over the OData response with a continuous data stream.voidODataRequestResultGeneric.streamElements(Consumer<ResultElement> handler)  - 
Uses of ResultElement in com.sap.cloud.sdk.result
Subinterfaces of ResultElement in com.sap.cloud.sdk.resultModifier and TypeInterfaceDescriptioninterfaceInterface 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).interfaceInterface 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).interfaceClass 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 TypeClassDescriptionclassThis class provides an abstraction of a collection of result elementsclassResultObjectimplementation based on aJsonObject.classResultPrimitiveimplementation 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 aResultElementbased 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 givenResultElementinto 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 givenResultElementas 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 newDefaultCollectedResultCollectioninstance.DefaultResultCollection(Iterable<ResultElement> resultElements)