Modifier and Type | Field and Description |
---|---|
static SegmentLink<SegmentText> |
Segment.TO_CNSLDTN_SEGMENT_T
Use with available fluent helpers to apply the to_CnsldtnSegmentT navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SegmentText |
SegmentText.SegmentTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SegmentText> |
Segment.fetchCnsldtnSegmentT()
Fetches the SegmentText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<SegmentText>> |
Segment.getCnsldtnSegmentTIfPresent()
Retrieval of associated SegmentText entities (one to many).
|
List<SegmentText> |
Segment.getCnsldtnSegmentTOrFetch()
Retrieval of associated SegmentText entities (one to many).
|
protected Class<SegmentText> |
SegmentTextByKeyFluentHelper.getEntityClass() |
protected Class<SegmentText> |
SegmentTextFluentHelper.getEntityClass() |
Class<SegmentText> |
SegmentText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Segment.addCnsldtnSegmentT(SegmentText... entity)
Adds elements to the list of associated SegmentText entities.
|
Segment.SegmentBuilder |
Segment.SegmentBuilder.cnsldtnSegmentT(SegmentText... value)
Navigation property to_CnsldtnSegmentT for Segment to multiple SegmentText.
|
Modifier and Type | Method and Description |
---|---|
void |
Segment.setCnsldtnSegmentT(List<SegmentText> value)
Overwrites the list of associated SegmentText entities for the loaded navigation property
to_CnsldtnSegmentT.
|
Constructor and Description |
---|
Segment(String segment,
String segment_Text,
String additionalMasterDataSource,
List<SegmentHier> toCnsldtnSegmentHier,
List<SegmentText> toCnsldtnSegmentT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SegmentText> |
SegmentTextOneToOneLink.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 SegmentTextLink<ObjectT> |
SegmentTextLink.translateLinkType(EntityLink<SegmentTextLink<ObjectT>,SegmentText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.