public static final class CustomerCompany.CustomerCompanyBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerCompany.CustomerCompanyBuilder |
accountByCustomer(String accountByCustomer)
Constraints: Not nullable, Maximum length: 12
|
CustomerCompany.CustomerCompanyBuilder |
accountingClerk(String accountingClerk)
Constraints: Not nullable, Maximum length: 2
|
CustomerCompany.CustomerCompanyBuilder |
accountingClerkFaxNumber(String accountingClerkFaxNumber)
Constraints: Not nullable, Maximum length: 31
|
CustomerCompany.CustomerCompanyBuilder |
accountingClerkInternetAddress(String accountingClerkInternetAddress)
Constraints: Not nullable, Maximum length: 130
|
CustomerCompany.CustomerCompanyBuilder |
accountingClerkPhoneNumber(String accountingClerkPhoneNumber)
Constraints: Not nullable, Maximum length: 30
|
CustomerCompany.CustomerCompanyBuilder |
alternativePayerAccount(String alternativePayerAccount)
Constraints: Not nullable, Maximum length: 10
|
CustomerCompany.CustomerCompanyBuilder |
aPARToleranceGroup(String aPARToleranceGroup)
Constraints: Not nullable, Maximum length: 4
|
CustomerCompany.CustomerCompanyBuilder |
authorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
CustomerCompany |
build() |
CustomerCompany.CustomerCompanyBuilder |
cashPlanningGroup(String cashPlanningGroup)
Constraints: Not nullable, Maximum length: 10
|
CustomerCompany.CustomerCompanyBuilder |
collectiveInvoiceVariant(String collectiveInvoiceVariant)
Constraints: Not nullable, Maximum length: 1
|
CustomerCompany.CustomerCompanyBuilder |
companyCode(String companyCode)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
CustomerCompany.CustomerCompanyBuilder |
companyText(CustomerCompanyText... value)
Navigation property to_CompanyText for CustomerCompany to multiple CustomerCompanyText.
|
CustomerCompany.CustomerCompanyBuilder |
customer(String customer)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
CustomerCompany.CustomerCompanyBuilder |
customerAccountGroup(String customerAccountGroup)
Constraints: Not nullable, Maximum length: 4
|
CustomerCompany.CustomerCompanyBuilder |
customerAccountNote(String customerAccountNote)
Constraints: Not nullable, Maximum length: 30
|
CustomerCompany.CustomerCompanyBuilder |
customerDunning(CustomerDunning... value)
Navigation property to_CustomerDunning for CustomerCompany to multiple CustomerDunning.
|
CustomerCompany.CustomerCompanyBuilder |
customerHeadOffice(String customerHeadOffice)
Constraints: Not nullable, Maximum length: 10
|
CustomerCompany.CustomerCompanyBuilder |
customerSupplierClearingIsUsed(Boolean customerSupplierClearingIsUsed)
Constraints: none
|
CustomerCompany.CustomerCompanyBuilder |
deletionIndicator(Boolean deletionIndicator)
Constraints: none
|
CustomerCompany.CustomerCompanyBuilder |
houseBank(String houseBank)
Constraints: Not nullable, Maximum length: 5
|
CustomerCompany.CustomerCompanyBuilder |
interestCalculationCode(String interestCalculationCode)
Constraints: Not nullable, Maximum length: 2
|
CustomerCompany.CustomerCompanyBuilder |
interestCalculationDate(LocalDateTime interestCalculationDate)
Constraints: Not nullable, Precision: 0
|
CustomerCompany.CustomerCompanyBuilder |
intrstCalcFrequencyInMonths(String intrstCalcFrequencyInMonths)
Constraints: Not nullable, Maximum length: 2
|
CustomerCompany.CustomerCompanyBuilder |
isToBeLocallyProcessed(Boolean isToBeLocallyProcessed)
Constraints: none
|
CustomerCompany.CustomerCompanyBuilder |
itemIsToBePaidSeparately(Boolean itemIsToBePaidSeparately)
Constraints: none
|
CustomerCompany.CustomerCompanyBuilder |
knownOrNegotiatedLeave(String knownOrNegotiatedLeave)
Constraints: Not nullable, Maximum length: 4
|
CustomerCompany.CustomerCompanyBuilder |
layoutSortingRule(String layoutSortingRule)
Constraints: Not nullable, Maximum length: 3
|
CustomerCompany.CustomerCompanyBuilder |
paymentBlockingReason(String paymentBlockingReason)
Constraints: Not nullable, Maximum length: 1
|
CustomerCompany.CustomerCompanyBuilder |
paymentMethodsList(String paymentMethodsList)
Constraints: Not nullable, Maximum length: 10
|
CustomerCompany.CustomerCompanyBuilder |
paymentTerms(String paymentTerms)
Constraints: Not nullable, Maximum length: 4
|
CustomerCompany.CustomerCompanyBuilder |
paytAdviceIsSentbyEDI(Boolean paytAdviceIsSentbyEDI)
Constraints: none
|
CustomerCompany.CustomerCompanyBuilder |
physicalInventoryBlockInd(Boolean physicalInventoryBlockInd)
Constraints: none
|
CustomerCompany.CustomerCompanyBuilder |
reconciliationAccount(String reconciliationAccount)
Constraints: Not nullable, Maximum length: 10
|
CustomerCompany.CustomerCompanyBuilder |
recordPaymentHistoryIndicator(Boolean recordPaymentHistoryIndicator)
Constraints: none
|
String |
toString() |
CustomerCompany.CustomerCompanyBuilder |
userAtCustomer(String userAtCustomer)
Constraints: Not nullable, Maximum length: 15
|
CustomerCompany.CustomerCompanyBuilder |
valueAdjustmentKey(String valueAdjustmentKey)
Constraints: Not nullable, Maximum length: 2
|
CustomerCompany.CustomerCompanyBuilder |
withHoldingTax(CustomerWithHoldingTax... value)
Navigation property to_WithHoldingTax for CustomerCompany to multiple
CustomerWithHoldingTax.
|
@Nonnull public CustomerCompany.CustomerCompanyBuilder companyText(CustomerCompanyText... value)
value
- The CustomerCompanyTexts to build this CustomerCompany with.@Nonnull public CustomerCompany.CustomerCompanyBuilder customerDunning(CustomerDunning... value)
value
- The CustomerDunnings to build this CustomerCompany with.@Nonnull public CustomerCompany.CustomerCompanyBuilder withHoldingTax(CustomerWithHoldingTax... value)
value
- The CustomerWithHoldingTaxs to build this CustomerCompany with.@Nonnull public CustomerCompany.CustomerCompanyBuilder customer(@Nullable String customer)
Original property name from the Odata EDM: Customer
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder companyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder aPARToleranceGroup(@Nullable String aPARToleranceGroup)
Original property name from the Odata EDM: APARToleranceGroup
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder accountByCustomer(@Nullable String accountByCustomer)
Original property name from the Odata EDM: AccountByCustomer
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder accountingClerk(@Nullable String accountingClerk)
Original property name from the Odata EDM: AccountingClerk
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder accountingClerkFaxNumber(@Nullable String accountingClerkFaxNumber)
Original property name from the Odata EDM: AccountingClerkFaxNumber
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder accountingClerkInternetAddress(@Nullable String accountingClerkInternetAddress)
Original property name from the Odata EDM: AccountingClerkInternetAddress
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder accountingClerkPhoneNumber(@Nullable String accountingClerkPhoneNumber)
Original property name from the Odata EDM: AccountingClerkPhoneNumber
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder alternativePayerAccount(@Nullable String alternativePayerAccount)
Original property name from the Odata EDM: AlternativePayerAccount
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder authorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: AuthorizationGroup
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder collectiveInvoiceVariant(@Nullable String collectiveInvoiceVariant)
Original property name from the Odata EDM: CollectiveInvoiceVariant
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder customerAccountNote(@Nullable String customerAccountNote)
Original property name from the Odata EDM: CustomerAccountNote
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder customerHeadOffice(@Nullable String customerHeadOffice)
Original property name from the Odata EDM: CustomerHeadOffice
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder customerSupplierClearingIsUsed(@Nullable Boolean customerSupplierClearingIsUsed)
Original property name from the Odata EDM: CustomerSupplierClearingIsUsed
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder houseBank(@Nullable String houseBank)
Original property name from the Odata EDM: HouseBank
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder interestCalculationCode(@Nullable String interestCalculationCode)
Original property name from the Odata EDM: InterestCalculationCode
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder interestCalculationDate(@Nullable LocalDateTime interestCalculationDate)
Original property name from the Odata EDM: InterestCalculationDate
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder intrstCalcFrequencyInMonths(@Nullable String intrstCalcFrequencyInMonths)
Original property name from the Odata EDM: IntrstCalcFrequencyInMonths
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder isToBeLocallyProcessed(@Nullable Boolean isToBeLocallyProcessed)
Original property name from the Odata EDM: IsToBeLocallyProcessed
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder itemIsToBePaidSeparately(@Nullable Boolean itemIsToBePaidSeparately)
Original property name from the Odata EDM: ItemIsToBePaidSeparately
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder layoutSortingRule(@Nullable String layoutSortingRule)
Original property name from the Odata EDM: LayoutSortingRule
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder paymentBlockingReason(@Nullable String paymentBlockingReason)
Original property name from the Odata EDM: PaymentBlockingReason
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder paymentMethodsList(@Nullable String paymentMethodsList)
Original property name from the Odata EDM: PaymentMethodsList
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder paymentTerms(@Nullable String paymentTerms)
Original property name from the Odata EDM: PaymentTerms
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder paytAdviceIsSentbyEDI(@Nullable Boolean paytAdviceIsSentbyEDI)
Original property name from the Odata EDM: PaytAdviceIsSentbyEDI
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder physicalInventoryBlockInd(@Nullable Boolean physicalInventoryBlockInd)
Original property name from the Odata EDM: PhysicalInventoryBlockInd
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder reconciliationAccount(@Nullable String reconciliationAccount)
Original property name from the Odata EDM: ReconciliationAccount
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder recordPaymentHistoryIndicator(@Nullable Boolean recordPaymentHistoryIndicator)
Original property name from the Odata EDM: RecordPaymentHistoryIndicator
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder userAtCustomer(@Nullable String userAtCustomer)
Original property name from the Odata EDM: UserAtCustomer
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder deletionIndicator(@Nullable Boolean deletionIndicator)
Original property name from the Odata EDM: DeletionIndicator
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder cashPlanningGroup(@Nullable String cashPlanningGroup)
Original property name from the Odata EDM: CashPlanningGroup
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder knownOrNegotiatedLeave(@Nullable String knownOrNegotiatedLeave)
Original property name from the Odata EDM: KnownOrNegotiatedLeave
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder valueAdjustmentKey(@Nullable String valueAdjustmentKey)
Original property name from the Odata EDM: ValueAdjustmentKey
this
.@Nonnull public CustomerCompany.CustomerCompanyBuilder customerAccountGroup(@Nullable String customerAccountGroup)
Original property name from the Odata EDM: CustomerAccountGroup
this
.@Nonnull public CustomerCompany build()
Copyright © 2021 SAP SE. All rights reserved.