hasLink

open fun hasLink(): Boolean

Check if the stream has a current delta item which is a changed link.

See Also:

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

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 a changed link.