hasEntity

open fun hasEntity(): Boolean

Check if the stream has a current delta item which is an entity value.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.DeltaStream#getEntity() DeltaStream.getEntity}.

Return

true if {@link com.sap.cloud.mobile.kotlin.odata.DeltaStream#hasCurrent() DeltaStream.hasCurrent} would return true if called, and the current delta item is an entity value.