Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.SrvcOrdDuration
Packages that use SrvcOrdDuration
Package
Description
-
Uses of SrvcOrdDuration 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 SrvcOrdDurationModifier and TypeFieldDescriptionstatic final ServiceOrderLink<SrvcOrdDuration>ServiceOrder.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 SrvcOrdDurationModifier and TypeMethodDescriptionSrvcOrdDuration.SrvcOrdDurationBuilder.build()protected SrvcOrdDurationSrvcOrdDurationCreateFluentHelper.getEntity()protected SrvcOrdDurationSrvcOrdDurationUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type SrvcOrdDurationModifier and TypeMethodDescriptionServiceOrder.fetchDuration()Fetches the SrvcOrdDuration entities (one to many) associated with this entity.io.vavr.control.Option<List<SrvcOrdDuration>>ServiceOrder.getDurationIfPresent()Retrieval of associated SrvcOrdDuration entities (one to many).ServiceOrder.getDurationOrFetch()Retrieval of associated SrvcOrdDuration entities (one to many).protected Class<SrvcOrdDuration>SrvcOrdDurationByKeyFluentHelper.getEntityClass()protected Class<SrvcOrdDuration>SrvcOrdDurationFluentHelper.getEntityClass()SrvcOrdDuration.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type SrvcOrdDurationModifier and TypeMethodDescriptionvoidServiceOrder.addDuration(SrvcOrdDuration... entity) Adds elements to the list of associated SrvcOrdDuration entities.ServiceOrder.ServiceOrderBuilder.duration(SrvcOrdDuration... value) Navigation property to_Duration for ServiceOrder to multiple SrvcOrdDuration.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type SrvcOrdDurationModifier and TypeMethodDescriptionvoidServiceOrder.setDuration(List<SrvcOrdDuration> value) Overwrites the list of associated SrvcOrdDuration entities for the loaded navigation property to_Duration.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type SrvcOrdDurationModifierConstructorDescriptionSrvcOrdDurationCreateFluentHelper(String servicePath, SrvcOrdDuration entity, String entityCollection) Creates a fluent helper object that will create aSrvcOrdDurationentity on the OData endpoint.SrvcOrdDurationUpdateFluentHelper(String servicePath, SrvcOrdDuration entity, String entityCollection) Creates a fluent helper object that will update aSrvcOrdDurationentity on the OData endpoint. -
Uses of SrvcOrdDuration 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 SrvcOrdDurationModifier and TypeMethodDescriptionDefaultServiceOrderServiceBatchChangeSet.createSrvcOrdDuration(SrvcOrdDuration srvcOrdDuration) ServiceOrderServiceBatchChangeSet.createSrvcOrdDuration(SrvcOrdDuration srvcOrdDuration) Create a newSrvcOrdDurationentity and save it to the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.updateSrvcOrdDuration(SrvcOrdDuration srvcOrdDuration) ServiceOrderServiceBatchChangeSet.updateSrvcOrdDuration(SrvcOrdDuration srvcOrdDuration) Update an existingSrvcOrdDurationentity and save it to the S/4HANA system. -
Uses of SrvcOrdDuration 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 SrvcOrdDurationModifier and TypeMethodDescriptionSrvcOrdDurationOneToOneLink.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 SrvcOrdDurationModifier and TypeMethodDescriptionprotected SrvcOrdDurationLink<ObjectT>SrvcOrdDurationLink.translateLinkType(EntityLink<SrvcOrdDurationLink<ObjectT>, SrvcOrdDuration, ObjectT> link) -
Uses of SrvcOrdDuration in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SrvcOrdDurationModifier and TypeMethodDescriptionDefaultServiceOrderService.createSrvcOrdDuration(SrvcOrdDuration srvcOrdDuration) Deprecated.ServiceOrderService.createSrvcOrdDuration(SrvcOrdDuration srvcOrdDuration) Deprecated.Create a newSrvcOrdDurationentity and save it to the S/4HANA system.DefaultServiceOrderService.updateSrvcOrdDuration(SrvcOrdDuration srvcOrdDuration) Deprecated.ServiceOrderService.updateSrvcOrdDuration(SrvcOrdDuration srvcOrdDuration) Deprecated.Update an existingSrvcOrdDurationentity and save it to the S/4HANA system.