Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odatav4.core |
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexProperty<EntityT extends VdmEntity<?>,TargetT extends VdmComplex<?>>
Interface representing a complex property of
EntityT that holds a complex type of TargetT . |
static class |
ComplexProperty.Collection<EntityT extends VdmEntity<EntityT>,ValueT extends VdmComplex<ValueT>>
A collection of complex objects.
|
static class |
ComplexProperty.Single<EntityT extends VdmEntity<EntityT>,ValueT extends VdmComplex<ValueT>>
A navigational property to a single other entity reference.
|
class |
CountRequestBuilder<EntityT extends VdmEntity<?>>
Representation of an OData request as a fluent interface for further configuring the request and
executing it. |
class |
CreateRequestBuilder<EntityT extends VdmEntity<?>>
Representation of an OData request as a fluent interface for further configuring the request and
executing it. |
class |
DeleteRequestBuilder<EntityT extends VdmEntity<?>>
Representation of an OData delete request as a fluent interface for further configuring the request and
executing it. |
class |
GetAllRequestBuilder<EntityT extends VdmEntity<?>>
Representation of an OData request as a fluent interface for further configuring the request and
executing it. |
class |
GetByKeyRequestBuilder<EntityT extends VdmEntity<?>>
Representation of an OData request to retrieve an entity by its key as a fluent interface for further configuring the
request and
executing it. |
interface |
NavigationProperty<EntityT extends VdmEntity<?>,TargetT extends VdmEntity<?>>
Interface representing a navigational property of
EntityT that points towards an entity of TargetT . |
interface |
NavigationProperty<EntityT extends VdmEntity<?>,TargetT extends VdmEntity<?>>
Interface representing a navigational property of
EntityT that points towards an entity of TargetT . |
static class |
NavigationProperty.Collection<EntityT extends VdmEntity<EntityT>,ValueT extends VdmEntity<ValueT>>
A navigational property to a Collection of another entity reference.
|
static class |
NavigationProperty.Collection<EntityT extends VdmEntity<EntityT>,ValueT extends VdmEntity<ValueT>>
A navigational property to a Collection of another entity reference.
|
static class |
NavigationProperty.Single<EntityT extends VdmEntity<EntityT>,ValueT extends VdmEntity<ValueT>>
A navigational property to a single other entity reference.
|
static class |
NavigationProperty.Single<EntityT extends VdmEntity<EntityT>,ValueT extends VdmEntity<ValueT>>
A navigational property to a single other entity reference.
|
static interface |
ServiceWithNavigableEntities.NavigableEntity<EntityT extends VdmEntity<EntityT>>
Related interface to further access to query navigation from current entity.
|
interface |
ServiceWithNavigableEntityCollection<EntityT extends VdmEntity<EntityT>>
Related interface to provide access to type-safe request builders for the generic entity type.
|
interface |
ServiceWithNavigableEntitySingle<EntityT extends VdmEntity<EntityT>>
Related interface to provide access to type-safe request builders for the generic entity type.
|
class |
StructuredPropertyCollection<EntityT extends VdmEntity<?>,TargetT extends VdmObject<?>>
Abstract class representing the query capabilities of a collection of structured properties of
EntityT with a
type of TargetT . |
class |
StructuredPropertyCollectionQuery<ParentEntityT extends VdmEntity<?>,EntityT extends VdmObject<?>>
Implementation that represents read queries and holds their state at runtime.
|
class |
StructuredPropertySingle<EntityT extends VdmEntity<?>,TargetT extends VdmObject<?>>
Abstract class representing the query capabilities of a structured property of
EntityT with a type of
TargetT . |
class |
StructuredPropertySingleQuery<ParentEntityT extends VdmEntity<?>,EntityT extends VdmObject<?>>
Implementation that represents read queries and holds their state at runtime.
|
class |
UpdateRequestBuilder<EntityT extends VdmEntity<?>>
Representation of an OData request as a fluent interface for further configuring the request and
executing it. |
Modifier and Type | Method and Description |
---|---|
default <EntityT extends VdmEntity<EntityT> & VdmEntitySet> |
ServiceWithNavigableEntities.forEntity(EntityT entity)
Create a generic type-safe request using navigation properties on entity sets of the OData service.
|
<NavigationT extends VdmEntity<NavigationT>> |
ServiceWithNavigableEntities.NavigableEntity.navigateTo(NavigationProperty.Collection<EntityT,NavigationT> property)
Navigate to a specific navigation property of current entity type.
|
<NavigationT extends VdmEntity<NavigationT>> |
ServiceWithNavigableEntities.NavigableEntity.navigateTo(NavigationProperty.Single<EntityT,NavigationT> property)
Navigate to a specific navigation property of current entity type.
|
Copyright © 2020 SAP SE. All rights reserved.