Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationorder.CnsldtnOrderText
Packages that use CnsldtnOrderText
Package
Description
-
Uses of CnsldtnOrderText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationorder with type parameters of type CnsldtnOrderTextModifier and TypeFieldDescriptionstatic final SimpleProperty<CnsldtnOrderText>CnsldtnOrderText.ALL_FIELDSSelector for all available fields of CnsldtnOrderText.static final SimpleProperty.Boolean<CnsldtnOrderText>CnsldtnOrderText.CNSLDTN_IS_ADDITIONAL_MASTER_DATAstatic final SimpleProperty.String<CnsldtnOrderText>CnsldtnOrderText.LANGUAGEstatic final SimpleProperty.String<CnsldtnOrderText>CnsldtnOrderText.ORDER_DESCRIPTIONstatic final SimpleProperty.String<CnsldtnOrderText>CnsldtnOrderText.ORDER_IDstatic final NavigationProperty.Single<CnsldtnOrderText,CnsldtnOrder> CnsldtnOrderText.TO__ORDERUse with available request builders to apply the _Order navigation property to query operations.static final NavigationProperty.Collection<CnsldtnOrder,CnsldtnOrderText> CnsldtnOrder.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.consolidationorder that return CnsldtnOrderTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationorder that return types with arguments of type CnsldtnOrderTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<CnsldtnOrderText>>CnsldtnOrder.getTextIfPresent()Retrieval of associated CnsldtnOrderText entities (one to many).CnsldtnOrderText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationorder with parameters of type CnsldtnOrderTextModifier and TypeMethodDescriptionvoidCnsldtnOrder.addText(CnsldtnOrderText... entity) Adds elements to the list of associated CnsldtnOrderText entities.CnsldtnOrder.CnsldtnOrderBuilder.text(CnsldtnOrderText... value) Navigation property _Text for CnsldtnOrder to multiple CnsldtnOrderText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationorder with type arguments of type CnsldtnOrderTextModifier and TypeMethodDescriptionvoidCnsldtnOrder.setText(List<CnsldtnOrderText> value) Overwrites the list of associated CnsldtnOrderText entities for the loaded navigation property _Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationorder with type arguments of type CnsldtnOrderTextModifierConstructorDescriptionCnsldtnOrder(String orderID, Boolean cnsldtnIsAdditionalMasterData, Collection<SAP__Message> _Messages, List<CnsldtnOrderText> to_Text) -
Uses of CnsldtnOrderText 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 CnsldtnOrderTextModifier and TypeMethodDescriptionConsolidationOrderService.countCnsldtnOrderText()Deprecated.Fetch the number of entries from theCnsldtnOrderTextentity collection matching the filter and search expressions.DefaultConsolidationOrderService.countCnsldtnOrderText()Deprecated.ConsolidationOrderService.deleteCnsldtnOrderText(CnsldtnOrderText cnsldtnOrderText) Deprecated.Deletes an existingCnsldtnOrderTextentity in the S/4HANA system.DefaultConsolidationOrderService.deleteCnsldtnOrderText(CnsldtnOrderText cnsldtnOrderText) Deprecated.ConsolidationOrderService.getAllCnsldtnOrderText()Deprecated.Fetch multipleCnsldtnOrderTextentities.DefaultConsolidationOrderService.getAllCnsldtnOrderText()Deprecated.ConsolidationOrderService.getCnsldtnOrderTextByKey(String language, String orderID) Deprecated.Fetch a singleCnsldtnOrderTextentity using key fields.DefaultConsolidationOrderService.getCnsldtnOrderTextByKey(String language, String orderID) Deprecated.ConsolidationOrderService.updateCnsldtnOrderText(CnsldtnOrderText cnsldtnOrderText) Deprecated.Update an existingCnsldtnOrderTextentity and save it to the S/4HANA system.DefaultConsolidationOrderService.updateCnsldtnOrderText(CnsldtnOrderText cnsldtnOrderText) Deprecated.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type CnsldtnOrderTextModifier and TypeMethodDescriptionConsolidationOrderService.deleteCnsldtnOrderText(CnsldtnOrderText cnsldtnOrderText) Deprecated.Deletes an existingCnsldtnOrderTextentity in the S/4HANA system.DefaultConsolidationOrderService.deleteCnsldtnOrderText(CnsldtnOrderText cnsldtnOrderText) Deprecated.ConsolidationOrderService.updateCnsldtnOrderText(CnsldtnOrderText cnsldtnOrderText) Deprecated.Update an existingCnsldtnOrderTextentity and save it to the S/4HANA system.DefaultConsolidationOrderService.updateCnsldtnOrderText(CnsldtnOrderText cnsldtnOrderText) Deprecated.