Entity Stream
A stream of entity values.
- See Also:
-
DataService.entityStream, {@link com.sap.cloud.mobile.kotlin.odata.DeltaStream}.
Properties
Functions
Close this stream and release all associated resources, checking first that the end of stream has been reached. Can safely be called even if the stream was previously closed. If a delta link was encountered before the stream was closed, it will be available via the {@link com.sap.cloud.mobile.kotlin.odata.EntityStream#deltaLink EntityStream.deltaLink} property only after the stream is closed. If a next link was encountered before the stream was closed, it will be available via the {@link com.sap.cloud.mobile.kotlin.odata.EntityStream#nextLink EntityStream.nextLink} property only after the stream is closed.
- See Also:
-
{@link com.sap.cloud.mobile.kotlin.odata.EntityStream#abort() EntityStream.abort}.
Return the next entity value in this stream.
Only call this if a previous call to {@link com.sap.cloud.mobile.kotlin.odata.EntityStream#hasNext() EntityStream.hasNext} returned true.