Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.SalesQuotationText
Packages that use SalesQuotationText
Package
Description
-
Uses of SalesQuotationText 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 SalesQuotationTextModifier and TypeFieldDescriptionstatic final SalesQuotationLink<SalesQuotationText>SalesQuotation.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 SalesQuotationTextModifier and TypeMethodDescriptionSalesQuotationText.SalesQuotationTextBuilder.build()protected SalesQuotationTextSalesQuotationTextDeleteFluentHelper.getEntity()protected SalesQuotationTextSalesQuotationTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation that return types with arguments of type SalesQuotationTextModifier and TypeMethodDescriptionSalesQuotation.fetchText()Fetches the SalesQuotationText entities (one to many) associated with this entity.protected Class<SalesQuotationText>SalesQuotationTextByKeyFluentHelper.getEntityClass()protected Class<SalesQuotationText>SalesQuotationTextFluentHelper.getEntityClass()io.vavr.control.Option<List<SalesQuotationText>>SalesQuotation.getTextIfPresent()Retrieval of associated SalesQuotationText entities (one to many).SalesQuotation.getTextOrFetch()Retrieval of associated SalesQuotationText entities (one to many).SalesQuotationText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with parameters of type SalesQuotationTextModifier and TypeMethodDescriptionvoidSalesQuotation.addText(SalesQuotationText... entity) Adds elements to the list of associated SalesQuotationText entities.SalesQuotation.SalesQuotationBuilder.text(SalesQuotationText... value) Navigation property to_Text for SalesQuotation to multiple SalesQuotationText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with type arguments of type SalesQuotationTextModifier and TypeMethodDescriptionvoidSalesQuotation.setText(List<SalesQuotationText> value) Overwrites the list of associated SalesQuotationText entities for the loaded navigation property to_Text.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with parameters of type SalesQuotationTextModifierConstructorDescriptionSalesQuotationTextDeleteFluentHelper(String servicePath, SalesQuotationText entity, String entityCollection) Creates a fluent helper object that will delete aSalesQuotationTextentity on the OData endpoint.SalesQuotationTextUpdateFluentHelper(String servicePath, SalesQuotationText entity, String entityCollection) Creates a fluent helper object that will update aSalesQuotationTextentity on the OData endpoint. -
Uses of SalesQuotationText 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 SalesQuotationTextModifier and TypeMethodDescriptionDefaultSalesQuotationServiceBatchChangeSet.deleteSalesQuotationText(SalesQuotationText salesQuotationText) SalesQuotationServiceBatchChangeSet.deleteSalesQuotationText(SalesQuotationText salesQuotationText) Deletes an existingSalesQuotationTextentity in the S/4HANA system.DefaultSalesQuotationServiceBatchChangeSet.updateSalesQuotationText(SalesQuotationText salesQuotationText) SalesQuotationServiceBatchChangeSet.updateSalesQuotationText(SalesQuotationText salesQuotationText) Update an existingSalesQuotationTextentity and save it to the S/4HANA system. -
Uses of SalesQuotationText 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 SalesQuotationTextModifier and TypeMethodDescriptionSalesQuotationTextOneToOneLink.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 SalesQuotationTextModifier and TypeMethodDescriptionprotected SalesQuotationTextLink<ObjectT>SalesQuotationTextLink.translateLinkType(EntityLink<SalesQuotationTextLink<ObjectT>, SalesQuotationText, ObjectT> link) -
Uses of SalesQuotationText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SalesQuotationTextModifier and TypeMethodDescriptionDefaultSalesQuotationService.deleteSalesQuotationText(SalesQuotationText salesQuotationText) Deprecated.SalesQuotationService.deleteSalesQuotationText(SalesQuotationText salesQuotationText) Deprecated.Deletes an existingSalesQuotationTextentity in the S/4HANA system.DefaultSalesQuotationService.updateSalesQuotationText(SalesQuotationText salesQuotationText) Deprecated.SalesQuotationService.updateSalesQuotationText(SalesQuotationText salesQuotationText) Deprecated.Update an existingSalesQuotationTextentity and save it to the S/4HANA system.