Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.SlsOrderItemBillingPlanItem
Packages that use SlsOrderItemBillingPlanItem
Package
Description
-
Uses of SlsOrderItemBillingPlanItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder with type parameters of type SlsOrderItemBillingPlanItemModifier and TypeFieldDescriptionstatic final SalesOrderItemBillingPlanLink<SlsOrderItemBillingPlanItem>SalesOrderItemBillingPlan.TO_BILLING_PLAN_ITEMUse with available fluent helpers to apply the to_BillingPlanItem navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder that return SlsOrderItemBillingPlanItemModifier and TypeMethodDescriptionSlsOrderItemBillingPlanItem.SlsOrderItemBillingPlanItemBuilder.build()protected SlsOrderItemBillingPlanItemSlsOrderItemBillingPlanItemCreateFluentHelper.getEntity()protected SlsOrderItemBillingPlanItemSlsOrderItemBillingPlanItemDeleteFluentHelper.getEntity()protected SlsOrderItemBillingPlanItemSlsOrderItemBillingPlanItemUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder that return types with arguments of type SlsOrderItemBillingPlanItemModifier and TypeMethodDescriptionSalesOrderItemBillingPlan.fetchBillingPlanItem()Fetches the SlsOrderItemBillingPlanItem entities (one to many) associated with this entity.io.vavr.control.Option<List<SlsOrderItemBillingPlanItem>>SalesOrderItemBillingPlan.getBillingPlanItemIfPresent()Retrieval of associated SlsOrderItemBillingPlanItem entities (one to many).SalesOrderItemBillingPlan.getBillingPlanItemOrFetch()Retrieval of associated SlsOrderItemBillingPlanItem entities (one to many).protected Class<SlsOrderItemBillingPlanItem>SlsOrderItemBillingPlanItemByKeyFluentHelper.getEntityClass()protected Class<SlsOrderItemBillingPlanItem>SlsOrderItemBillingPlanItemFluentHelper.getEntityClass()SlsOrderItemBillingPlanItem.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder with parameters of type SlsOrderItemBillingPlanItemModifier and TypeMethodDescriptionvoidSalesOrderItemBillingPlan.addBillingPlanItem(SlsOrderItemBillingPlanItem... entity) Adds elements to the list of associated SlsOrderItemBillingPlanItem entities.SalesOrderItemBillingPlan.SalesOrderItemBillingPlanBuilder.billingPlanItem(SlsOrderItemBillingPlanItem... value) Navigation property to_BillingPlanItem for SalesOrderItemBillingPlan to multiple SlsOrderItemBillingPlanItem.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder with type arguments of type SlsOrderItemBillingPlanItemModifier and TypeMethodDescriptionvoidSalesOrderItemBillingPlan.setBillingPlanItem(List<SlsOrderItemBillingPlanItem> value) Overwrites the list of associated SlsOrderItemBillingPlanItem entities for the loaded navigation property to_BillingPlanItem.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder with parameters of type SlsOrderItemBillingPlanItemModifierConstructorDescriptionSlsOrderItemBillingPlanItemCreateFluentHelper(String servicePath, SlsOrderItemBillingPlanItem entity, String entityCollection) Creates a fluent helper object that will create aSlsOrderItemBillingPlanItementity on the OData endpoint.SlsOrderItemBillingPlanItemDeleteFluentHelper(String servicePath, SlsOrderItemBillingPlanItem entity, String entityCollection) Creates a fluent helper object that will delete aSlsOrderItemBillingPlanItementity on the OData endpoint.SlsOrderItemBillingPlanItemUpdateFluentHelper(String servicePath, SlsOrderItemBillingPlanItem entity, String entityCollection) Creates a fluent helper object that will update aSlsOrderItemBillingPlanItementity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder with type arguments of type SlsOrderItemBillingPlanItemModifierConstructorDescriptionSalesOrderItemBillingPlan(String salesOrder, String salesOrderItem, String billingPlan, Boolean billingPlanIsInHeader, LocalDateTime billingPlanStartDate, String billingPlanStartDateRule, String referenceBillingPlan, String billingPlanCategory, String billingPlanType, LocalDateTime billingPlanEndDate, String billingPlanEndDateRule, String billingPlanSearchTerm, List<SlsOrderItemBillingPlanItem> toBillingPlanItem, SalesOrder toSalesOrder, SalesOrderItem toSalesOrderItem) -
Uses of SlsOrderItemBillingPlanItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.batch with parameters of type SlsOrderItemBillingPlanItemModifier and TypeMethodDescriptionDefaultSalesOrderServiceBatchChangeSet.createSlsOrderItemBillingPlanItem(SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) SalesOrderServiceBatchChangeSet.createSlsOrderItemBillingPlanItem(SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Create a newSlsOrderItemBillingPlanItementity and save it to the S/4HANA system.DefaultSalesOrderServiceBatchChangeSet.deleteSlsOrderItemBillingPlanItem(SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) SalesOrderServiceBatchChangeSet.deleteSlsOrderItemBillingPlanItem(SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deletes an existingSlsOrderItemBillingPlanItementity in the S/4HANA system.DefaultSalesOrderServiceBatchChangeSet.updateSlsOrderItemBillingPlanItem(SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) SalesOrderServiceBatchChangeSet.updateSlsOrderItemBillingPlanItem(SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Update an existingSlsOrderItemBillingPlanItementity and save it to the S/4HANA system. -
Uses of SlsOrderItemBillingPlanItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.link that return types with arguments of type SlsOrderItemBillingPlanItemModifier and TypeMethodDescriptionSlsOrderItemBillingPlanItemOneToOneLink.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.salesorder.link with type arguments of type SlsOrderItemBillingPlanItemModifier and TypeMethodDescriptionprotected SlsOrderItemBillingPlanItemLink<ObjectT>SlsOrderItemBillingPlanItemLink.translateLinkType(EntityLink<SlsOrderItemBillingPlanItemLink<ObjectT>, SlsOrderItemBillingPlanItem, ObjectT> link) -
Uses of SlsOrderItemBillingPlanItem in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SlsOrderItemBillingPlanItemModifier and TypeMethodDescriptionDefaultSalesOrderService.createSlsOrderItemBillingPlanItem(SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deprecated.SalesOrderService.createSlsOrderItemBillingPlanItem(SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deprecated.Create a newSlsOrderItemBillingPlanItementity and save it to the S/4HANA system.DefaultSalesOrderService.deleteSlsOrderItemBillingPlanItem(SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deprecated.SalesOrderService.deleteSlsOrderItemBillingPlanItem(SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deprecated.Deletes an existingSlsOrderItemBillingPlanItementity in the S/4HANA system.DefaultSalesOrderService.updateSlsOrderItemBillingPlanItem(SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deprecated.SalesOrderService.updateSlsOrderItemBillingPlanItem(SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deprecated.Update an existingSlsOrderItemBillingPlanItementity and save it to the S/4HANA system.