Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.SrvcOrdItemDuration
Packages that use SrvcOrdItemDuration
Package
Description
-
Uses of SrvcOrdItemDuration 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 SrvcOrdItemDurationModifier and TypeFieldDescriptionstatic final ServiceOrderItemLink<SrvcOrdItemDuration>ServiceOrderItem.TO_DURATIONUse with available fluent helpers to apply the to_Duration navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return SrvcOrdItemDurationModifier and TypeMethodDescriptionSrvcOrdItemDuration.SrvcOrdItemDurationBuilder.build()protected SrvcOrdItemDurationSrvcOrdItemDurationCreateFluentHelper.getEntity()protected SrvcOrdItemDurationSrvcOrdItemDurationUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type SrvcOrdItemDurationModifier and TypeMethodDescriptionServiceOrderItem.fetchDuration()Fetches the SrvcOrdItemDuration entities (one to many) associated with this entity.io.vavr.control.Option<List<SrvcOrdItemDuration>>ServiceOrderItem.getDurationIfPresent()Retrieval of associated SrvcOrdItemDuration entities (one to many).ServiceOrderItem.getDurationOrFetch()Retrieval of associated SrvcOrdItemDuration entities (one to many).protected Class<SrvcOrdItemDuration>SrvcOrdItemDurationByKeyFluentHelper.getEntityClass()protected Class<SrvcOrdItemDuration>SrvcOrdItemDurationFluentHelper.getEntityClass()SrvcOrdItemDuration.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type SrvcOrdItemDurationModifier and TypeMethodDescriptionvoidServiceOrderItem.addDuration(SrvcOrdItemDuration... entity) Adds elements to the list of associated SrvcOrdItemDuration entities.ServiceOrderItem.ServiceOrderItemBuilder.duration(SrvcOrdItemDuration... value) Navigation property to_Duration for ServiceOrderItem to multiple SrvcOrdItemDuration.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type SrvcOrdItemDurationModifier and TypeMethodDescriptionvoidServiceOrderItem.setDuration(List<SrvcOrdItemDuration> value) Overwrites the list of associated SrvcOrdItemDuration entities for the loaded navigation property to_Duration.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type SrvcOrdItemDurationModifierConstructorDescriptionSrvcOrdItemDurationCreateFluentHelper(String servicePath, SrvcOrdItemDuration entity, String entityCollection) Creates a fluent helper object that will create aSrvcOrdItemDurationentity on the OData endpoint.SrvcOrdItemDurationUpdateFluentHelper(String servicePath, SrvcOrdItemDuration entity, String entityCollection) Creates a fluent helper object that will update aSrvcOrdItemDurationentity on the OData endpoint. -
Uses of SrvcOrdItemDuration 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 SrvcOrdItemDurationModifier and TypeMethodDescriptionDefaultServiceOrderServiceBatchChangeSet.createSrvcOrdItemDuration(SrvcOrdItemDuration srvcOrdItemDuration) ServiceOrderServiceBatchChangeSet.createSrvcOrdItemDuration(SrvcOrdItemDuration srvcOrdItemDuration) Create a newSrvcOrdItemDurationentity and save it to the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.updateSrvcOrdItemDuration(SrvcOrdItemDuration srvcOrdItemDuration) ServiceOrderServiceBatchChangeSet.updateSrvcOrdItemDuration(SrvcOrdItemDuration srvcOrdItemDuration) Update an existingSrvcOrdItemDurationentity and save it to the S/4HANA system. -
Uses of SrvcOrdItemDuration 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 SrvcOrdItemDurationModifier and TypeMethodDescriptionSrvcOrdItemDurationOneToOneLink.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 SrvcOrdItemDurationModifier and TypeMethodDescriptionprotected SrvcOrdItemDurationLink<ObjectT>SrvcOrdItemDurationLink.translateLinkType(EntityLink<SrvcOrdItemDurationLink<ObjectT>, SrvcOrdItemDuration, ObjectT> link) -
Uses of SrvcOrdItemDuration in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SrvcOrdItemDurationModifier and TypeMethodDescriptionDefaultServiceOrderService.createSrvcOrdItemDuration(SrvcOrdItemDuration srvcOrdItemDuration) Deprecated.ServiceOrderService.createSrvcOrdItemDuration(SrvcOrdItemDuration srvcOrdItemDuration) Deprecated.Create a newSrvcOrdItemDurationentity and save it to the S/4HANA system.DefaultServiceOrderService.updateSrvcOrdItemDuration(SrvcOrdItemDuration srvcOrdItemDuration) Deprecated.ServiceOrderService.updateSrvcOrdItemDuration(SrvcOrdItemDuration srvcOrdItemDuration) Deprecated.Update an existingSrvcOrdItemDurationentity and save it to the S/4HANA system.