Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.SrvcConfItemDuration
Packages that use SrvcConfItemDuration
Package
Description
-
Uses of SrvcConfItemDuration in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with type parameters of type SrvcConfItemDurationModifier and TypeFieldDescriptionstatic final ServiceConfirmationItemLink<SrvcConfItemDuration>ServiceConfirmationItem.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.serviceconfirmation that return SrvcConfItemDurationModifier and TypeMethodDescriptionSrvcConfItemDuration.SrvcConfItemDurationBuilder.build()protected SrvcConfItemDurationSrvcConfItemDurationCreateFluentHelper.getEntity()protected SrvcConfItemDurationSrvcConfItemDurationUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation that return types with arguments of type SrvcConfItemDurationModifier and TypeMethodDescriptionServiceConfirmationItem.fetchDuration()Fetches the SrvcConfItemDuration entities (one to many) associated with this entity.io.vavr.control.Option<List<SrvcConfItemDuration>>ServiceConfirmationItem.getDurationIfPresent()Retrieval of associated SrvcConfItemDuration entities (one to many).ServiceConfirmationItem.getDurationOrFetch()Retrieval of associated SrvcConfItemDuration entities (one to many).protected Class<SrvcConfItemDuration>SrvcConfItemDurationByKeyFluentHelper.getEntityClass()protected Class<SrvcConfItemDuration>SrvcConfItemDurationFluentHelper.getEntityClass()SrvcConfItemDuration.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type SrvcConfItemDurationModifier and TypeMethodDescriptionvoidServiceConfirmationItem.addDuration(SrvcConfItemDuration... entity) Adds elements to the list of associated SrvcConfItemDuration entities.ServiceConfirmationItem.ServiceConfirmationItemBuilder.duration(SrvcConfItemDuration... value) Navigation property to_Duration for ServiceConfirmationItem to multiple SrvcConfItemDuration.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with type arguments of type SrvcConfItemDurationModifier and TypeMethodDescriptionvoidServiceConfirmationItem.setDuration(List<SrvcConfItemDuration> value) Overwrites the list of associated SrvcConfItemDuration entities for the loaded navigation property to_Duration.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type SrvcConfItemDurationModifierConstructorDescriptionSrvcConfItemDurationCreateFluentHelper(String servicePath, SrvcConfItemDuration entity, String entityCollection) Creates a fluent helper object that will create aSrvcConfItemDurationentity on the OData endpoint.SrvcConfItemDurationUpdateFluentHelper(String servicePath, SrvcConfItemDuration entity, String entityCollection) Creates a fluent helper object that will update aSrvcConfItemDurationentity on the OData endpoint. -
Uses of SrvcConfItemDuration in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.batch with parameters of type SrvcConfItemDurationModifier and TypeMethodDescriptionDefaultServiceConfirmationServiceBatchChangeSet.createSrvcConfItemDuration(SrvcConfItemDuration srvcConfItemDuration) ServiceConfirmationServiceBatchChangeSet.createSrvcConfItemDuration(SrvcConfItemDuration srvcConfItemDuration) Create a newSrvcConfItemDurationentity and save it to the S/4HANA system.DefaultServiceConfirmationServiceBatchChangeSet.updateSrvcConfItemDuration(SrvcConfItemDuration srvcConfItemDuration) ServiceConfirmationServiceBatchChangeSet.updateSrvcConfItemDuration(SrvcConfItemDuration srvcConfItemDuration) Update an existingSrvcConfItemDurationentity and save it to the S/4HANA system. -
Uses of SrvcConfItemDuration in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.link that return types with arguments of type SrvcConfItemDurationModifier and TypeMethodDescriptionSrvcConfItemDurationOneToOneLink.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.serviceconfirmation.link with type arguments of type SrvcConfItemDurationModifier and TypeMethodDescriptionprotected SrvcConfItemDurationLink<ObjectT>SrvcConfItemDurationLink.translateLinkType(EntityLink<SrvcConfItemDurationLink<ObjectT>, SrvcConfItemDuration, ObjectT> link) -
Uses of SrvcConfItemDuration in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SrvcConfItemDurationModifier and TypeMethodDescriptionDefaultServiceConfirmationService.createSrvcConfItemDuration(SrvcConfItemDuration srvcConfItemDuration) Deprecated.ServiceConfirmationService.createSrvcConfItemDuration(SrvcConfItemDuration srvcConfItemDuration) Deprecated.Create a newSrvcConfItemDurationentity and save it to the S/4HANA system.DefaultServiceConfirmationService.updateSrvcConfItemDuration(SrvcConfItemDuration srvcConfItemDuration) Deprecated.ServiceConfirmationService.updateSrvcConfItemDuration(SrvcConfItemDuration srvcConfItemDuration) Deprecated.Update an existingSrvcConfItemDurationentity and save it to the S/4HANA system.