Modifier and Type | Field and Description |
---|---|
static SalesOrderSimulationOneToOneLink<SalesOrderCreditSimulation> |
SalesOrderSimulation.TO_CREDIT
Use with available fluent helpers to apply the to_Credit navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesOrderCreditSimulation |
SalesOrderCreditSimulation.SalesOrderCreditSimulationBuilder.build() |
SalesOrderCreditSimulation |
SalesOrderSimulation.fetchCredit()
Fetches the SalesOrderCreditSimulation entity (one to one) associated with this entity.
|
SalesOrderCreditSimulation |
SalesOrderSimulation.getCreditOrFetch()
Retrieval of associated SalesOrderCreditSimulation entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<SalesOrderCreditSimulation> |
SalesOrderSimulation.getCreditIfPresent()
Retrieval of associated SalesOrderCreditSimulation entity (one to one).
|
Class<SalesOrderCreditSimulation> |
SalesOrderCreditSimulation.getType() |
Modifier and Type | Method and Description |
---|---|
SalesOrderSimulation.SalesOrderSimulationBuilder |
SalesOrderSimulation.SalesOrderSimulationBuilder.credit(SalesOrderCreditSimulation value)
Navigation property to_Credit for SalesOrderSimulation to single
SalesOrderCreditSimulation.
|
void |
SalesOrderSimulation.setCredit(SalesOrderCreditSimulation value)
Overwrites the associated SalesOrderCreditSimulation entity for the loaded navigation property
to_Credit.
|
Constructor and Description |
---|
SalesOrderSimulation(String salesOrder,
String salesOrderType,
String salesOrganization,
String distributionChannel,
String organizationDivision,
String salesGroup,
String salesOffice,
String salesDistrict,
String soldToParty,
String purchaseOrderByCustomer,
String customerPurchaseOrderType,
LocalDateTime customerPurchaseOrderDate,
LocalDateTime salesOrderDate,
String transactionCurrency,
String accountingDocExternalReference,
String customerTaxClassification1,
String customerTaxClassification2,
String customerTaxClassification3,
String customerTaxClassification4,
String customerTaxClassification5,
String customerTaxClassification6,
String customerTaxClassification7,
String customerTaxClassification8,
String customerTaxClassification9,
String priceListType,
String customerPriceGroup,
String sDDocumentReason,
LocalDateTime pricingDate,
String sDPricingProcedure,
LocalDateTime requestedDeliveryDate,
String shippingCondition,
Boolean completeDeliveryIsDefined,
String shippingType,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String incotermsVersion,
String referenceSDDocument,
String customerPaymentTerms,
String paymentMethod,
SalesOrderCreditSimulation toCredit,
List<SalesOrderItemSimulation> toItem,
List<SalesOrderPartnerSimulation> toPartner,
SalesOrderPricingSimulation toPricing,
List<SalesOrderPrcgElmntSimln> toPricingElement) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SalesOrderCreditSimulation> |
SalesOrderCreditSimulationOneToOneLink.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 SalesOrderCreditSimulationLink<ObjectT> |
SalesOrderCreditSimulationLink.translateLinkType(EntityLink<SalesOrderCreditSimulationLink<ObjectT>,SalesOrderCreditSimulation,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.