Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesinquiry | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesinquiry.link |
Modifier and Type | Field and Description |
---|---|
static SalesInquiryItemLink<SalesInquiryItemPrcgElmnt> |
SalesInquiryItem.TO_PRICING_ELEMENT
Use with available fluent helpers to apply the to_PricingElement navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesInquiryItemPrcgElmnt |
SalesInquiryItemPrcgElmnt.SalesInquiryItemPrcgElmntBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SalesInquiryItemPrcgElmnt> |
SalesInquiryItem.fetchPricingElement()
Fetches the SalesInquiryItemPrcgElmnt entities (one to many) associated with this entity.
|
protected Class<SalesInquiryItemPrcgElmnt> |
SalesInquiryItemPrcgElmntFluentHelper.getEntityClass() |
protected Class<SalesInquiryItemPrcgElmnt> |
SalesInquiryItemPrcgElmntByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SalesInquiryItemPrcgElmnt>> |
SalesInquiryItem.getPricingElementIfPresent()
Retrieval of associated SalesInquiryItemPrcgElmnt entities (one to many).
|
List<SalesInquiryItemPrcgElmnt> |
SalesInquiryItem.getPricingElementOrFetch()
Retrieval of associated SalesInquiryItemPrcgElmnt entities (one to many).
|
Class<SalesInquiryItemPrcgElmnt> |
SalesInquiryItemPrcgElmnt.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesInquiryItem.addPricingElement(SalesInquiryItemPrcgElmnt... entity)
Adds elements to the list of associated SalesInquiryItemPrcgElmnt entities.
|
SalesInquiryItem.SalesInquiryItemBuilder |
SalesInquiryItem.SalesInquiryItemBuilder.pricingElement(SalesInquiryItemPrcgElmnt... value)
Navigation property to_PricingElement for SalesInquiryItem to multiple
SalesInquiryItemPrcgElmnt.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesInquiryItem.setPricingElement(List<SalesInquiryItemPrcgElmnt> value)
Overwrites the list of associated SalesInquiryItemPrcgElmnt entities for the loaded navigation property
to_PricingElement.
|
Constructor and Description |
---|
SalesInquiryItem(String salesInquiry,
String salesInquiryItem,
String higherLevelItem,
String salesInquiryItemCategory,
String salesInquiryItemText,
String purchaseOrderByCustomer,
String material,
String materialByCustomer,
BigDecimal requestedQuantity,
String requestedQuantityUnit,
String itemOrderProbabilityInPercent,
String alternativeToItem,
BigDecimal itemGrossWeight,
BigDecimal itemNetWeight,
String itemWeightUnit,
BigDecimal itemVolume,
String itemVolumeUnit,
String transactionCurrency,
BigDecimal netAmount,
String materialGroup,
String batch,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String customerPaymentTerms,
String salesDocumentRjcnReason,
String wBSElement,
String sDProcessStatus,
List<SalesInquiryItemPartner> toPartner,
List<SalesInquiryItemPrcgElmnt> toPricingElement,
SalesInquiry toSalesInquiry) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SalesInquiryItemPrcgElmnt> |
SalesInquiryItemPrcgElmntOneToOneLink.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.
|
Modifier and Type | Method and Description |
---|---|
protected SalesInquiryItemPrcgElmntLink<ObjectT> |
SalesInquiryItemPrcgElmntLink.translateLinkType(EntityLink<SalesInquiryItemPrcgElmntLink<ObjectT>,SalesInquiryItemPrcgElmnt,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.