Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.SrvcConfDuration
Packages that use SrvcConfDuration
Package
Description
-
Uses of SrvcConfDuration 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 SrvcConfDurationModifier and TypeFieldDescriptionstatic final ServiceConfirmationLink<SrvcConfDuration>ServiceConfirmation.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 SrvcConfDurationModifier and TypeMethodDescriptionSrvcConfDuration.SrvcConfDurationBuilder.build()protected SrvcConfDurationSrvcConfDurationCreateFluentHelper.getEntity()protected SrvcConfDurationSrvcConfDurationUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation that return types with arguments of type SrvcConfDurationModifier and TypeMethodDescriptionServiceConfirmation.fetchDuration()Fetches the SrvcConfDuration entities (one to many) associated with this entity.io.vavr.control.Option<List<SrvcConfDuration>>ServiceConfirmation.getDurationIfPresent()Retrieval of associated SrvcConfDuration entities (one to many).ServiceConfirmation.getDurationOrFetch()Retrieval of associated SrvcConfDuration entities (one to many).protected Class<SrvcConfDuration>SrvcConfDurationByKeyFluentHelper.getEntityClass()protected Class<SrvcConfDuration>SrvcConfDurationFluentHelper.getEntityClass()SrvcConfDuration.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type SrvcConfDurationModifier and TypeMethodDescriptionvoidServiceConfirmation.addDuration(SrvcConfDuration... entity) Adds elements to the list of associated SrvcConfDuration entities.ServiceConfirmation.ServiceConfirmationBuilder.duration(SrvcConfDuration... value) Navigation property to_Duration for ServiceConfirmation to multiple SrvcConfDuration.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with type arguments of type SrvcConfDurationModifier and TypeMethodDescriptionvoidServiceConfirmation.setDuration(List<SrvcConfDuration> value) Overwrites the list of associated SrvcConfDuration entities for the loaded navigation property to_Duration.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type SrvcConfDurationModifierConstructorDescriptionSrvcConfDurationCreateFluentHelper(String servicePath, SrvcConfDuration entity, String entityCollection) Creates a fluent helper object that will create aSrvcConfDurationentity on the OData endpoint.SrvcConfDurationUpdateFluentHelper(String servicePath, SrvcConfDuration entity, String entityCollection) Creates a fluent helper object that will update aSrvcConfDurationentity on the OData endpoint. -
Uses of SrvcConfDuration 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 SrvcConfDurationModifier and TypeMethodDescriptionDefaultServiceConfirmationServiceBatchChangeSet.createSrvcConfDuration(SrvcConfDuration srvcConfDuration) ServiceConfirmationServiceBatchChangeSet.createSrvcConfDuration(SrvcConfDuration srvcConfDuration) Create a newSrvcConfDurationentity and save it to the S/4HANA system.DefaultServiceConfirmationServiceBatchChangeSet.updateSrvcConfDuration(SrvcConfDuration srvcConfDuration) ServiceConfirmationServiceBatchChangeSet.updateSrvcConfDuration(SrvcConfDuration srvcConfDuration) Update an existingSrvcConfDurationentity and save it to the S/4HANA system. -
Uses of SrvcConfDuration 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 SrvcConfDurationModifier and TypeMethodDescriptionSrvcConfDurationOneToOneLink.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 SrvcConfDurationModifier and TypeMethodDescriptionprotected SrvcConfDurationLink<ObjectT>SrvcConfDurationLink.translateLinkType(EntityLink<SrvcConfDurationLink<ObjectT>, SrvcConfDuration, ObjectT> link) -
Uses of SrvcConfDuration in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SrvcConfDurationModifier and TypeMethodDescriptionDefaultServiceConfirmationService.createSrvcConfDuration(SrvcConfDuration srvcConfDuration) Deprecated.ServiceConfirmationService.createSrvcConfDuration(SrvcConfDuration srvcConfDuration) Deprecated.Create a newSrvcConfDurationentity and save it to the S/4HANA system.DefaultServiceConfirmationService.updateSrvcConfDuration(SrvcConfDuration srvcConfDuration) Deprecated.ServiceConfirmationService.updateSrvcConfDuration(SrvcConfDuration srvcConfDuration) Deprecated.Update an existingSrvcConfDurationentity and save it to the S/4HANA system.