Modifier and Type | Field and Description |
---|---|
static SegmentLink<SegmentHier> |
Segment.TO_CNSLDTN_SEGMENT_HIER
Use with available fluent helpers to apply the to_CnsldtnSegmentHier navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SegmentHier |
SegmentHier.SegmentHierBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SegmentHier> |
Segment.fetchCnsldtnSegmentHier()
Fetches the SegmentHier entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<SegmentHier>> |
Segment.getCnsldtnSegmentHierIfPresent()
Retrieval of associated SegmentHier entities (one to many).
|
List<SegmentHier> |
Segment.getCnsldtnSegmentHierOrFetch()
Retrieval of associated SegmentHier entities (one to many).
|
protected Class<SegmentHier> |
SegmentHierByKeyFluentHelper.getEntityClass() |
protected Class<SegmentHier> |
SegmentHierFluentHelper.getEntityClass() |
Class<SegmentHier> |
SegmentHier.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Segment.addCnsldtnSegmentHier(SegmentHier... entity)
Adds elements to the list of associated SegmentHier entities.
|
Segment.SegmentBuilder |
Segment.SegmentBuilder.cnsldtnSegmentHier(SegmentHier... value)
Navigation property to_CnsldtnSegmentHier for Segment to multiple SegmentHier.
|
Modifier and Type | Method and Description |
---|---|
void |
Segment.setCnsldtnSegmentHier(List<SegmentHier> value)
Overwrites the list of associated SegmentHier entities for the loaded navigation property
to_CnsldtnSegmentHier.
|
Constructor and Description |
---|
Segment(String segment,
String segment_Text,
String additionalMasterDataSource,
List<SegmentHier> toCnsldtnSegmentHier,
List<SegmentText> toCnsldtnSegmentT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SegmentHier> |
SegmentHierOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected SegmentHierLink<ObjectT> |
SegmentHierLink.translateLinkType(EntityLink<SegmentHierLink<ObjectT>,SegmentHier,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.