Entity Set
Encapsulates the metadata of an OData entity set. Also used for OData {@link com.sap.cloud.mobile.kotlin.odata.EntitySet#isSingleton EntitySet.isSingleton} entities.
- See Also:
-
DataService.createEntity,DataService.updateEntity,DataService.deleteEntity,DataService.getEntity,DataService.getEntityList.
Types
Properties
Functions
Return an expandable path starting with this resource path.
Return an expandable path starting with this resource path.
Lookup an existing annotation by term name, or throw an exception if the annotation is not found.
- See Also:
-
{@link com.sap.cloud.mobile.kotlin.odata.EntitySet#annotations EntitySet.annotations} and {@link com.sap.cloud.mobile.kotlin.odata.AnnotationMap#get(kotlin.String) AnnotationMap.get}, for looking up annotations that might not exist.
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 an expandable path starting with this resource path.