Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.ServiceConfPriceElement
Packages that use ServiceConfPriceElement
Package
Description
-
Uses of ServiceConfPriceElement 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 ServiceConfPriceElementModifier and TypeFieldDescriptionstatic final ServiceConfirmationLink<ServiceConfPriceElement>ServiceConfirmation.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 ServiceConfPriceElementModifier and TypeMethodDescriptionServiceConfPriceElement.ServiceConfPriceElementBuilder.build()protected ServiceConfPriceElementServiceConfPriceElementCreateFluentHelper.getEntity()protected ServiceConfPriceElementServiceConfPriceElementUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation that return types with arguments of type ServiceConfPriceElementModifier and TypeMethodDescriptionServiceConfirmation.fetchPricingElement()Fetches the ServiceConfPriceElement entities (one to many) associated with this entity.protected Class<ServiceConfPriceElement>ServiceConfPriceElementByKeyFluentHelper.getEntityClass()protected Class<ServiceConfPriceElement>ServiceConfPriceElementFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceConfPriceElement>>ServiceConfirmation.getPricingElementIfPresent()Retrieval of associated ServiceConfPriceElement entities (one to many).ServiceConfirmation.getPricingElementOrFetch()Retrieval of associated ServiceConfPriceElement entities (one to many).ServiceConfPriceElement.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type ServiceConfPriceElementModifier and TypeMethodDescriptionvoidServiceConfirmation.addPricingElement(ServiceConfPriceElement... entity) Adds elements to the list of associated ServiceConfPriceElement entities.ServiceConfirmation.ServiceConfirmationBuilder.pricingElement(ServiceConfPriceElement... value) Navigation property to_PricingElement for ServiceConfirmation to multiple ServiceConfPriceElement.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with type arguments of type ServiceConfPriceElementModifier and TypeMethodDescriptionvoidServiceConfirmation.setPricingElement(List<ServiceConfPriceElement> value) Overwrites the list of associated ServiceConfPriceElement entities for the loaded navigation property to_PricingElement.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type ServiceConfPriceElementModifierConstructorDescriptionServiceConfPriceElementCreateFluentHelper(String servicePath, ServiceConfPriceElement entity, String entityCollection) Creates a fluent helper object that will create aServiceConfPriceElemententity on the OData endpoint.ServiceConfPriceElementUpdateFluentHelper(String servicePath, ServiceConfPriceElement entity, String entityCollection) Creates a fluent helper object that will update aServiceConfPriceElemententity on the OData endpoint. -
Uses of ServiceConfPriceElement 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 ServiceConfPriceElementModifier and TypeMethodDescriptionDefaultServiceConfirmationServiceBatchChangeSet.createServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement) ServiceConfirmationServiceBatchChangeSet.createServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement) Create a newServiceConfPriceElemententity and save it to the S/4HANA system.DefaultServiceConfirmationServiceBatchChangeSet.updateServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement) ServiceConfirmationServiceBatchChangeSet.updateServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement) Update an existingServiceConfPriceElemententity and save it to the S/4HANA system. -
Uses of ServiceConfPriceElement 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 ServiceConfPriceElementModifier and TypeMethodDescriptionServiceConfPriceElementOneToOneLink.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 ServiceConfPriceElementModifier and TypeMethodDescriptionprotected ServiceConfPriceElementLink<ObjectT>ServiceConfPriceElementLink.translateLinkType(EntityLink<ServiceConfPriceElementLink<ObjectT>, ServiceConfPriceElement, ObjectT> link) -
Uses of ServiceConfPriceElement in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceConfPriceElementModifier and TypeMethodDescriptionDefaultServiceConfirmationService.createServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement) Deprecated.ServiceConfirmationService.createServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement) Deprecated.Create a newServiceConfPriceElemententity and save it to the S/4HANA system.DefaultServiceConfirmationService.updateServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement) Deprecated.ServiceConfirmationService.updateServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement) Deprecated.Update an existingServiceConfPriceElemententity and save it to the S/4HANA system.