Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesschedulingagreement.SalesSchedgAgrmtText
Packages that use SalesSchedgAgrmtText
Package
Description
-
Uses of SalesSchedgAgrmtText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesschedulingagreement
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesschedulingagreement with type parameters of type SalesSchedgAgrmtTextModifier and TypeFieldDescriptionstatic final SalesSchedgAgrmtLink<SalesSchedgAgrmtText>SalesSchedgAgrmt.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.salesschedulingagreement that return SalesSchedgAgrmtTextModifier and TypeMethodDescriptionSalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder.build()protected SalesSchedgAgrmtTextSalesSchedgAgrmtTextDeleteFluentHelper.getEntity()protected SalesSchedgAgrmtTextSalesSchedgAgrmtTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesschedulingagreement that return types with arguments of type SalesSchedgAgrmtTextModifier and TypeMethodDescriptionSalesSchedgAgrmt.fetchText()Fetches the SalesSchedgAgrmtText entities (one to many) associated with this entity.protected Class<SalesSchedgAgrmtText>SalesSchedgAgrmtTextByKeyFluentHelper.getEntityClass()protected Class<SalesSchedgAgrmtText>SalesSchedgAgrmtTextFluentHelper.getEntityClass()io.vavr.control.Option<List<SalesSchedgAgrmtText>>SalesSchedgAgrmt.getTextIfPresent()Retrieval of associated SalesSchedgAgrmtText entities (one to many).SalesSchedgAgrmt.getTextOrFetch()Retrieval of associated SalesSchedgAgrmtText entities (one to many).SalesSchedgAgrmtText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesschedulingagreement with parameters of type SalesSchedgAgrmtTextModifier and TypeMethodDescriptionvoidSalesSchedgAgrmt.addText(SalesSchedgAgrmtText... entity) Adds elements to the list of associated SalesSchedgAgrmtText entities.SalesSchedgAgrmt.SalesSchedgAgrmtBuilder.text(SalesSchedgAgrmtText... value) Navigation property to_Text for SalesSchedgAgrmt to multiple SalesSchedgAgrmtText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesschedulingagreement with type arguments of type SalesSchedgAgrmtTextModifier and TypeMethodDescriptionvoidSalesSchedgAgrmt.setText(List<SalesSchedgAgrmtText> value) Overwrites the list of associated SalesSchedgAgrmtText entities for the loaded navigation property to_Text.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesschedulingagreement with parameters of type SalesSchedgAgrmtTextModifierConstructorDescriptionSalesSchedgAgrmtTextDeleteFluentHelper(String servicePath, SalesSchedgAgrmtText entity, String entityCollection) Creates a fluent helper object that will delete aSalesSchedgAgrmtTextentity on the OData endpoint.SalesSchedgAgrmtTextUpdateFluentHelper(String servicePath, SalesSchedgAgrmtText entity, String entityCollection) Creates a fluent helper object that will update aSalesSchedgAgrmtTextentity on the OData endpoint. -
Uses of SalesSchedgAgrmtText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesschedulingagreement.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesschedulingagreement.batch with parameters of type SalesSchedgAgrmtTextModifier and TypeMethodDescriptionDefaultSalesSchedulingAgreementServiceBatchChangeSet.deleteSalesSchedgAgrmtText(SalesSchedgAgrmtText salesSchedgAgrmtText) SalesSchedulingAgreementServiceBatchChangeSet.deleteSalesSchedgAgrmtText(SalesSchedgAgrmtText salesSchedgAgrmtText) Deletes an existingSalesSchedgAgrmtTextentity in the S/4HANA system.DefaultSalesSchedulingAgreementServiceBatchChangeSet.updateSalesSchedgAgrmtText(SalesSchedgAgrmtText salesSchedgAgrmtText) SalesSchedulingAgreementServiceBatchChangeSet.updateSalesSchedgAgrmtText(SalesSchedgAgrmtText salesSchedgAgrmtText) Update an existingSalesSchedgAgrmtTextentity and save it to the S/4HANA system. -
Uses of SalesSchedgAgrmtText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesschedulingagreement.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesschedulingagreement.link that return types with arguments of type SalesSchedgAgrmtTextModifier and TypeMethodDescriptionSalesSchedgAgrmtTextOneToOneLink.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.salesschedulingagreement.link with type arguments of type SalesSchedgAgrmtTextModifier and TypeMethodDescriptionprotected SalesSchedgAgrmtTextLink<ObjectT>SalesSchedgAgrmtTextLink.translateLinkType(EntityLink<SalesSchedgAgrmtTextLink<ObjectT>, SalesSchedgAgrmtText, ObjectT> link) -
Uses of SalesSchedgAgrmtText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SalesSchedgAgrmtTextModifier and TypeMethodDescriptionDefaultSalesSchedulingAgreementService.deleteSalesSchedgAgrmtText(SalesSchedgAgrmtText salesSchedgAgrmtText) Deprecated.SalesSchedulingAgreementService.deleteSalesSchedgAgrmtText(SalesSchedgAgrmtText salesSchedgAgrmtText) Deprecated.Deletes an existingSalesSchedgAgrmtTextentity in the S/4HANA system.DefaultSalesSchedulingAgreementService.updateSalesSchedgAgrmtText(SalesSchedgAgrmtText salesSchedgAgrmtText) Deprecated.SalesSchedulingAgreementService.updateSalesSchedgAgrmtText(SalesSchedgAgrmtText salesSchedgAgrmtText) Deprecated.Update an existingSalesSchedgAgrmtTextentity and save it to the S/4HANA system.