Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2.ServiceQuotationItem
Packages that use ServiceQuotationItem
Package
Description
-
Uses of ServiceQuotationItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2 with type parameters of type ServiceQuotationItemModifier and TypeFieldDescriptionstatic final ServiceQuotationLink<ServiceQuotationItem>ServiceQuotation.TO_ITEMUse with available fluent helpers to apply the to_Item navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2 that return ServiceQuotationItemModifier and TypeMethodDescriptionServiceQuotationItem.ServiceQuotationItemBuilder.build()protected ServiceQuotationItemServiceQuotationItemCreateFluentHelper.getEntity()protected ServiceQuotationItemServiceQuotationItemDeleteFluentHelper.getEntity()protected ServiceQuotationItemServiceQuotationItemUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2 that return types with arguments of type ServiceQuotationItemModifier and TypeMethodDescriptionServiceQuotation.fetchItem()Fetches the ServiceQuotationItem entities (one to many) associated with this entity.protected Class<ServiceQuotationItem>ServiceQuotationItemByKeyFluentHelper.getEntityClass()protected Class<ServiceQuotationItem>ServiceQuotationItemFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceQuotationItem>>ServiceQuotation.getItemIfPresent()Retrieval of associated ServiceQuotationItem entities (one to many).ServiceQuotation.getItemOrFetch()Retrieval of associated ServiceQuotationItem entities (one to many).ServiceQuotationItem.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2 with parameters of type ServiceQuotationItemModifier and TypeMethodDescriptionvoidServiceQuotation.addItem(ServiceQuotationItem... entity) Adds elements to the list of associated ServiceQuotationItem entities.ServiceQuotation.ServiceQuotationBuilder.item(ServiceQuotationItem... value) Navigation property to_Item for ServiceQuotation to multiple ServiceQuotationItem.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2 with type arguments of type ServiceQuotationItemModifier and TypeMethodDescriptionvoidServiceQuotation.setItem(List<ServiceQuotationItem> value) Overwrites the list of associated ServiceQuotationItem entities for the loaded navigation property to_Item.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2 with parameters of type ServiceQuotationItemModifierConstructorDescriptionServiceQuotationItemCreateFluentHelper(String servicePath, ServiceQuotationItem entity, String entityCollection) Creates a fluent helper object that will create aServiceQuotationItementity on the OData endpoint.ServiceQuotationItemDeleteFluentHelper(String servicePath, ServiceQuotationItem entity, String entityCollection) Creates a fluent helper object that will delete aServiceQuotationItementity on the OData endpoint.ServiceQuotationItemUpdateFluentHelper(String servicePath, ServiceQuotationItem entity, String entityCollection) Creates a fluent helper object that will update aServiceQuotationItementity on the OData endpoint. -
Uses of ServiceQuotationItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2.batch with parameters of type ServiceQuotationItemModifier and TypeMethodDescriptionDefaultServiceQuotationV2ServiceBatchChangeSet.createServiceQuotationItem(ServiceQuotationItem serviceQuotationItem) ServiceQuotationV2ServiceBatchChangeSet.createServiceQuotationItem(ServiceQuotationItem serviceQuotationItem) Create a newServiceQuotationItementity and save it to the S/4HANA system.DefaultServiceQuotationV2ServiceBatchChangeSet.deleteServiceQuotationItem(ServiceQuotationItem serviceQuotationItem) ServiceQuotationV2ServiceBatchChangeSet.deleteServiceQuotationItem(ServiceQuotationItem serviceQuotationItem) Deletes an existingServiceQuotationItementity in the S/4HANA system.DefaultServiceQuotationV2ServiceBatchChangeSet.updateServiceQuotationItem(ServiceQuotationItem serviceQuotationItem) ServiceQuotationV2ServiceBatchChangeSet.updateServiceQuotationItem(ServiceQuotationItem serviceQuotationItem) Update an existingServiceQuotationItementity and save it to the S/4HANA system. -
Uses of ServiceQuotationItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2.link that return types with arguments of type ServiceQuotationItemModifier and TypeMethodDescriptionServiceQuotationItemOneToOneLink.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.servicequotationv2.link with type arguments of type ServiceQuotationItemModifier and TypeMethodDescriptionprotected ServiceQuotationItemLink<ObjectT>ServiceQuotationItemLink.translateLinkType(EntityLink<ServiceQuotationItemLink<ObjectT>, ServiceQuotationItem, ObjectT> link) -
Uses of ServiceQuotationItem in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceQuotationItemModifier and TypeMethodDescriptionDefaultServiceQuotationV2Service.createServiceQuotationItem(ServiceQuotationItem serviceQuotationItem) Deprecated.ServiceQuotationV2Service.createServiceQuotationItem(ServiceQuotationItem serviceQuotationItem) Deprecated.Create a newServiceQuotationItementity and save it to the S/4HANA system.DefaultServiceQuotationV2Service.deleteServiceQuotationItem(ServiceQuotationItem serviceQuotationItem) Deprecated.ServiceQuotationV2Service.deleteServiceQuotationItem(ServiceQuotationItem serviceQuotationItem) Deprecated.Deletes an existingServiceQuotationItementity in the S/4HANA system.DefaultServiceQuotationV2Service.updateServiceQuotationItem(ServiceQuotationItem serviceQuotationItem) Deprecated.ServiceQuotationV2Service.updateServiceQuotationItem(ServiceQuotationItem serviceQuotationItem) Deprecated.Update an existingServiceQuotationItementity and save it to the S/4HANA system.