Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.SrvcContrItemProduct
Packages that use SrvcContrItemProduct
Package
Description
-
Uses of SrvcContrItemProduct 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 SrvcContrItemProductModifier and TypeFieldDescriptionstatic final ServiceContractItemLink<SrvcContrItemProduct>ServiceContractItem.TO_PRODUCT_LISTUse with available fluent helpers to apply the to_ProductList navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract that return SrvcContrItemProductMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract that return types with arguments of type SrvcContrItemProductModifier and TypeMethodDescriptionServiceContractItem.fetchProductList()Fetches the SrvcContrItemProduct entities (one to many) associated with this entity.protected Class<SrvcContrItemProduct>SrvcContrItemProductByKeyFluentHelper.getEntityClass()protected Class<SrvcContrItemProduct>SrvcContrItemProductFluentHelper.getEntityClass()io.vavr.control.Option<List<SrvcContrItemProduct>>ServiceContractItem.getProductListIfPresent()Retrieval of associated SrvcContrItemProduct entities (one to many).ServiceContractItem.getProductListOrFetch()Retrieval of associated SrvcContrItemProduct entities (one to many).SrvcContrItemProduct.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract with parameters of type SrvcContrItemProductModifier and TypeMethodDescriptionvoidServiceContractItem.addProductList(SrvcContrItemProduct... entity) Adds elements to the list of associated SrvcContrItemProduct entities.ServiceContractItem.ServiceContractItemBuilder.productList(SrvcContrItemProduct... value) Navigation property to_ProductList for ServiceContractItem to multiple SrvcContrItemProduct.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract with type arguments of type SrvcContrItemProductModifier and TypeMethodDescriptionvoidServiceContractItem.setProductList(List<SrvcContrItemProduct> value) Overwrites the list of associated SrvcContrItemProduct entities for the loaded navigation property to_ProductList. -
Uses of SrvcContrItemProduct 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 SrvcContrItemProductModifier and TypeMethodDescriptionSrvcContrItemProductOneToOneLink.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 SrvcContrItemProductModifier and TypeMethodDescriptionprotected SrvcContrItemProductLink<ObjectT>SrvcContrItemProductLink.translateLinkType(EntityLink<SrvcContrItemProductLink<ObjectT>, SrvcContrItemProduct, ObjectT> link)