Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.ServiceOrderPriceElement
Packages that use ServiceOrderPriceElement
Package
Description
-
Uses of ServiceOrderPriceElement in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type parameters of type ServiceOrderPriceElementModifier and TypeFieldDescriptionstatic final ServiceOrderLink<ServiceOrderPriceElement>ServiceOrder.TO_PRICING_ELEMENTUse with available fluent helpers to apply the to_PricingElement navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return ServiceOrderPriceElementModifier and TypeMethodDescriptionServiceOrderPriceElement.ServiceOrderPriceElementBuilder.build()protected ServiceOrderPriceElementServiceOrderPriceElementCreateFluentHelper.getEntity()protected ServiceOrderPriceElementServiceOrderPriceElementUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type ServiceOrderPriceElementModifier and TypeMethodDescriptionServiceOrder.fetchPricingElement()Fetches the ServiceOrderPriceElement entities (one to many) associated with this entity.protected Class<ServiceOrderPriceElement>ServiceOrderPriceElementByKeyFluentHelper.getEntityClass()protected Class<ServiceOrderPriceElement>ServiceOrderPriceElementFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceOrderPriceElement>>ServiceOrder.getPricingElementIfPresent()Retrieval of associated ServiceOrderPriceElement entities (one to many).ServiceOrder.getPricingElementOrFetch()Retrieval of associated ServiceOrderPriceElement entities (one to many).ServiceOrderPriceElement.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrderPriceElementModifier and TypeMethodDescriptionvoidServiceOrder.addPricingElement(ServiceOrderPriceElement... entity) Adds elements to the list of associated ServiceOrderPriceElement entities.ServiceOrder.ServiceOrderBuilder.pricingElement(ServiceOrderPriceElement... value) Navigation property to_PricingElement for ServiceOrder to multiple ServiceOrderPriceElement.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type ServiceOrderPriceElementModifier and TypeMethodDescriptionvoidServiceOrder.setPricingElement(List<ServiceOrderPriceElement> value) Overwrites the list of associated ServiceOrderPriceElement entities for the loaded navigation property to_PricingElement.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrderPriceElementModifierConstructorDescriptionServiceOrderPriceElementCreateFluentHelper(String servicePath, ServiceOrderPriceElement entity, String entityCollection) Creates a fluent helper object that will create aServiceOrderPriceElemententity on the OData endpoint.ServiceOrderPriceElementUpdateFluentHelper(String servicePath, ServiceOrderPriceElement entity, String entityCollection) Creates a fluent helper object that will update aServiceOrderPriceElemententity on the OData endpoint. -
Uses of ServiceOrderPriceElement in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.batch with parameters of type ServiceOrderPriceElementModifier and TypeMethodDescriptionDefaultServiceOrderServiceBatchChangeSet.createServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement) ServiceOrderServiceBatchChangeSet.createServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement) Create a newServiceOrderPriceElemententity and save it to the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.updateServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement) ServiceOrderServiceBatchChangeSet.updateServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement) Update an existingServiceOrderPriceElemententity and save it to the S/4HANA system. -
Uses of ServiceOrderPriceElement in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link that return types with arguments of type ServiceOrderPriceElementModifier and TypeMethodDescriptionServiceOrderPriceElementOneToOneLink.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.serviceorder.link with type arguments of type ServiceOrderPriceElementModifier and TypeMethodDescriptionprotected ServiceOrderPriceElementLink<ObjectT>ServiceOrderPriceElementLink.translateLinkType(EntityLink<ServiceOrderPriceElementLink<ObjectT>, ServiceOrderPriceElement, ObjectT> link) -
Uses of ServiceOrderPriceElement in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceOrderPriceElementModifier and TypeMethodDescriptionDefaultServiceOrderService.createServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement) Deprecated.ServiceOrderService.createServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement) Deprecated.Create a newServiceOrderPriceElemententity and save it to the S/4HANA system.DefaultServiceOrderService.updateServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement) Deprecated.ServiceOrderService.updateServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement) Deprecated.Update an existingServiceOrderPriceElemententity and save it to the S/4HANA system.