@Beta
public interface ServiceWithNavigableEntities
Modifier and Type | Interface and Description |
---|---|
static interface |
ServiceWithNavigableEntities.NavigableEntity<EntityT extends VdmEntity<EntityT>>
Related interface to further access to query navigation from current entity.
|
Modifier and Type | Method and Description |
---|---|
default <EntityT extends VdmEntity<EntityT> & VdmEntitySet> |
forEntity(EntityT entity)
Create a generic type-safe request using navigation properties on entity sets of the OData service.
|
String |
getServicePath()
Getter for the OData service root path.
|
@Nonnull String getServicePath()
@Nonnull default <EntityT extends VdmEntity<EntityT> & VdmEntitySet> ServiceWithNavigableEntities.NavigableEntity<EntityT> forEntity(@Nonnull EntityT entity)
EntityT
- The generic entity type for which navigation properties can be accessed.entity
- A template entity instance that contains all necessary key attributes.
Constraints: Not nullable
Copyright © 2021 SAP SE. All rights reserved.