Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorderwithoutcharge.SlsOrdWthoutChrgText
Packages that use SlsOrdWthoutChrgText
Package
Description
-
Uses of SlsOrdWthoutChrgText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorderwithoutcharge
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorderwithoutcharge with type parameters of type SlsOrdWthoutChrgTextModifier and TypeFieldDescriptionstatic final SalesOrderWithoutChargeLink<SlsOrdWthoutChrgText>SalesOrderWithoutCharge.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.salesorderwithoutcharge that return SlsOrdWthoutChrgTextModifier and TypeMethodDescriptionSlsOrdWthoutChrgText.SlsOrdWthoutChrgTextBuilder.build()protected SlsOrdWthoutChrgTextSlsOrdWthoutChrgTextDeleteFluentHelper.getEntity()protected SlsOrdWthoutChrgTextSlsOrdWthoutChrgTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorderwithoutcharge that return types with arguments of type SlsOrdWthoutChrgTextModifier and TypeMethodDescriptionSalesOrderWithoutCharge.fetchText()Fetches the SlsOrdWthoutChrgText entities (one to many) associated with this entity.protected Class<SlsOrdWthoutChrgText>SlsOrdWthoutChrgTextByKeyFluentHelper.getEntityClass()protected Class<SlsOrdWthoutChrgText>SlsOrdWthoutChrgTextFluentHelper.getEntityClass()io.vavr.control.Option<List<SlsOrdWthoutChrgText>>SalesOrderWithoutCharge.getTextIfPresent()Retrieval of associated SlsOrdWthoutChrgText entities (one to many).SalesOrderWithoutCharge.getTextOrFetch()Retrieval of associated SlsOrdWthoutChrgText entities (one to many).SlsOrdWthoutChrgText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorderwithoutcharge with parameters of type SlsOrdWthoutChrgTextModifier and TypeMethodDescriptionvoidSalesOrderWithoutCharge.addText(SlsOrdWthoutChrgText... entity) Adds elements to the list of associated SlsOrdWthoutChrgText entities.SalesOrderWithoutCharge.SalesOrderWithoutChargeBuilder.text(SlsOrdWthoutChrgText... value) Navigation property to_Text for SalesOrderWithoutCharge to multiple SlsOrdWthoutChrgText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorderwithoutcharge with type arguments of type SlsOrdWthoutChrgTextModifier and TypeMethodDescriptionvoidSalesOrderWithoutCharge.setText(List<SlsOrdWthoutChrgText> value) Overwrites the list of associated SlsOrdWthoutChrgText entities for the loaded navigation property to_Text.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorderwithoutcharge with parameters of type SlsOrdWthoutChrgTextModifierConstructorDescriptionSlsOrdWthoutChrgTextDeleteFluentHelper(String servicePath, SlsOrdWthoutChrgText entity, String entityCollection) Creates a fluent helper object that will delete aSlsOrdWthoutChrgTextentity on the OData endpoint.SlsOrdWthoutChrgTextUpdateFluentHelper(String servicePath, SlsOrdWthoutChrgText entity, String entityCollection) Creates a fluent helper object that will update aSlsOrdWthoutChrgTextentity on the OData endpoint. -
Uses of SlsOrdWthoutChrgText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorderwithoutcharge.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorderwithoutcharge.batch with parameters of type SlsOrdWthoutChrgTextModifier and TypeMethodDescriptionDefaultSalesOrderWithoutChargeServiceBatchChangeSet.deleteSlsOrdWthoutChrgText(SlsOrdWthoutChrgText slsOrdWthoutChrgText) SalesOrderWithoutChargeServiceBatchChangeSet.deleteSlsOrdWthoutChrgText(SlsOrdWthoutChrgText slsOrdWthoutChrgText) Deletes an existingSlsOrdWthoutChrgTextentity in the S/4HANA system.DefaultSalesOrderWithoutChargeServiceBatchChangeSet.updateSlsOrdWthoutChrgText(SlsOrdWthoutChrgText slsOrdWthoutChrgText) SalesOrderWithoutChargeServiceBatchChangeSet.updateSlsOrdWthoutChrgText(SlsOrdWthoutChrgText slsOrdWthoutChrgText) Update an existingSlsOrdWthoutChrgTextentity and save it to the S/4HANA system. -
Uses of SlsOrdWthoutChrgText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorderwithoutcharge.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorderwithoutcharge.link that return types with arguments of type SlsOrdWthoutChrgTextModifier and TypeMethodDescriptionSlsOrdWthoutChrgTextOneToOneLink.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.salesorderwithoutcharge.link with type arguments of type SlsOrdWthoutChrgTextModifier and TypeMethodDescriptionprotected SlsOrdWthoutChrgTextLink<ObjectT>SlsOrdWthoutChrgTextLink.translateLinkType(EntityLink<SlsOrdWthoutChrgTextLink<ObjectT>, SlsOrdWthoutChrgText, ObjectT> link) -
Uses of SlsOrdWthoutChrgText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SlsOrdWthoutChrgTextModifier and TypeMethodDescriptionDefaultSalesOrderWithoutChargeService.deleteSlsOrdWthoutChrgText(SlsOrdWthoutChrgText slsOrdWthoutChrgText) Deprecated.SalesOrderWithoutChargeService.deleteSlsOrdWthoutChrgText(SlsOrdWthoutChrgText slsOrdWthoutChrgText) Deprecated.Deletes an existingSlsOrdWthoutChrgTextentity in the S/4HANA system.DefaultSalesOrderWithoutChargeService.updateSlsOrdWthoutChrgText(SlsOrdWthoutChrgText slsOrdWthoutChrgText) Deprecated.SalesOrderWithoutChargeService.updateSlsOrdWthoutChrgText(SlsOrdWthoutChrgText slsOrdWthoutChrgText) Deprecated.Update an existingSlsOrdWthoutChrgTextentity and save it to the S/4HANA system.