Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.SalesContractText
Packages that use SalesContractText
Package
Description
-
Uses of SalesContractText 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 SalesContractTextModifier and TypeFieldDescriptionstatic final SalesContractLink<SalesContractText>SalesContract.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 SalesContractTextModifier and TypeMethodDescriptionSalesContractText.SalesContractTextBuilder.build()protected SalesContractTextSalesContractTextDeleteFluentHelper.getEntity()protected SalesContractTextSalesContractTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract that return types with arguments of type SalesContractTextModifier and TypeMethodDescriptionSalesContract.fetchText()Fetches the SalesContractText entities (one to many) associated with this entity.protected Class<SalesContractText>SalesContractTextByKeyFluentHelper.getEntityClass()protected Class<SalesContractText>SalesContractTextFluentHelper.getEntityClass()io.vavr.control.Option<List<SalesContractText>>SalesContract.getTextIfPresent()Retrieval of associated SalesContractText entities (one to many).SalesContract.getTextOrFetch()Retrieval of associated SalesContractText entities (one to many).SalesContractText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with parameters of type SalesContractTextModifier and TypeMethodDescriptionvoidSalesContract.addText(SalesContractText... entity) Adds elements to the list of associated SalesContractText entities.SalesContract.SalesContractBuilder.text(SalesContractText... value) Navigation property to_Text for SalesContract to multiple SalesContractText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with type arguments of type SalesContractTextModifier and TypeMethodDescriptionvoidSalesContract.setText(List<SalesContractText> value) Overwrites the list of associated SalesContractText entities for the loaded navigation property to_Text.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with parameters of type SalesContractTextModifierConstructorDescriptionSalesContractTextDeleteFluentHelper(String servicePath, SalesContractText entity, String entityCollection) Creates a fluent helper object that will delete aSalesContractTextentity on the OData endpoint.SalesContractTextUpdateFluentHelper(String servicePath, SalesContractText entity, String entityCollection) Creates a fluent helper object that will update aSalesContractTextentity on the OData endpoint. -
Uses of SalesContractText 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 SalesContractTextModifier and TypeMethodDescriptionDefaultSalesContractServiceBatchChangeSet.deleteSalesContractText(SalesContractText salesContractText) SalesContractServiceBatchChangeSet.deleteSalesContractText(SalesContractText salesContractText) Deletes an existingSalesContractTextentity in the S/4HANA system.DefaultSalesContractServiceBatchChangeSet.updateSalesContractText(SalesContractText salesContractText) SalesContractServiceBatchChangeSet.updateSalesContractText(SalesContractText salesContractText) Update an existingSalesContractTextentity and save it to the S/4HANA system. -
Uses of SalesContractText 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 SalesContractTextModifier and TypeMethodDescriptionSalesContractTextOneToOneLink.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 SalesContractTextModifier and TypeMethodDescriptionprotected SalesContractTextLink<ObjectT>SalesContractTextLink.translateLinkType(EntityLink<SalesContractTextLink<ObjectT>, SalesContractText, ObjectT> link) -
Uses of SalesContractText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SalesContractTextModifier and TypeMethodDescriptionDefaultSalesContractService.deleteSalesContractText(SalesContractText salesContractText) Deprecated.SalesContractService.deleteSalesContractText(SalesContractText salesContractText) Deprecated.Deletes an existingSalesContractTextentity in the S/4HANA system.DefaultSalesContractService.updateSalesContractText(SalesContractText salesContractText) Deprecated.SalesContractService.updateSalesContractText(SalesContractText salesContractText) Deprecated.Update an existingSalesContractTextentity and save it to the S/4HANA system.