Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.ServiceContrItemObjectList
Packages that use ServiceContrItemObjectList
Package
Description
-
Uses of ServiceContrItemObjectList 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 ServiceContrItemObjectListModifier and TypeFieldDescriptionstatic final ServiceContractItemLink<ServiceContrItemObjectList>ServiceContractItem.TO_OBJECT_LISTUse with available fluent helpers to apply the to_ObjectList navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract that return ServiceContrItemObjectListModifier and TypeMethodDescriptionServiceContrItemObjectList.ServiceContrItemObjectListBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract that return types with arguments of type ServiceContrItemObjectListModifier and TypeMethodDescriptionServiceContractItem.fetchObjectList()Fetches the ServiceContrItemObjectList entities (one to many) associated with this entity.protected Class<ServiceContrItemObjectList>ServiceContrItemObjectListByKeyFluentHelper.getEntityClass()protected Class<ServiceContrItemObjectList>ServiceContrItemObjectListFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceContrItemObjectList>>ServiceContractItem.getObjectListIfPresent()Retrieval of associated ServiceContrItemObjectList entities (one to many).ServiceContractItem.getObjectListOrFetch()Retrieval of associated ServiceContrItemObjectList entities (one to many).ServiceContrItemObjectList.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract with parameters of type ServiceContrItemObjectListModifier and TypeMethodDescriptionvoidServiceContractItem.addObjectList(ServiceContrItemObjectList... entity) Adds elements to the list of associated ServiceContrItemObjectList entities.ServiceContractItem.ServiceContractItemBuilder.objectList(ServiceContrItemObjectList... value) Navigation property to_ObjectList for ServiceContractItem to multiple ServiceContrItemObjectList.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract with type arguments of type ServiceContrItemObjectListModifier and TypeMethodDescriptionvoidServiceContractItem.setObjectList(List<ServiceContrItemObjectList> value) Overwrites the list of associated ServiceContrItemObjectList entities for the loaded navigation property to_ObjectList. -
Uses of ServiceContrItemObjectList 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 ServiceContrItemObjectListModifier and TypeMethodDescriptionServiceContrItemObjectListOneToOneLink.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 ServiceContrItemObjectListModifier and TypeMethodDescriptionprotected ServiceContrItemObjectListLink<ObjectT>ServiceContrItemObjectListLink.translateLinkType(EntityLink<ServiceContrItemObjectListLink<ObjectT>, ServiceContrItemObjectList, ObjectT> link)