Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.SalesContractItemText
Packages that use SalesContractItemText
Package
Description
-
Uses of SalesContractItemText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with type parameters of type SalesContractItemTextModifier and TypeFieldDescriptionstatic final SalesContractItemLink<SalesContractItemText>SalesContractItem.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.salescontract that return SalesContractItemTextModifier and TypeMethodDescriptionSalesContractItemText.SalesContractItemTextBuilder.build()protected SalesContractItemTextSalesContractItemTextDeleteFluentHelper.getEntity()protected SalesContractItemTextSalesContractItemTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract that return types with arguments of type SalesContractItemTextModifier and TypeMethodDescriptionSalesContractItem.fetchText()Fetches the SalesContractItemText entities (one to many) associated with this entity.protected Class<SalesContractItemText>SalesContractItemTextByKeyFluentHelper.getEntityClass()protected Class<SalesContractItemText>SalesContractItemTextFluentHelper.getEntityClass()io.vavr.control.Option<List<SalesContractItemText>>SalesContractItem.getTextIfPresent()Retrieval of associated SalesContractItemText entities (one to many).SalesContractItem.getTextOrFetch()Retrieval of associated SalesContractItemText entities (one to many).SalesContractItemText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with parameters of type SalesContractItemTextModifier and TypeMethodDescriptionvoidSalesContractItem.addText(SalesContractItemText... entity) Adds elements to the list of associated SalesContractItemText entities.SalesContractItem.SalesContractItemBuilder.text(SalesContractItemText... value) Navigation property to_Text for SalesContractItem to multiple SalesContractItemText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with type arguments of type SalesContractItemTextModifier and TypeMethodDescriptionvoidSalesContractItem.setText(List<SalesContractItemText> value) Overwrites the list of associated SalesContractItemText entities for the loaded navigation property to_Text.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with parameters of type SalesContractItemTextModifierConstructorDescriptionSalesContractItemTextDeleteFluentHelper(String servicePath, SalesContractItemText entity, String entityCollection) Creates a fluent helper object that will delete aSalesContractItemTextentity on the OData endpoint.SalesContractItemTextUpdateFluentHelper(String servicePath, SalesContractItemText entity, String entityCollection) Creates a fluent helper object that will update aSalesContractItemTextentity on the OData endpoint. -
Uses of SalesContractItemText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.batch with parameters of type SalesContractItemTextModifier and TypeMethodDescriptionDefaultSalesContractServiceBatchChangeSet.deleteSalesContractItemText(SalesContractItemText salesContractItemText) SalesContractServiceBatchChangeSet.deleteSalesContractItemText(SalesContractItemText salesContractItemText) Deletes an existingSalesContractItemTextentity in the S/4HANA system.DefaultSalesContractServiceBatchChangeSet.updateSalesContractItemText(SalesContractItemText salesContractItemText) SalesContractServiceBatchChangeSet.updateSalesContractItemText(SalesContractItemText salesContractItemText) Update an existingSalesContractItemTextentity and save it to the S/4HANA system. -
Uses of SalesContractItemText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.link that return types with arguments of type SalesContractItemTextModifier and TypeMethodDescriptionSalesContractItemTextOneToOneLink.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.salescontract.link with type arguments of type SalesContractItemTextModifier and TypeMethodDescriptionprotected SalesContractItemTextLink<ObjectT>SalesContractItemTextLink.translateLinkType(EntityLink<SalesContractItemTextLink<ObjectT>, SalesContractItemText, ObjectT> link) -
Uses of SalesContractItemText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SalesContractItemTextModifier and TypeMethodDescriptionDefaultSalesContractService.deleteSalesContractItemText(SalesContractItemText salesContractItemText) Deprecated.SalesContractService.deleteSalesContractItemText(SalesContractItemText salesContractItemText) Deprecated.Deletes an existingSalesContractItemTextentity in the S/4HANA system.DefaultSalesContractService.updateSalesContractItemText(SalesContractItemText salesContractItemText) Deprecated.SalesContractService.updateSalesContractItemText(SalesContractItemText salesContractItemText) Deprecated.Update an existingSalesContractItemTextentity and save it to the S/4HANA system.