Property Path
Abstract base class for {@link com.sap.cloud.mobile.kotlin.odata.Property} and {@link com.sap.cloud.mobile.kotlin.odata.DataPath}.
Values of type PropertyPath are typically used in query construction.
- See Also:
-
{@link com.sap.cloud.mobile.kotlin.odata.DataQuery#select(com.sap.cloud.mobile.kotlin.odata.PropertyPath...) DataQuery.select}, {@link com.sap.cloud.mobile.kotlin.odata.DataQuery#expand(com.sap.cloud.mobile.kotlin.odata.PropertyPath...) DataQuery.expand}, {@link com.sap.cloud.mobile.kotlin.odata.DataQuery#orderBy(com.sap.cloud.mobile.kotlin.odata.QueryValue, com.sap.cloud.mobile.kotlin.odata.SortOrder) DataQuery.orderBy}.