Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.SalesQuotationItemPartner
Packages that use SalesQuotationItemPartner
Package
Description
-
Uses of SalesQuotationItemPartner 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 SalesQuotationItemPartnerModifier and TypeFieldDescriptionstatic final SalesQuotationItemLink<SalesQuotationItemPartner>SalesQuotationItem.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 SalesQuotationItemPartnerModifier and TypeMethodDescriptionSalesQuotationItemPartner.SalesQuotationItemPartnerBuilder.build()protected SalesQuotationItemPartnerSalesQuotationItemPartnerDeleteFluentHelper.getEntity()protected SalesQuotationItemPartnerSalesQuotationItemPartnerUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation that return types with arguments of type SalesQuotationItemPartnerModifier and TypeMethodDescriptionSalesQuotationItem.fetchPartner()Fetches the SalesQuotationItemPartner entities (one to many) associated with this entity.protected Class<SalesQuotationItemPartner>SalesQuotationItemPartnerByKeyFluentHelper.getEntityClass()protected Class<SalesQuotationItemPartner>SalesQuotationItemPartnerFluentHelper.getEntityClass()io.vavr.control.Option<List<SalesQuotationItemPartner>>SalesQuotationItem.getPartnerIfPresent()Retrieval of associated SalesQuotationItemPartner entities (one to many).SalesQuotationItem.getPartnerOrFetch()Retrieval of associated SalesQuotationItemPartner entities (one to many).SalesQuotationItemPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with parameters of type SalesQuotationItemPartnerModifier and TypeMethodDescriptionvoidSalesQuotationItem.addPartner(SalesQuotationItemPartner... entity) Adds elements to the list of associated SalesQuotationItemPartner entities.SalesQuotationItem.SalesQuotationItemBuilder.partner(SalesQuotationItemPartner... value) Navigation property to_Partner for SalesQuotationItem to multiple SalesQuotationItemPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with type arguments of type SalesQuotationItemPartnerModifier and TypeMethodDescriptionvoidSalesQuotationItem.setPartner(List<SalesQuotationItemPartner> value) Overwrites the list of associated SalesQuotationItemPartner entities for the loaded navigation property to_Partner.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with parameters of type SalesQuotationItemPartnerModifierConstructorDescriptionSalesQuotationItemPartnerDeleteFluentHelper(String servicePath, SalesQuotationItemPartner entity, String entityCollection) Creates a fluent helper object that will delete aSalesQuotationItemPartnerentity on the OData endpoint.SalesQuotationItemPartnerUpdateFluentHelper(String servicePath, SalesQuotationItemPartner entity, String entityCollection) Creates a fluent helper object that will update aSalesQuotationItemPartnerentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with type arguments of type SalesQuotationItemPartnerModifierConstructorDescriptionSalesQuotationItem(String salesQuotation, String salesQuotationItem, String higherLevelItem, String salesQuotationItemCategory, String salesQuotationItemText, String purchaseOrderByCustomer, String material, String materialByCustomer, String pricingReferenceMaterial, BigDecimal requestedQuantity, String requestedQuantityUnit, String requestedQuantitySAPUnit, String requestedQuantityISOUnit, String itemOrderProbabilityInPercent, String alternativeToItem, BigDecimal itemGrossWeight, BigDecimal itemNetWeight, String itemWeightUnit, String itemWeightSAPUnit, String itemWeightISOUnit, BigDecimal itemVolume, String itemVolumeUnit, String itemVolumeSAPUnit, String itemVolumeISOUnit, String transactionCurrency, BigDecimal netAmount, String materialGroup, String materialPricingGroup, String batch, String plant, String incotermsClassification, String incotermsTransferLocation, String incotermsLocation1, String incotermsLocation2, String customerPaymentTerms, String productTaxClassification1, String productTaxClassification2, String productTaxClassification3, String productTaxClassification4, String productTaxClassification5, String productTaxClassification6, String productTaxClassification7, String productTaxClassification8, String productTaxClassification9, String salesDocumentRjcnReason, String wBSElement, String profitCenter, String referenceSDDocument, String referenceSDDocumentItem, String sDProcessStatus, List<SalesQuotationItemPartner> toPartner, List<SlsQtanItmPrecdgProcFlow> toPrecedingProcFlowDocItem, List<SalesQuotationItemPrcgElmnt> toPricingElement, List<SlsQtanItemRelatedObject> toRelatedObject, SalesQuotation toSalesQuotation, List<SlsQtanItmSubsqntProcFlow> toSubsequentProcFlowDocItem, List<SalesQuotationItemText> toText) -
Uses of SalesQuotationItemPartner 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 SalesQuotationItemPartnerModifier and TypeMethodDescriptionDefaultSalesQuotationServiceBatchChangeSet.deleteSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner) SalesQuotationServiceBatchChangeSet.deleteSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner) Deletes an existingSalesQuotationItemPartnerentity in the S/4HANA system.DefaultSalesQuotationServiceBatchChangeSet.updateSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner) SalesQuotationServiceBatchChangeSet.updateSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner) Update an existingSalesQuotationItemPartnerentity and save it to the S/4HANA system. -
Uses of SalesQuotationItemPartner 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 SalesQuotationItemPartnerModifier and TypeMethodDescriptionSalesQuotationItemPartnerOneToOneLink.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 SalesQuotationItemPartnerModifier and TypeMethodDescriptionprotected SalesQuotationItemPartnerLink<ObjectT>SalesQuotationItemPartnerLink.translateLinkType(EntityLink<SalesQuotationItemPartnerLink<ObjectT>, SalesQuotationItemPartner, ObjectT> link) -
Uses of SalesQuotationItemPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SalesQuotationItemPartnerModifier and TypeMethodDescriptionDefaultSalesQuotationService.deleteSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner) Deprecated.SalesQuotationService.deleteSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner) Deprecated.Deletes an existingSalesQuotationItemPartnerentity in the S/4HANA system.DefaultSalesQuotationService.updateSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner) Deprecated.SalesQuotationService.updateSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner) Deprecated.Update an existingSalesQuotationItemPartnerentity and save it to the S/4HANA system.