Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment |
Modifier and Type | Field and Description |
---|---|
static SegmentLink<SegmentText> |
Segment.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SegmentText |
SegmentText.SegmentTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SegmentText> |
Segment.fetchText()
Fetches the SegmentText entities (one to many) associated with this entity.
|
protected Class<SegmentText> |
SegmentTextByKeyFluentHelper.getEntityClass() |
protected Class<SegmentText> |
SegmentTextFluentHelper.getEntityClass() |
Optional<List<SegmentText>> |
Segment.getTextIfPresent()
Retrieval of associated SegmentText entities (one to many).
|
List<SegmentText> |
Segment.getTextOrFetch()
Retrieval of associated SegmentText entities (one to many).
|
Class<SegmentText> |
SegmentText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Segment.addText(SegmentText... entity)
Adds elements to the list of associated SegmentText entities.
|
Segment.SegmentBuilder |
Segment.SegmentBuilder.text(SegmentText... value) |
Modifier and Type | Method and Description |
---|---|
void |
Segment.setText(List<SegmentText> value)
Overwrites the list of associated SegmentText entities for the loaded navigation property to_Text.
|
protected SegmentTextLink<ObjectT> |
SegmentTextLink.translateLinkType(EntityLink<SegmentTextLink<ObjectT>,SegmentText,ObjectT> link) |
Constructor and Description |
---|
Segment(String segment,
ErpConfigContext erpConfigContext,
List<SegmentText> toText) |
Copyright © 2018 SAP SE. All rights reserved.