Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate.SrvcOrdTmplDuration
Packages that use SrvcOrdTmplDuration
Package
Description
-
Uses of SrvcOrdTmplDuration 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 SrvcOrdTmplDurationModifier and TypeFieldDescriptionstatic final ServiceOrderTemplateLink<SrvcOrdTmplDuration>ServiceOrderTemplate.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 SrvcOrdTmplDurationModifier and TypeMethodDescriptionSrvcOrdTmplDuration.SrvcOrdTmplDurationBuilder.build()protected SrvcOrdTmplDurationSrvcOrdTmplDurationCreateFluentHelper.getEntity()protected SrvcOrdTmplDurationSrvcOrdTmplDurationUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate that return types with arguments of type SrvcOrdTmplDurationModifier and TypeMethodDescriptionServiceOrderTemplate.fetchDuration()Fetches the SrvcOrdTmplDuration entities (one to many) associated with this entity.io.vavr.control.Option<List<SrvcOrdTmplDuration>>ServiceOrderTemplate.getDurationIfPresent()Retrieval of associated SrvcOrdTmplDuration entities (one to many).ServiceOrderTemplate.getDurationOrFetch()Retrieval of associated SrvcOrdTmplDuration entities (one to many).protected Class<SrvcOrdTmplDuration>SrvcOrdTmplDurationByKeyFluentHelper.getEntityClass()protected Class<SrvcOrdTmplDuration>SrvcOrdTmplDurationFluentHelper.getEntityClass()SrvcOrdTmplDuration.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate with parameters of type SrvcOrdTmplDurationModifier and TypeMethodDescriptionvoidServiceOrderTemplate.addDuration(SrvcOrdTmplDuration... entity) Adds elements to the list of associated SrvcOrdTmplDuration entities.ServiceOrderTemplate.ServiceOrderTemplateBuilder.duration(SrvcOrdTmplDuration... value) Navigation property to_Duration for ServiceOrderTemplate to multiple SrvcOrdTmplDuration.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate with type arguments of type SrvcOrdTmplDurationModifier and TypeMethodDescriptionvoidServiceOrderTemplate.setDuration(List<SrvcOrdTmplDuration> value) Overwrites the list of associated SrvcOrdTmplDuration entities for the loaded navigation property to_Duration.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceordertemplate with parameters of type SrvcOrdTmplDurationModifierConstructorDescriptionSrvcOrdTmplDurationCreateFluentHelper(String servicePath, SrvcOrdTmplDuration entity, String entityCollection) Creates a fluent helper object that will create aSrvcOrdTmplDurationentity on the OData endpoint.SrvcOrdTmplDurationUpdateFluentHelper(String servicePath, SrvcOrdTmplDuration entity, String entityCollection) Creates a fluent helper object that will update aSrvcOrdTmplDurationentity on the OData endpoint. -
Uses of SrvcOrdTmplDuration 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 SrvcOrdTmplDurationModifier and TypeMethodDescriptionDefaultServiceOrderTemplateServiceBatchChangeSet.createSrvcOrdTmplDuration(SrvcOrdTmplDuration srvcOrdTmplDuration) ServiceOrderTemplateServiceBatchChangeSet.createSrvcOrdTmplDuration(SrvcOrdTmplDuration srvcOrdTmplDuration) Create a newSrvcOrdTmplDurationentity and save it to the S/4HANA system.DefaultServiceOrderTemplateServiceBatchChangeSet.updateSrvcOrdTmplDuration(SrvcOrdTmplDuration srvcOrdTmplDuration) ServiceOrderTemplateServiceBatchChangeSet.updateSrvcOrdTmplDuration(SrvcOrdTmplDuration srvcOrdTmplDuration) Update an existingSrvcOrdTmplDurationentity and save it to the S/4HANA system. -
Uses of SrvcOrdTmplDuration 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 SrvcOrdTmplDurationModifier and TypeMethodDescriptionSrvcOrdTmplDurationOneToOneLink.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 SrvcOrdTmplDurationModifier and TypeMethodDescriptionprotected SrvcOrdTmplDurationLink<ObjectT>SrvcOrdTmplDurationLink.translateLinkType(EntityLink<SrvcOrdTmplDurationLink<ObjectT>, SrvcOrdTmplDuration, ObjectT> link) -
Uses of SrvcOrdTmplDuration in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SrvcOrdTmplDurationModifier and TypeMethodDescriptionDefaultServiceOrderTemplateService.createSrvcOrdTmplDuration(SrvcOrdTmplDuration srvcOrdTmplDuration) Deprecated.ServiceOrderTemplateService.createSrvcOrdTmplDuration(SrvcOrdTmplDuration srvcOrdTmplDuration) Deprecated.Create a newSrvcOrdTmplDurationentity and save it to the S/4HANA system.DefaultServiceOrderTemplateService.updateSrvcOrdTmplDuration(SrvcOrdTmplDuration srvcOrdTmplDuration) Deprecated.ServiceOrderTemplateService.updateSrvcOrdTmplDuration(SrvcOrdTmplDuration srvcOrdTmplDuration) Deprecated.Update an existingSrvcOrdTmplDurationentity and save it to the S/4HANA system.