Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment.link |
Modifier and Type | Field and Description |
---|---|
static SegmentTextOneToOneLink<Segment> |
SegmentText.TO_SEGMENT
Use with available fluent helpers to apply the to_Segment navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Segment |
Segment.SegmentBuilder.build() |
Segment |
SegmentText.fetchSegment()
Fetches the Segment entity (one to one) associated with this entity.
|
Segment |
SegmentText.getSegmentOrFetch()
Retrieval of associated Segment entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<Segment> |
SegmentByKeyFluentHelper.getEntityClass() |
protected Class<Segment> |
SegmentFluentHelper.getEntityClass() |
io.vavr.control.Option<Segment> |
SegmentText.getSegmentIfPresent()
Retrieval of associated Segment entity (one to one).
|
Class<Segment> |
Segment.getType() |
Modifier and Type | Method and Description |
---|---|
SegmentText.SegmentTextBuilder |
SegmentText.SegmentTextBuilder.segment(Segment value)
Navigation property to_Segment for SegmentText to single Segment.
|
void |
SegmentText.setSegment(Segment value)
Overwrites the associated Segment entity for the loaded navigation property to_Segment.
|
Constructor and Description |
---|
SegmentText(String language,
String segment,
String segmentName,
Segment toSegment) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Segment> |
SegmentOneToOneLink.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 SegmentLink<ObjectT> |
SegmentLink.translateLinkType(EntityLink<SegmentLink<ObjectT>,Segment,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.