Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation.ServiceQuotationText
Packages that use ServiceQuotationText
Package
Description
-
Uses of ServiceQuotationText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation with type parameters of type ServiceQuotationTextModifier and TypeFieldDescriptionstatic final ServiceQuotationLink<ServiceQuotationText>ServiceQuotation.TO_TEXTUse with available fluent helpers to apply the to_Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation that return ServiceQuotationTextModifier and TypeMethodDescriptionServiceQuotationText.ServiceQuotationTextBuilder.build()protected ServiceQuotationTextServiceQuotationTextCreateFluentHelper.getEntity()protected ServiceQuotationTextServiceQuotationTextDeleteFluentHelper.getEntity()protected ServiceQuotationTextServiceQuotationTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation that return types with arguments of type ServiceQuotationTextModifier and TypeMethodDescriptionServiceQuotation.fetchText()Fetches the ServiceQuotationText entities (one to many) associated with this entity.protected Class<ServiceQuotationText>ServiceQuotationTextByKeyFluentHelper.getEntityClass()protected Class<ServiceQuotationText>ServiceQuotationTextFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceQuotationText>>ServiceQuotation.getTextIfPresent()Retrieval of associated ServiceQuotationText entities (one to many).ServiceQuotation.getTextOrFetch()Retrieval of associated ServiceQuotationText entities (one to many).ServiceQuotationText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation with parameters of type ServiceQuotationTextModifier and TypeMethodDescriptionvoidServiceQuotation.addText(ServiceQuotationText... entity) Adds elements to the list of associated ServiceQuotationText entities.ServiceQuotation.ServiceQuotationBuilder.text(ServiceQuotationText... value) Navigation property to_Text for ServiceQuotation to multiple ServiceQuotationText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation with type arguments of type ServiceQuotationTextModifier and TypeMethodDescriptionvoidServiceQuotation.setText(List<ServiceQuotationText> value) Overwrites the list of associated ServiceQuotationText entities for the loaded navigation property to_Text.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation with parameters of type ServiceQuotationTextModifierConstructorDescriptionServiceQuotationTextCreateFluentHelper(String servicePath, ServiceQuotationText entity, String entityCollection) Creates a fluent helper object that will create aServiceQuotationTextentity on the OData endpoint.ServiceQuotationTextDeleteFluentHelper(String servicePath, ServiceQuotationText entity, String entityCollection) Creates a fluent helper object that will delete aServiceQuotationTextentity on the OData endpoint.ServiceQuotationTextUpdateFluentHelper(String servicePath, ServiceQuotationText entity, String entityCollection) Creates a fluent helper object that will update aServiceQuotationTextentity on the OData endpoint. -
Uses of ServiceQuotationText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation.batch with parameters of type ServiceQuotationTextModifier and TypeMethodDescriptionDefaultServiceQuotationServiceBatchChangeSet.createServiceQuotationText(ServiceQuotationText serviceQuotationText) ServiceQuotationServiceBatchChangeSet.createServiceQuotationText(ServiceQuotationText serviceQuotationText) Create a newServiceQuotationTextentity and save it to the S/4HANA system.DefaultServiceQuotationServiceBatchChangeSet.deleteServiceQuotationText(ServiceQuotationText serviceQuotationText) ServiceQuotationServiceBatchChangeSet.deleteServiceQuotationText(ServiceQuotationText serviceQuotationText) Deletes an existingServiceQuotationTextentity in the S/4HANA system.DefaultServiceQuotationServiceBatchChangeSet.updateServiceQuotationText(ServiceQuotationText serviceQuotationText) ServiceQuotationServiceBatchChangeSet.updateServiceQuotationText(ServiceQuotationText serviceQuotationText) Update an existingServiceQuotationTextentity and save it to the S/4HANA system. -
Uses of ServiceQuotationText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation.link that return types with arguments of type ServiceQuotationTextModifier and TypeMethodDescriptionServiceQuotationTextOneToOneLink.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.servicequotation.link with type arguments of type ServiceQuotationTextModifier and TypeMethodDescriptionprotected ServiceQuotationTextLink<ObjectT>ServiceQuotationTextLink.translateLinkType(EntityLink<ServiceQuotationTextLink<ObjectT>, ServiceQuotationText, ObjectT> link) -
Uses of ServiceQuotationText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceQuotationTextModifier and TypeMethodDescriptionDefaultServiceQuotationService.createServiceQuotationText(ServiceQuotationText serviceQuotationText) Deprecated.ServiceQuotationService.createServiceQuotationText(ServiceQuotationText serviceQuotationText) Deprecated.Create a newServiceQuotationTextentity and save it to the S/4HANA system.DefaultServiceQuotationService.deleteServiceQuotationText(ServiceQuotationText serviceQuotationText) Deprecated.ServiceQuotationService.deleteServiceQuotationText(ServiceQuotationText serviceQuotationText) Deprecated.Deletes an existingServiceQuotationTextentity in the S/4HANA system.DefaultServiceQuotationService.updateServiceQuotationText(ServiceQuotationText serviceQuotationText) Deprecated.ServiceQuotationService.updateServiceQuotationText(ServiceQuotationText serviceQuotationText) Deprecated.Update an existingServiceQuotationTextentity and save it to the S/4HANA system.