Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.SalesQuotationItemText
Packages that use SalesQuotationItemText
Package
Description
-
Uses of SalesQuotationItemText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with type parameters of type SalesQuotationItemTextModifier and TypeFieldDescriptionstatic final SalesQuotationItemLink<SalesQuotationItemText>SalesQuotationItem.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.salesquotation that return SalesQuotationItemTextModifier and TypeMethodDescriptionSalesQuotationItemText.SalesQuotationItemTextBuilder.build()protected SalesQuotationItemTextSalesQuotationItemTextDeleteFluentHelper.getEntity()protected SalesQuotationItemTextSalesQuotationItemTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation that return types with arguments of type SalesQuotationItemTextModifier and TypeMethodDescriptionSalesQuotationItem.fetchText()Fetches the SalesQuotationItemText entities (one to many) associated with this entity.protected Class<SalesQuotationItemText>SalesQuotationItemTextByKeyFluentHelper.getEntityClass()protected Class<SalesQuotationItemText>SalesQuotationItemTextFluentHelper.getEntityClass()io.vavr.control.Option<List<SalesQuotationItemText>>SalesQuotationItem.getTextIfPresent()Retrieval of associated SalesQuotationItemText entities (one to many).SalesQuotationItem.getTextOrFetch()Retrieval of associated SalesQuotationItemText entities (one to many).SalesQuotationItemText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with parameters of type SalesQuotationItemTextModifier and TypeMethodDescriptionvoidSalesQuotationItem.addText(SalesQuotationItemText... entity) Adds elements to the list of associated SalesQuotationItemText entities.SalesQuotationItem.SalesQuotationItemBuilder.text(SalesQuotationItemText... value) Navigation property to_Text for SalesQuotationItem to multiple SalesQuotationItemText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with type arguments of type SalesQuotationItemTextModifier and TypeMethodDescriptionvoidSalesQuotationItem.setText(List<SalesQuotationItemText> value) Overwrites the list of associated SalesQuotationItemText entities for the loaded navigation property to_Text.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with parameters of type SalesQuotationItemTextModifierConstructorDescriptionSalesQuotationItemTextDeleteFluentHelper(String servicePath, SalesQuotationItemText entity, String entityCollection) Creates a fluent helper object that will delete aSalesQuotationItemTextentity on the OData endpoint.SalesQuotationItemTextUpdateFluentHelper(String servicePath, SalesQuotationItemText entity, String entityCollection) Creates a fluent helper object that will update aSalesQuotationItemTextentity on the OData endpoint. -
Uses of SalesQuotationItemText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.batch with parameters of type SalesQuotationItemTextModifier and TypeMethodDescriptionDefaultSalesQuotationServiceBatchChangeSet.deleteSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText) SalesQuotationServiceBatchChangeSet.deleteSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText) Deletes an existingSalesQuotationItemTextentity in the S/4HANA system.DefaultSalesQuotationServiceBatchChangeSet.updateSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText) SalesQuotationServiceBatchChangeSet.updateSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText) Update an existingSalesQuotationItemTextentity and save it to the S/4HANA system. -
Uses of SalesQuotationItemText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.link that return types with arguments of type SalesQuotationItemTextModifier and TypeMethodDescriptionSalesQuotationItemTextOneToOneLink.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.salesquotation.link with type arguments of type SalesQuotationItemTextModifier and TypeMethodDescriptionprotected SalesQuotationItemTextLink<ObjectT>SalesQuotationItemTextLink.translateLinkType(EntityLink<SalesQuotationItemTextLink<ObjectT>, SalesQuotationItemText, ObjectT> link) -
Uses of SalesQuotationItemText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SalesQuotationItemTextModifier and TypeMethodDescriptionDefaultSalesQuotationService.deleteSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText) Deprecated.SalesQuotationService.deleteSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText) Deprecated.Deletes an existingSalesQuotationItemTextentity in the S/4HANA system.DefaultSalesQuotationService.updateSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText) Deprecated.SalesQuotationService.updateSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText) Deprecated.Update an existingSalesQuotationItemTextentity and save it to the S/4HANA system.