Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment.Segment
Packages that use Segment
Package
Description
-
Uses of Segment 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 SegmentModifier and TypeFieldDescriptionstatic final SegmentTextOneToOneLink<Segment>SegmentText.TO_SEGMENTUse with available fluent helpers to apply the to_Segment navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment that return SegmentModifier and TypeMethodDescriptionSegment.SegmentBuilder.build()SegmentText.fetchSegment()Fetches the Segment entity (one to one) associated with this entity.SegmentText.getSegmentOrFetch()Retrieval of associated Segment entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment that return types with arguments of type SegmentModifier and TypeMethodDescriptionSegmentByKeyFluentHelper.getEntityClass()SegmentFluentHelper.getEntityClass()io.vavr.control.Option<Segment>SegmentText.getSegmentIfPresent()Retrieval of associated Segment entity (one to one).Segment.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment with parameters of type SegmentModifier and TypeMethodDescriptionNavigation property to_Segment for SegmentText to single Segment.voidSegmentText.setSegment(Segment value) Overwrites the associated Segment entity for the loaded navigation property to_Segment.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.segment with parameters of type SegmentModifierConstructorDescriptionSegmentText(String language, String segment, String segmentName, Segment toSegment) -
Uses of Segment 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 SegmentModifier and TypeMethodDescriptionSegmentOneToOneLink.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 SegmentModifier and TypeMethodDescriptionprotected SegmentLink<ObjectT>SegmentLink.translateLinkType(EntityLink<SegmentLink<ObjectT>, Segment, ObjectT> link)