getBinding

open fun getBinding(name: String): EntitySet

Lookup an existing navigation property binding by name.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.EntitySet#pathBindings EntitySet.pathBindings} and {@link com.sap.cloud.mobile.kotlin.odata.EntitySetMap#get(kotlin.String) EntitySetMap.get}, for looking up bindings that might not exist.

Return

The bound entity set.

Parameters

name

Name of the property.