Companion

object Companion

Functions

Link copied to clipboard

For internal use only.

Link copied to clipboard

For internal use only.

Link copied to clipboard

Return a new resource path.

Link copied to clipboard

Return a new lambda-variable path (for use with 'any' and 'all' lambda operators).

Link copied to clipboard
fun of(property: Property): DataPath

Return a new property path.

Link copied to clipboard

Construct a new single-part path.

Link copied to clipboard

Return a new data path with the specified type, using chained {@link com.sap.cloud.mobile.kotlin.odata.DataPath#parentPath DataPath.parentPath} and {@link com.sap.cloud.mobile.kotlin.odata.DataPath#dynamicProperty DataPath.dynamicProperty} rather than {@link com.sap.cloud.mobile.kotlin.odata.DataPath#pathSegments DataPath.pathSegments}.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.DataPath#withSegments(kotlin.Int, com.sap.cloud.mobile.kotlin.odata.StringList) DataPath.withSegments}.

Link copied to clipboard

Return a new data path with the specified type and segments.