Select Item
Encapsulates an OData select item. A select item indicates a property (or expression) that is used in the $select system query option.
- See Also:
-
{@link com.sap.cloud.mobile.kotlin.odata.DataQuery#selectItems DataQuery.selectItems}, {@link com.sap.cloud.mobile.kotlin.odata.DataQuery#select(com.sap.cloud.mobile.kotlin.odata.PropertyPath...) DataQuery.select}.
Properties
Functions
Return a copy of this item which doesn't share mutable values with this item.
If this select item references a simple property path, then return the property. Otherwise return null.
If this select item references a simple property path, then return the property. Otherwise throw an exception.
- Throws:
-
{@link com.sap.cloud.mobile.kotlin.odata.core.UndefinedException} if this select item does not reference a simple property path.