Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment.SegmentText
Packages that use SegmentText
Package
Description
-
Uses of SegmentText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment with type parameters of type SegmentTextModifier and TypeFieldDescriptionstatic final SegmentLink<SegmentText>Segment.TO_TEXTUse with available fluent helpers to apply the to_Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment that return SegmentTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment that return types with arguments of type SegmentTextModifier and TypeMethodDescriptionSegment.fetchText()Fetches the SegmentText entities (one to many) associated with this entity.protected Class<SegmentText>SegmentTextByKeyFluentHelper.getEntityClass()protected Class<SegmentText>SegmentTextFluentHelper.getEntityClass()io.vavr.control.Option<List<SegmentText>>Segment.getTextIfPresent()Retrieval of associated SegmentText entities (one to many).Segment.getTextOrFetch()Retrieval of associated SegmentText entities (one to many).SegmentText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment with parameters of type SegmentTextModifier and TypeMethodDescriptionvoidSegment.addText(SegmentText... entity) Adds elements to the list of associated SegmentText entities.Segment.SegmentBuilder.text(SegmentText... value) Navigation property to_Text for Segment to multiple SegmentText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment with type arguments of type SegmentTextModifier and TypeMethodDescriptionvoidSegment.setText(List<SegmentText> value) Overwrites the list of associated SegmentText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment with type arguments of type SegmentText -
Uses of SegmentText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment.link that return types with arguments of type SegmentTextModifier and TypeMethodDescriptionSegmentTextOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment.link with type arguments of type SegmentTextModifier and TypeMethodDescriptionprotected SegmentTextLink<ObjectT>SegmentTextLink.translateLinkType(EntityLink<SegmentTextLink<ObjectT>, SegmentText, ObjectT> link)