Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.ServiceContrItemPriceElement
Packages that use ServiceContrItemPriceElement
Package
Description
-
Uses of ServiceContrItemPriceElement in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract with type parameters of type ServiceContrItemPriceElementModifier and TypeFieldDescriptionstatic final ServiceContractItemLink<ServiceContrItemPriceElement>ServiceContractItem.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.servicecontract that return ServiceContrItemPriceElementModifier and TypeMethodDescriptionServiceContrItemPriceElement.ServiceContrItemPriceElementBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract that return types with arguments of type ServiceContrItemPriceElementModifier and TypeMethodDescriptionServiceContractItem.fetchPricingElement()Fetches the ServiceContrItemPriceElement entities (one to many) associated with this entity.protected Class<ServiceContrItemPriceElement>ServiceContrItemPriceElementByKeyFluentHelper.getEntityClass()protected Class<ServiceContrItemPriceElement>ServiceContrItemPriceElementFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceContrItemPriceElement>>ServiceContractItem.getPricingElementIfPresent()Retrieval of associated ServiceContrItemPriceElement entities (one to many).ServiceContractItem.getPricingElementOrFetch()Retrieval of associated ServiceContrItemPriceElement entities (one to many).ServiceContrItemPriceElement.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract with parameters of type ServiceContrItemPriceElementModifier and TypeMethodDescriptionvoidServiceContractItem.addPricingElement(ServiceContrItemPriceElement... entity) Adds elements to the list of associated ServiceContrItemPriceElement entities.ServiceContractItem.ServiceContractItemBuilder.pricingElement(ServiceContrItemPriceElement... value) Navigation property to_PricingElement for ServiceContractItem to multiple ServiceContrItemPriceElement.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract with type arguments of type ServiceContrItemPriceElementModifier and TypeMethodDescriptionvoidServiceContractItem.setPricingElement(List<ServiceContrItemPriceElement> value) Overwrites the list of associated ServiceContrItemPriceElement entities for the loaded navigation property to_PricingElement. -
Uses of ServiceContrItemPriceElement in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.link that return types with arguments of type ServiceContrItemPriceElementModifier and TypeMethodDescriptionServiceContrItemPriceElementOneToOneLink.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.servicecontract.link with type arguments of type ServiceContrItemPriceElementModifier and TypeMethodDescriptionprotected ServiceContrItemPriceElementLink<ObjectT>ServiceContrItemPriceElementLink.translateLinkType(EntityLink<ServiceContrItemPriceElementLink<ObjectT>, ServiceContrItemPriceElement, ObjectT> link)