Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.ServiceOrderItem
Packages that use ServiceOrderItem
Package
Description
-
Uses of ServiceOrderItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type parameters of type ServiceOrderItemModifier and TypeFieldDescriptionstatic final ServiceOrderLink<ServiceOrderItem>ServiceOrder.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.serviceorder that return ServiceOrderItemModifier and TypeMethodDescriptionServiceOrderItem.ServiceOrderItemBuilder.build()protected ServiceOrderItemServiceOrderItemCreateFluentHelper.getEntity()protected ServiceOrderItemServiceOrderItemDeleteFluentHelper.getEntity()protected ServiceOrderItemServiceOrderItemUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type ServiceOrderItemModifier and TypeMethodDescriptionServiceOrder.fetchItem()Fetches the ServiceOrderItem entities (one to many) associated with this entity.protected Class<ServiceOrderItem>ServiceOrderItemByKeyFluentHelper.getEntityClass()protected Class<ServiceOrderItem>ServiceOrderItemFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceOrderItem>>ServiceOrder.getItemIfPresent()Retrieval of associated ServiceOrderItem entities (one to many).ServiceOrder.getItemOrFetch()Retrieval of associated ServiceOrderItem entities (one to many).ServiceOrderItem.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrderItemModifier and TypeMethodDescriptionvoidServiceOrder.addItem(ServiceOrderItem... entity) Adds elements to the list of associated ServiceOrderItem entities.ServiceOrder.ServiceOrderBuilder.item(ServiceOrderItem... value) Navigation property to_Item for ServiceOrder to multiple ServiceOrderItem.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type ServiceOrderItemModifier and TypeMethodDescriptionvoidServiceOrder.setItem(List<ServiceOrderItem> value) Overwrites the list of associated ServiceOrderItem entities for the loaded navigation property to_Item.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrderItemModifierConstructorDescriptionServiceOrderItemCreateFluentHelper(String servicePath, ServiceOrderItem entity, String entityCollection) Creates a fluent helper object that will create aServiceOrderItementity on the OData endpoint.ServiceOrderItemDeleteFluentHelper(String servicePath, ServiceOrderItem entity, String entityCollection) Creates a fluent helper object that will delete aServiceOrderItementity on the OData endpoint.ServiceOrderItemUpdateFluentHelper(String servicePath, ServiceOrderItem entity, String entityCollection) Creates a fluent helper object that will update aServiceOrderItementity on the OData endpoint. -
Uses of ServiceOrderItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.batch with parameters of type ServiceOrderItemModifier and TypeMethodDescriptionDefaultServiceOrderServiceBatchChangeSet.createServiceOrderItem(ServiceOrderItem serviceOrderItem) ServiceOrderServiceBatchChangeSet.createServiceOrderItem(ServiceOrderItem serviceOrderItem) Create a newServiceOrderItementity and save it to the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.deleteServiceOrderItem(ServiceOrderItem serviceOrderItem) ServiceOrderServiceBatchChangeSet.deleteServiceOrderItem(ServiceOrderItem serviceOrderItem) Deletes an existingServiceOrderItementity in the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.updateServiceOrderItem(ServiceOrderItem serviceOrderItem) ServiceOrderServiceBatchChangeSet.updateServiceOrderItem(ServiceOrderItem serviceOrderItem) Update an existingServiceOrderItementity and save it to the S/4HANA system. -
Uses of ServiceOrderItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link that return types with arguments of type ServiceOrderItemModifier and TypeMethodDescriptionServiceOrderItemOneToOneLink.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.serviceorder.link with type arguments of type ServiceOrderItemModifier and TypeMethodDescriptionprotected ServiceOrderItemLink<ObjectT>ServiceOrderItemLink.translateLinkType(EntityLink<ServiceOrderItemLink<ObjectT>, ServiceOrderItem, ObjectT> link) -
Uses of ServiceOrderItem in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceOrderItemModifier and TypeMethodDescriptionDefaultServiceOrderService.createServiceOrderItem(ServiceOrderItem serviceOrderItem) Deprecated.ServiceOrderService.createServiceOrderItem(ServiceOrderItem serviceOrderItem) Deprecated.Create a newServiceOrderItementity and save it to the S/4HANA system.DefaultServiceOrderService.deleteServiceOrderItem(ServiceOrderItem serviceOrderItem) Deprecated.ServiceOrderService.deleteServiceOrderItem(ServiceOrderItem serviceOrderItem) Deprecated.Deletes an existingServiceOrderItementity in the S/4HANA system.DefaultServiceOrderService.updateServiceOrderItem(ServiceOrderItem serviceOrderItem) Deprecated.ServiceOrderService.updateServiceOrderItem(ServiceOrderItem serviceOrderItem) Deprecated.Update an existingServiceOrderItementity and save it to the S/4HANA system.