Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationsegment.CnsldtnSegmentText
Packages that use CnsldtnSegmentText
Package
Description
-
Uses of CnsldtnSegmentText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationsegment
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationsegment with type parameters of type CnsldtnSegmentTextModifier and TypeFieldDescriptionstatic final SimpleProperty<CnsldtnSegmentText>CnsldtnSegmentText.ALL_FIELDSSelector for all available fields of CnsldtnSegmentText.static final SimpleProperty.Boolean<CnsldtnSegmentText>CnsldtnSegmentText.CNSLDTN_IS_ADDITIONAL_MASTER_DATAstatic final SimpleProperty.String<CnsldtnSegmentText>CnsldtnSegmentText.LANGUAGEstatic final SimpleProperty.String<CnsldtnSegmentText>CnsldtnSegmentText.SEGMENTstatic final SimpleProperty.String<CnsldtnSegmentText>CnsldtnSegmentText.SEGMENT_NAMEstatic final NavigationProperty.Single<CnsldtnSegmentText,CnsldtnSegment> CnsldtnSegmentText.TO__SEGMENTUse with available request builders to apply the _Segment navigation property to query operations.static final NavigationProperty.Collection<CnsldtnSegment,CnsldtnSegmentText> CnsldtnSegment.TO__TEXTUse with available request builders to apply the _Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationsegment that return CnsldtnSegmentTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationsegment that return types with arguments of type CnsldtnSegmentTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<CnsldtnSegmentText>>CnsldtnSegment.getTextIfPresent()Retrieval of associated CnsldtnSegmentText entities (one to many).CnsldtnSegmentText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationsegment with parameters of type CnsldtnSegmentTextModifier and TypeMethodDescriptionvoidCnsldtnSegment.addText(CnsldtnSegmentText... entity) Adds elements to the list of associated CnsldtnSegmentText entities.CnsldtnSegment.CnsldtnSegmentBuilder.text(CnsldtnSegmentText... value) Navigation property _Text for CnsldtnSegment to multiple CnsldtnSegmentText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationsegment with type arguments of type CnsldtnSegmentTextModifier and TypeMethodDescriptionvoidCnsldtnSegment.setText(List<CnsldtnSegmentText> value) Overwrites the list of associated CnsldtnSegmentText entities for the loaded navigation property _Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationsegment with type arguments of type CnsldtnSegmentTextModifierConstructorDescriptionCnsldtnSegment(String segment, Boolean cnsldtnIsAdditionalMasterData, Collection<SAP__Message> _Messages, List<CnsldtnSegmentText> to_Text) -
Uses of CnsldtnSegmentText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type CnsldtnSegmentTextModifier and TypeMethodDescriptionConsolidationSegmentService.countCnsldtnSegmentText()Deprecated.Fetch the number of entries from theCnsldtnSegmentTextentity collection matching the filter and search expressions.DefaultConsolidationSegmentService.countCnsldtnSegmentText()Deprecated.ConsolidationSegmentService.deleteCnsldtnSegmentText(CnsldtnSegmentText cnsldtnSegmentText) Deprecated.Deletes an existingCnsldtnSegmentTextentity in the S/4HANA system.DefaultConsolidationSegmentService.deleteCnsldtnSegmentText(CnsldtnSegmentText cnsldtnSegmentText) Deprecated.ConsolidationSegmentService.getAllCnsldtnSegmentText()Deprecated.Fetch multipleCnsldtnSegmentTextentities.DefaultConsolidationSegmentService.getAllCnsldtnSegmentText()Deprecated.ConsolidationSegmentService.getCnsldtnSegmentTextByKey(String language, String segment) Deprecated.Fetch a singleCnsldtnSegmentTextentity using key fields.DefaultConsolidationSegmentService.getCnsldtnSegmentTextByKey(String language, String segment) Deprecated.ConsolidationSegmentService.updateCnsldtnSegmentText(CnsldtnSegmentText cnsldtnSegmentText) Deprecated.Update an existingCnsldtnSegmentTextentity and save it to the S/4HANA system.DefaultConsolidationSegmentService.updateCnsldtnSegmentText(CnsldtnSegmentText cnsldtnSegmentText) Deprecated.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type CnsldtnSegmentTextModifier and TypeMethodDescriptionConsolidationSegmentService.deleteCnsldtnSegmentText(CnsldtnSegmentText cnsldtnSegmentText) Deprecated.Deletes an existingCnsldtnSegmentTextentity in the S/4HANA system.DefaultConsolidationSegmentService.deleteCnsldtnSegmentText(CnsldtnSegmentText cnsldtnSegmentText) Deprecated.ConsolidationSegmentService.updateCnsldtnSegmentText(CnsldtnSegmentText cnsldtnSegmentText) Deprecated.Update an existingCnsldtnSegmentTextentity and save it to the S/4HANA system.DefaultConsolidationSegmentService.updateCnsldtnSegmentText(CnsldtnSegmentText cnsldtnSegmentText) Deprecated.