Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation.RequestForQuotation
Packages that use RequestForQuotation
Package
Description
-
Uses of RequestForQuotation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation that return RequestForQuotationModifier and TypeMethodDescriptionRequestForQuotation.RequestForQuotationBuilder.build()protected RequestForQuotationRequestForQuotationCreateFluentHelper.getEntity()protected RequestForQuotationRequestForQuotationDeleteFluentHelper.getEntity()protected RequestForQuotationRequestForQuotationUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation that return types with arguments of type RequestForQuotationModifier and TypeMethodDescriptionprotected Class<RequestForQuotation>RequestForQuotationByKeyFluentHelper.getEntityClass()protected Class<RequestForQuotation>RequestForQuotationFluentHelper.getEntityClass()RequestForQuotation.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation with parameters of type RequestForQuotationModifierConstructorDescriptionRequestForQuotationCreateFluentHelper(String servicePath, RequestForQuotation entity, String entityCollection) Creates a fluent helper object that will create aRequestForQuotationentity on the OData endpoint.RequestForQuotationDeleteFluentHelper(String servicePath, RequestForQuotation entity, String entityCollection) Creates a fluent helper object that will delete aRequestForQuotationentity on the OData endpoint.RequestForQuotationUpdateFluentHelper(String servicePath, RequestForQuotation entity, String entityCollection) Creates a fluent helper object that will update aRequestForQuotationentity on the OData endpoint. -
Uses of RequestForQuotation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation.batch with parameters of type RequestForQuotationModifier and TypeMethodDescriptionDefaultRequestsForQuotationServiceBatchChangeSet.createRequestForQuotation(RequestForQuotation requestForQuotation) RequestsForQuotationServiceBatchChangeSet.createRequestForQuotation(RequestForQuotation requestForQuotation) Create a newRequestForQuotationentity and save it to the S/4HANA system.DefaultRequestsForQuotationServiceBatchChangeSet.deleteRequestForQuotation(RequestForQuotation requestForQuotation) RequestsForQuotationServiceBatchChangeSet.deleteRequestForQuotation(RequestForQuotation requestForQuotation) Deletes an existingRequestForQuotationentity in the S/4HANA system.DefaultRequestsForQuotationServiceBatchChangeSet.updateRequestForQuotation(RequestForQuotation requestForQuotation) RequestsForQuotationServiceBatchChangeSet.updateRequestForQuotation(RequestForQuotation requestForQuotation) Update an existingRequestForQuotationentity and save it to the S/4HANA system. -
Uses of RequestForQuotation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation.link that return types with arguments of type RequestForQuotationModifier and TypeMethodDescriptionRequestForQuotationOneToOneLink.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.requestsforquotation.link with type arguments of type RequestForQuotationModifier and TypeMethodDescriptionprotected RequestForQuotationLink<ObjectT>RequestForQuotationLink.translateLinkType(EntityLink<RequestForQuotationLink<ObjectT>, RequestForQuotation, ObjectT> link) -
Uses of RequestForQuotation in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type RequestForQuotationModifier and TypeMethodDescriptionDefaultRequestsForQuotationService.createRequestForQuotation(RequestForQuotation requestForQuotation) Deprecated.RequestsForQuotationService.createRequestForQuotation(RequestForQuotation requestForQuotation) Deprecated.Create a newRequestForQuotationentity and save it to the S/4HANA system.DefaultRequestsForQuotationService.deleteRequestForQuotation(RequestForQuotation requestForQuotation) Deprecated.RequestsForQuotationService.deleteRequestForQuotation(RequestForQuotation requestForQuotation) Deprecated.Deletes an existingRequestForQuotationentity in the S/4HANA system.DefaultRequestsForQuotationService.updateRequestForQuotation(RequestForQuotation requestForQuotation) Deprecated.RequestsForQuotationService.updateRequestForQuotation(RequestForQuotation requestForQuotation) Deprecated.Update an existingRequestForQuotationentity and save it to the S/4HANA system.