Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.ServiceConfItemPriceElement
Packages that use ServiceConfItemPriceElement
Package
Description
-
Uses of ServiceConfItemPriceElement in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with type parameters of type ServiceConfItemPriceElementModifier and TypeFieldDescriptionstatic final ServiceConfirmationItemLink<ServiceConfItemPriceElement>ServiceConfirmationItem.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.serviceconfirmation that return ServiceConfItemPriceElementModifier and TypeMethodDescriptionServiceConfItemPriceElement.ServiceConfItemPriceElementBuilder.build()protected ServiceConfItemPriceElementServiceConfItemPriceElementCreateFluentHelper.getEntity()protected ServiceConfItemPriceElementServiceConfItemPriceElementUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation that return types with arguments of type ServiceConfItemPriceElementModifier and TypeMethodDescriptionServiceConfirmationItem.fetchPricingElement()Fetches the ServiceConfItemPriceElement entities (one to many) associated with this entity.protected Class<ServiceConfItemPriceElement>ServiceConfItemPriceElementByKeyFluentHelper.getEntityClass()protected Class<ServiceConfItemPriceElement>ServiceConfItemPriceElementFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceConfItemPriceElement>>ServiceConfirmationItem.getPricingElementIfPresent()Retrieval of associated ServiceConfItemPriceElement entities (one to many).ServiceConfirmationItem.getPricingElementOrFetch()Retrieval of associated ServiceConfItemPriceElement entities (one to many).ServiceConfItemPriceElement.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type ServiceConfItemPriceElementModifier and TypeMethodDescriptionvoidServiceConfirmationItem.addPricingElement(ServiceConfItemPriceElement... entity) Adds elements to the list of associated ServiceConfItemPriceElement entities.ServiceConfirmationItem.ServiceConfirmationItemBuilder.pricingElement(ServiceConfItemPriceElement... value) Navigation property to_PricingElement for ServiceConfirmationItem to multiple ServiceConfItemPriceElement.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with type arguments of type ServiceConfItemPriceElementModifier and TypeMethodDescriptionvoidServiceConfirmationItem.setPricingElement(List<ServiceConfItemPriceElement> value) Overwrites the list of associated ServiceConfItemPriceElement entities for the loaded navigation property to_PricingElement.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type ServiceConfItemPriceElementModifierConstructorDescriptionServiceConfItemPriceElementCreateFluentHelper(String servicePath, ServiceConfItemPriceElement entity, String entityCollection) Creates a fluent helper object that will create aServiceConfItemPriceElemententity on the OData endpoint.ServiceConfItemPriceElementUpdateFluentHelper(String servicePath, ServiceConfItemPriceElement entity, String entityCollection) Creates a fluent helper object that will update aServiceConfItemPriceElemententity on the OData endpoint. -
Uses of ServiceConfItemPriceElement in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.batch with parameters of type ServiceConfItemPriceElementModifier and TypeMethodDescriptionDefaultServiceConfirmationServiceBatchChangeSet.createServiceConfItemPriceElement(ServiceConfItemPriceElement serviceConfItemPriceElement) ServiceConfirmationServiceBatchChangeSet.createServiceConfItemPriceElement(ServiceConfItemPriceElement serviceConfItemPriceElement) Create a newServiceConfItemPriceElemententity and save it to the S/4HANA system.DefaultServiceConfirmationServiceBatchChangeSet.updateServiceConfItemPriceElement(ServiceConfItemPriceElement serviceConfItemPriceElement) ServiceConfirmationServiceBatchChangeSet.updateServiceConfItemPriceElement(ServiceConfItemPriceElement serviceConfItemPriceElement) Update an existingServiceConfItemPriceElemententity and save it to the S/4HANA system. -
Uses of ServiceConfItemPriceElement in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.link that return types with arguments of type ServiceConfItemPriceElementModifier and TypeMethodDescriptionServiceConfItemPriceElementOneToOneLink.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.serviceconfirmation.link with type arguments of type ServiceConfItemPriceElementModifier and TypeMethodDescriptionprotected ServiceConfItemPriceElementLink<ObjectT>ServiceConfItemPriceElementLink.translateLinkType(EntityLink<ServiceConfItemPriceElementLink<ObjectT>, ServiceConfItemPriceElement, ObjectT> link) -
Uses of ServiceConfItemPriceElement in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceConfItemPriceElementModifier and TypeMethodDescriptionDefaultServiceConfirmationService.createServiceConfItemPriceElement(ServiceConfItemPriceElement serviceConfItemPriceElement) Deprecated.ServiceConfirmationService.createServiceConfItemPriceElement(ServiceConfItemPriceElement serviceConfItemPriceElement) Deprecated.Create a newServiceConfItemPriceElemententity and save it to the S/4HANA system.DefaultServiceConfirmationService.updateServiceConfItemPriceElement(ServiceConfItemPriceElement serviceConfItemPriceElement) Deprecated.ServiceConfirmationService.updateServiceConfItemPriceElement(ServiceConfItemPriceElement serviceConfItemPriceElement) Deprecated.Update an existingServiceConfItemPriceElemententity and save it to the S/4HANA system.