public static final class SalesContract.SalesContractBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SalesContract |
build() |
SalesContract.SalesContractBuilder |
contractManualCompletion(String contractManualCompletion)
Constraints: Not nullable, Maximum length: 1
|
SalesContract.SalesContractBuilder |
createdByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
SalesContract.SalesContractBuilder |
creationDate(LocalDateTime creationDate)
Constraints: Not nullable, Precision: 0
|
SalesContract.SalesContractBuilder |
customerPaymentTerms(String customerPaymentTerms)
Constraints: Not nullable, Maximum length: 4
|
SalesContract.SalesContractBuilder |
customerPurchaseOrderDate(LocalDateTime customerPurchaseOrderDate)
Constraints: Not nullable, Precision: 0
|
SalesContract.SalesContractBuilder |
customerPurchaseOrderType(String customerPurchaseOrderType)
Constraints: Not nullable, Maximum length: 4
|
SalesContract.SalesContractBuilder |
distributionChannel(String distributionChannel)
Constraints: Not nullable, Maximum length: 2
|
SalesContract.SalesContractBuilder |
incotermsClassification(String incotermsClassification)
Constraints: Not nullable, Maximum length: 3
|
SalesContract.SalesContractBuilder |
incotermsLocation1(String incotermsLocation1)
Constraints: Not nullable, Maximum length: 70
|
SalesContract.SalesContractBuilder |
incotermsLocation2(String incotermsLocation2)
Constraints: Not nullable, Maximum length: 70
|
SalesContract.SalesContractBuilder |
incotermsTransferLocation(String incotermsTransferLocation)
Constraints: Not nullable, Maximum length: 28
|
SalesContract.SalesContractBuilder |
incotermsVersion(String incotermsVersion)
Constraints: Not nullable, Maximum length: 4
|
SalesContract.SalesContractBuilder |
item(SalesContractItem... value)
Navigation property to_Item for SalesContract to multiple SalesContractItem.
|
SalesContract.SalesContractBuilder |
lastChangeDate(LocalDateTime lastChangeDate)
Constraints: Not nullable, Precision: 0
|
SalesContract.SalesContractBuilder |
lastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 7
|
SalesContract.SalesContractBuilder |
nmbrOfSalesContractValdtyPerd(String nmbrOfSalesContractValdtyPerd)
Constraints: Not nullable, Maximum length: 3
|
SalesContract.SalesContractBuilder |
organizationDivision(String organizationDivision)
Constraints: Not nullable, Maximum length: 2
|
SalesContract.SalesContractBuilder |
overallSDDocumentRejectionSts(String overallSDDocumentRejectionSts)
Constraints: Not nullable, Maximum length: 1
|
SalesContract.SalesContractBuilder |
overallSDProcessStatus(String overallSDProcessStatus)
Constraints: Not nullable, Maximum length: 1
|
SalesContract.SalesContractBuilder |
partner(SalesContractPartner... value)
Navigation property to_Partner for SalesContract to multiple SalesContractPartner.
|
SalesContract.SalesContractBuilder |
paymentMethod(String paymentMethod)
Constraints: Not nullable, Maximum length: 1
|
SalesContract.SalesContractBuilder |
pricingDate(LocalDateTime pricingDate)
Constraints: Not nullable, Precision: 0
|
SalesContract.SalesContractBuilder |
pricingElement(SalesContractPrcgElmnt... value)
Navigation property to_PricingElement for SalesContract to multiple
SalesContractPrcgElmnt.
|
SalesContract.SalesContractBuilder |
purchaseOrderByCustomer(String purchaseOrderByCustomer)
Constraints: Not nullable, Maximum length: 35
|
SalesContract.SalesContractBuilder |
referenceSDDocument(String referenceSDDocument)
Constraints: Not nullable, Maximum length: 10
|
SalesContract.SalesContractBuilder |
referenceSDDocumentCategory(String referenceSDDocumentCategory)
Constraints: Not nullable, Maximum length: 4
|
SalesContract.SalesContractBuilder |
salesContract(String salesContract)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
SalesContract.SalesContractBuilder |
salesContractApprovalReason(String salesContractApprovalReason)
Constraints: Not nullable, Maximum length: 4
|
SalesContract.SalesContractBuilder |
salesContractDate(LocalDateTime salesContractDate)
Constraints: Not nullable, Precision: 0
|
SalesContract.SalesContractBuilder |
salesContractFollowUpAction(String salesContractFollowUpAction)
Constraints: Not nullable, Maximum length: 4
|
SalesContract.SalesContractBuilder |
salesContractSignedDate(LocalDateTime salesContractSignedDate)
Constraints: Not nullable, Precision: 0
|
SalesContract.SalesContractBuilder |
salesContractType(String salesContractType)
Constraints: Not nullable, Maximum length: 4
|
SalesContract.SalesContractBuilder |
salesContractValidityEndDate(LocalDateTime salesContractValidityEndDate)
Constraints: Not nullable, Precision: 0
|
SalesContract.SalesContractBuilder |
salesContractValidityPerdCat(String salesContractValidityPerdCat)
Constraints: Not nullable, Maximum length: 2
|
SalesContract.SalesContractBuilder |
salesContractValidityPerdUnit(String salesContractValidityPerdUnit)
Constraints: Not nullable, Maximum length: 1
|
SalesContract.SalesContractBuilder |
salesContractValidityStartDate(LocalDateTime salesContractValidityStartDate)
Constraints: Not nullable, Precision: 0
|
SalesContract.SalesContractBuilder |
salesDistrict(String salesDistrict)
Constraints: Not nullable, Maximum length: 6
|
SalesContract.SalesContractBuilder |
salesDocApprovalStatus(String salesDocApprovalStatus)
Constraints: Not nullable, Maximum length: 1
|
SalesContract.SalesContractBuilder |
salesGroup(String salesGroup)
Constraints: Not nullable, Maximum length: 3
|
SalesContract.SalesContractBuilder |
salesOffice(String salesOffice)
Constraints: Not nullable, Maximum length: 4
|
SalesContract.SalesContractBuilder |
salesOrganization(String salesOrganization)
Constraints: Not nullable, Maximum length: 4
|
SalesContract.SalesContractBuilder |
sDDocumentReason(String sDDocumentReason)
Constraints: Not nullable, Maximum length: 3
|
SalesContract.SalesContractBuilder |
slsContractFollowUpActionDate(LocalDateTime slsContractFollowUpActionDate)
Constraints: Not nullable, Precision: 0
|
SalesContract.SalesContractBuilder |
soldToParty(String soldToParty)
Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
SalesContract.SalesContractBuilder |
totalCreditCheckStatus(String totalCreditCheckStatus)
Constraints: Not nullable, Maximum length: 1
|
SalesContract.SalesContractBuilder |
totalNetAmount(BigDecimal totalNetAmount)
Constraints: Not nullable, Precision: 16, Scale: 3
|
SalesContract.SalesContractBuilder |
transactionCurrency(String transactionCurrency)
Constraints: Not nullable, Maximum length: 5
|
@Nonnull public SalesContract.SalesContractBuilder item(SalesContractItem... value)
value
- The SalesContractItems to build this SalesContract with.@Nonnull public SalesContract.SalesContractBuilder partner(SalesContractPartner... value)
value
- The SalesContractPartners to build this SalesContract with.@Nonnull public SalesContract.SalesContractBuilder pricingElement(SalesContractPrcgElmnt... value)
value
- The SalesContractPrcgElmnts to build this SalesContract with.@Nonnull public SalesContract.SalesContractBuilder salesContract(@Nullable String salesContract)
Original property name from the Odata EDM: SalesContract
this
.@Nonnull public SalesContract.SalesContractBuilder salesContractType(@Nullable String salesContractType)
Original property name from the Odata EDM: SalesContractType
this
.@Nonnull public SalesContract.SalesContractBuilder salesOrganization(@Nullable String salesOrganization)
Original property name from the Odata EDM: SalesOrganization
this
.@Nonnull public SalesContract.SalesContractBuilder distributionChannel(@Nullable String distributionChannel)
Original property name from the Odata EDM: DistributionChannel
this
.@Nonnull public SalesContract.SalesContractBuilder organizationDivision(@Nullable String organizationDivision)
Original property name from the Odata EDM: OrganizationDivision
this
.@Nonnull public SalesContract.SalesContractBuilder salesGroup(@Nullable String salesGroup)
Original property name from the Odata EDM: SalesGroup
this
.@Nonnull public SalesContract.SalesContractBuilder salesOffice(@Nullable String salesOffice)
Original property name from the Odata EDM: SalesOffice
this
.@Nonnull public SalesContract.SalesContractBuilder salesDistrict(@Nullable String salesDistrict)
Original property name from the Odata EDM: SalesDistrict
this
.@Nonnull public SalesContract.SalesContractBuilder soldToParty(@Nullable String soldToParty)
Original property name from the Odata EDM: SoldToParty
this
.@Nonnull public SalesContract.SalesContractBuilder creationDate(@Nullable LocalDateTime creationDate)
Original property name from the Odata EDM: CreationDate
this
.@Nonnull public SalesContract.SalesContractBuilder createdByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
this
.@Nonnull public SalesContract.SalesContractBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate)
Original property name from the Odata EDM: LastChangeDate
this
.@Nonnull public SalesContract.SalesContractBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
this
.@Nonnull public SalesContract.SalesContractBuilder purchaseOrderByCustomer(@Nullable String purchaseOrderByCustomer)
Original property name from the Odata EDM: PurchaseOrderByCustomer
this
.@Nonnull public SalesContract.SalesContractBuilder customerPurchaseOrderType(@Nullable String customerPurchaseOrderType)
Original property name from the Odata EDM: CustomerPurchaseOrderType
this
.@Nonnull public SalesContract.SalesContractBuilder customerPurchaseOrderDate(@Nullable LocalDateTime customerPurchaseOrderDate)
Original property name from the Odata EDM: CustomerPurchaseOrderDate
this
.@Nonnull public SalesContract.SalesContractBuilder salesContractDate(@Nullable LocalDateTime salesContractDate)
Original property name from the Odata EDM: SalesContractDate
this
.@Nonnull public SalesContract.SalesContractBuilder totalNetAmount(@Nullable BigDecimal totalNetAmount)
Original property name from the Odata EDM: TotalNetAmount
this
.@Nonnull public SalesContract.SalesContractBuilder transactionCurrency(@Nullable String transactionCurrency)
Original property name from the Odata EDM: TransactionCurrency
this
.@Nonnull public SalesContract.SalesContractBuilder sDDocumentReason(@Nullable String sDDocumentReason)
Original property name from the Odata EDM: SDDocumentReason
this
.@Nonnull public SalesContract.SalesContractBuilder pricingDate(@Nullable LocalDateTime pricingDate)
Original property name from the Odata EDM: PricingDate
this
.@Nonnull public SalesContract.SalesContractBuilder incotermsClassification(@Nullable String incotermsClassification)
Original property name from the Odata EDM: IncotermsClassification
this
.@Nonnull public SalesContract.SalesContractBuilder incotermsTransferLocation(@Nullable String incotermsTransferLocation)
Original property name from the Odata EDM: IncotermsTransferLocation
this
.@Nonnull public SalesContract.SalesContractBuilder incotermsLocation1(@Nullable String incotermsLocation1)
Original property name from the Odata EDM: IncotermsLocation1
this
.@Nonnull public SalesContract.SalesContractBuilder incotermsLocation2(@Nullable String incotermsLocation2)
Original property name from the Odata EDM: IncotermsLocation2
this
.@Nonnull public SalesContract.SalesContractBuilder incotermsVersion(@Nullable String incotermsVersion)
Original property name from the Odata EDM: IncotermsVersion
this
.@Nonnull public SalesContract.SalesContractBuilder customerPaymentTerms(@Nullable String customerPaymentTerms)
Original property name from the Odata EDM: CustomerPaymentTerms
this
.@Nonnull public SalesContract.SalesContractBuilder paymentMethod(@Nullable String paymentMethod)
Original property name from the Odata EDM: PaymentMethod
this
.@Nonnull public SalesContract.SalesContractBuilder salesContractValidityStartDate(@Nullable LocalDateTime salesContractValidityStartDate)
Original property name from the Odata EDM: SalesContractValidityStartDate
this
.@Nonnull public SalesContract.SalesContractBuilder salesContractValidityEndDate(@Nullable LocalDateTime salesContractValidityEndDate)
Original property name from the Odata EDM: SalesContractValidityEndDate
this
.@Nonnull public SalesContract.SalesContractBuilder salesContractValidityPerdUnit(@Nullable String salesContractValidityPerdUnit)
Original property name from the Odata EDM: SalesContractValidityPerdUnit
this
.@Nonnull public SalesContract.SalesContractBuilder salesContractValidityPerdCat(@Nullable String salesContractValidityPerdCat)
Original property name from the Odata EDM: SalesContractValidityPerdCat
this
.@Nonnull public SalesContract.SalesContractBuilder salesContractSignedDate(@Nullable LocalDateTime salesContractSignedDate)
Original property name from the Odata EDM: SalesContractSignedDate
this
.@Nonnull public SalesContract.SalesContractBuilder nmbrOfSalesContractValdtyPerd(@Nullable String nmbrOfSalesContractValdtyPerd)
Original property name from the Odata EDM: NmbrOfSalesContractValdtyPerd
this
.@Nonnull public SalesContract.SalesContractBuilder salesContractFollowUpAction(@Nullable String salesContractFollowUpAction)
Original property name from the Odata EDM: SalesContractFollowUpAction
this
.@Nonnull public SalesContract.SalesContractBuilder slsContractFollowUpActionDate(@Nullable LocalDateTime slsContractFollowUpActionDate)
Original property name from the Odata EDM: SlsContractFollowUpActionDate
this
.@Nonnull public SalesContract.SalesContractBuilder contractManualCompletion(@Nullable String contractManualCompletion)
Original property name from the Odata EDM: ContractManualCompletion
this
.@Nonnull public SalesContract.SalesContractBuilder referenceSDDocument(@Nullable String referenceSDDocument)
Original property name from the Odata EDM: ReferenceSDDocument
this
.@Nonnull public SalesContract.SalesContractBuilder referenceSDDocumentCategory(@Nullable String referenceSDDocumentCategory)
Original property name from the Odata EDM: ReferenceSDDocumentCategory
this
.@Nonnull public SalesContract.SalesContractBuilder salesDocApprovalStatus(@Nullable String salesDocApprovalStatus)
Original property name from the Odata EDM: SalesDocApprovalStatus
this
.@Nonnull public SalesContract.SalesContractBuilder salesContractApprovalReason(@Nullable String salesContractApprovalReason)
Original property name from the Odata EDM: SalesContractApprovalReason
this
.@Nonnull public SalesContract.SalesContractBuilder overallSDProcessStatus(@Nullable String overallSDProcessStatus)
Original property name from the Odata EDM: OverallSDProcessStatus
this
.@Nonnull public SalesContract.SalesContractBuilder totalCreditCheckStatus(@Nullable String totalCreditCheckStatus)
Original property name from the Odata EDM: TotalCreditCheckStatus
this
.@Nonnull public SalesContract.SalesContractBuilder overallSDDocumentRejectionSts(@Nullable String overallSDDocumentRejectionSts)
Original property name from the Odata EDM: OverallSDDocumentRejectionSts
this
.@Nonnull public SalesContract build()
Copyright © 2022 SAP SE. All rights reserved.