Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.Segment
Packages that use Segment
Package
Description
-
Uses of Segment in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with type parameters of type SegmentModifier and TypeFieldDescriptionstatic final SegmentHierOneToOneLink<Segment>SegmentHier.TO_CNSLDTN_SEGMENTUse with available fluent helpers to apply the to_CnsldtnSegment navigation property to query operations.static final SegmentTextOneToOneLink<Segment>SegmentText.TO_CNSLDTN_SEGMENTUse with available fluent helpers to apply the to_CnsldtnSegment navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting that return SegmentModifier and TypeMethodDescriptionSegment.SegmentBuilder.build()SegmentHier.fetchCnsldtnSegment()Fetches the Segment entity (one to one) associated with this entity.SegmentText.fetchCnsldtnSegment()Fetches the Segment entity (one to one) associated with this entity.SegmentHier.getCnsldtnSegmentOrFetch()Retrieval of associated Segment entity (one to one).SegmentText.getCnsldtnSegmentOrFetch()Retrieval of associated Segment entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting that return types with arguments of type SegmentModifier and TypeMethodDescriptionio.vavr.control.Option<Segment>SegmentHier.getCnsldtnSegmentIfPresent()Retrieval of associated Segment entity (one to one).io.vavr.control.Option<Segment>SegmentText.getCnsldtnSegmentIfPresent()Retrieval of associated Segment entity (one to one).SegmentByKeyFluentHelper.getEntityClass()SegmentFluentHelper.getEntityClass()Segment.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with parameters of type SegmentModifier and TypeMethodDescriptionSegmentHier.SegmentHierBuilder.cnsldtnSegment(Segment value) Navigation property to_CnsldtnSegment for SegmentHier to single Segment.SegmentText.SegmentTextBuilder.cnsldtnSegment(Segment value) Navigation property to_CnsldtnSegment for SegmentText to single Segment.voidSegmentHier.setCnsldtnSegment(Segment value) Overwrites the associated Segment entity for the loaded navigation property to_CnsldtnSegment.voidSegmentText.setCnsldtnSegment(Segment value) Overwrites the associated Segment entity for the loaded navigation property to_CnsldtnSegment.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with parameters of type SegmentModifierConstructorDescriptionSegmentHier(String consolidationSegmentHierarchy, String hierarchyNode, String hierarchyNode_Text, LocalDateTime validityEndDate, String parentNode, LocalDateTime validityStartDate, String segment, String segment_Text, String sequenceNumber, String hierarchyNodeSequence, String hierarchyNodeLevel, String nodeType, Segment toCnsldtnSegment, List<SegmentHierText> toCnsldtnSegmentHierT) SegmentText(String language, String segment, String cnsldtnSegmentText, Segment toCnsldtnSegment) -
Uses of Segment in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.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.masterdataforgroupreporting.link with type arguments of type SegmentModifier and TypeMethodDescriptionprotected SegmentLink<ObjectT>SegmentLink.translateLinkType(EntityLink<SegmentLink<ObjectT>, Segment, ObjectT> link)