Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate.SrvcOrdTmplItemDuration
Packages that use SrvcOrdTmplItemDuration
Package
Description
-
Uses of SrvcOrdTmplItemDuration in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate with type parameters of type SrvcOrdTmplItemDurationModifier and TypeFieldDescriptionstatic final ServiceOrderTemplateItemLink<SrvcOrdTmplItemDuration>ServiceOrderTemplateItem.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.serviceordertemplate that return SrvcOrdTmplItemDurationModifier and TypeMethodDescriptionSrvcOrdTmplItemDuration.SrvcOrdTmplItemDurationBuilder.build()protected SrvcOrdTmplItemDurationSrvcOrdTmplItemDurationCreateFluentHelper.getEntity()protected SrvcOrdTmplItemDurationSrvcOrdTmplItemDurationUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate that return types with arguments of type SrvcOrdTmplItemDurationModifier and TypeMethodDescriptionServiceOrderTemplateItem.fetchDuration()Fetches the SrvcOrdTmplItemDuration entities (one to many) associated with this entity.io.vavr.control.Option<List<SrvcOrdTmplItemDuration>>ServiceOrderTemplateItem.getDurationIfPresent()Retrieval of associated SrvcOrdTmplItemDuration entities (one to many).ServiceOrderTemplateItem.getDurationOrFetch()Retrieval of associated SrvcOrdTmplItemDuration entities (one to many).protected Class<SrvcOrdTmplItemDuration>SrvcOrdTmplItemDurationByKeyFluentHelper.getEntityClass()protected Class<SrvcOrdTmplItemDuration>SrvcOrdTmplItemDurationFluentHelper.getEntityClass()SrvcOrdTmplItemDuration.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate with parameters of type SrvcOrdTmplItemDurationModifier and TypeMethodDescriptionvoidServiceOrderTemplateItem.addDuration(SrvcOrdTmplItemDuration... entity) Adds elements to the list of associated SrvcOrdTmplItemDuration entities.ServiceOrderTemplateItem.ServiceOrderTemplateItemBuilder.duration(SrvcOrdTmplItemDuration... value) Navigation property to_Duration for ServiceOrderTemplateItem to multiple SrvcOrdTmplItemDuration.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate with type arguments of type SrvcOrdTmplItemDurationModifier and TypeMethodDescriptionvoidServiceOrderTemplateItem.setDuration(List<SrvcOrdTmplItemDuration> value) Overwrites the list of associated SrvcOrdTmplItemDuration entities for the loaded navigation property to_Duration.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate with parameters of type SrvcOrdTmplItemDurationModifierConstructorDescriptionSrvcOrdTmplItemDurationCreateFluentHelper(String servicePath, SrvcOrdTmplItemDuration entity, String entityCollection) Creates a fluent helper object that will create aSrvcOrdTmplItemDurationentity on the OData endpoint.SrvcOrdTmplItemDurationUpdateFluentHelper(String servicePath, SrvcOrdTmplItemDuration entity, String entityCollection) Creates a fluent helper object that will update aSrvcOrdTmplItemDurationentity on the OData endpoint. -
Uses of SrvcOrdTmplItemDuration in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate.batch with parameters of type SrvcOrdTmplItemDurationModifier and TypeMethodDescriptionDefaultServiceOrderTemplateServiceBatchChangeSet.createSrvcOrdTmplItemDuration(SrvcOrdTmplItemDuration srvcOrdTmplItemDuration) ServiceOrderTemplateServiceBatchChangeSet.createSrvcOrdTmplItemDuration(SrvcOrdTmplItemDuration srvcOrdTmplItemDuration) Create a newSrvcOrdTmplItemDurationentity and save it to the S/4HANA system.DefaultServiceOrderTemplateServiceBatchChangeSet.updateSrvcOrdTmplItemDuration(SrvcOrdTmplItemDuration srvcOrdTmplItemDuration) ServiceOrderTemplateServiceBatchChangeSet.updateSrvcOrdTmplItemDuration(SrvcOrdTmplItemDuration srvcOrdTmplItemDuration) Update an existingSrvcOrdTmplItemDurationentity and save it to the S/4HANA system. -
Uses of SrvcOrdTmplItemDuration in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate.link that return types with arguments of type SrvcOrdTmplItemDurationModifier and TypeMethodDescriptionSrvcOrdTmplItemDurationOneToOneLink.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.serviceordertemplate.link with type arguments of type SrvcOrdTmplItemDurationModifier and TypeMethodDescriptionprotected SrvcOrdTmplItemDurationLink<ObjectT>SrvcOrdTmplItemDurationLink.translateLinkType(EntityLink<SrvcOrdTmplItemDurationLink<ObjectT>, SrvcOrdTmplItemDuration, ObjectT> link) -
Uses of SrvcOrdTmplItemDuration in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SrvcOrdTmplItemDurationModifier and TypeMethodDescriptionDefaultServiceOrderTemplateService.createSrvcOrdTmplItemDuration(SrvcOrdTmplItemDuration srvcOrdTmplItemDuration) Deprecated.ServiceOrderTemplateService.createSrvcOrdTmplItemDuration(SrvcOrdTmplItemDuration srvcOrdTmplItemDuration) Deprecated.Create a newSrvcOrdTmplItemDurationentity and save it to the S/4HANA system.DefaultServiceOrderTemplateService.updateSrvcOrdTmplItemDuration(SrvcOrdTmplItemDuration srvcOrdTmplItemDuration) Deprecated.ServiceOrderTemplateService.updateSrvcOrdTmplItemDuration(SrvcOrdTmplItemDuration srvcOrdTmplItemDuration) Deprecated.Update an existingSrvcOrdTmplItemDurationentity and save it to the S/4HANA system.