Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.SalesQuotationPartner
Packages that use SalesQuotationPartner
Package
Description
-
Uses of SalesQuotationPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with type parameters of type SalesQuotationPartnerModifier and TypeFieldDescriptionstatic final SalesQuotationLink<SalesQuotationPartner>SalesQuotation.TO_PARTNERUse with available fluent helpers to apply the to_Partner navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation that return SalesQuotationPartnerModifier and TypeMethodDescriptionSalesQuotationPartner.SalesQuotationPartnerBuilder.build()protected SalesQuotationPartnerSalesQuotationPartnerDeleteFluentHelper.getEntity()protected SalesQuotationPartnerSalesQuotationPartnerUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation that return types with arguments of type SalesQuotationPartnerModifier and TypeMethodDescriptionSalesQuotation.fetchPartner()Fetches the SalesQuotationPartner entities (one to many) associated with this entity.protected Class<SalesQuotationPartner>SalesQuotationPartnerByKeyFluentHelper.getEntityClass()protected Class<SalesQuotationPartner>SalesQuotationPartnerFluentHelper.getEntityClass()io.vavr.control.Option<List<SalesQuotationPartner>>SalesQuotation.getPartnerIfPresent()Retrieval of associated SalesQuotationPartner entities (one to many).SalesQuotation.getPartnerOrFetch()Retrieval of associated SalesQuotationPartner entities (one to many).SalesQuotationPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with parameters of type SalesQuotationPartnerModifier and TypeMethodDescriptionvoidSalesQuotation.addPartner(SalesQuotationPartner... entity) Adds elements to the list of associated SalesQuotationPartner entities.SalesQuotation.SalesQuotationBuilder.partner(SalesQuotationPartner... value) Navigation property to_Partner for SalesQuotation to multiple SalesQuotationPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with type arguments of type SalesQuotationPartnerModifier and TypeMethodDescriptionvoidSalesQuotation.setPartner(List<SalesQuotationPartner> value) Overwrites the list of associated SalesQuotationPartner entities for the loaded navigation property to_Partner.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with parameters of type SalesQuotationPartnerModifierConstructorDescriptionSalesQuotationPartnerDeleteFluentHelper(String servicePath, SalesQuotationPartner entity, String entityCollection) Creates a fluent helper object that will delete aSalesQuotationPartnerentity on the OData endpoint.SalesQuotationPartnerUpdateFluentHelper(String servicePath, SalesQuotationPartner entity, String entityCollection) Creates a fluent helper object that will update aSalesQuotationPartnerentity on the OData endpoint. -
Uses of SalesQuotationPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.batch with parameters of type SalesQuotationPartnerModifier and TypeMethodDescriptionDefaultSalesQuotationServiceBatchChangeSet.deleteSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner) SalesQuotationServiceBatchChangeSet.deleteSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner) Deletes an existingSalesQuotationPartnerentity in the S/4HANA system.DefaultSalesQuotationServiceBatchChangeSet.updateSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner) SalesQuotationServiceBatchChangeSet.updateSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner) Update an existingSalesQuotationPartnerentity and save it to the S/4HANA system. -
Uses of SalesQuotationPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.link that return types with arguments of type SalesQuotationPartnerModifier and TypeMethodDescriptionSalesQuotationPartnerOneToOneLink.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.salesquotation.link with type arguments of type SalesQuotationPartnerModifier and TypeMethodDescriptionprotected SalesQuotationPartnerLink<ObjectT>SalesQuotationPartnerLink.translateLinkType(EntityLink<SalesQuotationPartnerLink<ObjectT>, SalesQuotationPartner, ObjectT> link) -
Uses of SalesQuotationPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SalesQuotationPartnerModifier and TypeMethodDescriptionDefaultSalesQuotationService.deleteSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner) Deprecated.SalesQuotationService.deleteSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner) Deprecated.Deletes an existingSalesQuotationPartnerentity in the S/4HANA system.DefaultSalesQuotationService.updateSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner) Deprecated.SalesQuotationService.updateSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner) Deprecated.Update an existingSalesQuotationPartnerentity and save it to the S/4HANA system.