public static final class BillingDocumentType.BillingDocumentTypeBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BillingDocumentType.BillingDocumentTypeBuilder |
additionalMasterDataSource(String additionalMasterDataSource)
Constraints: Not nullable, Maximum length: 10
|
BillingDocumentType.BillingDocumentTypeBuilder |
billingDocumentType_Text(String billingDocumentType_Text)
Constraints: Not nullable, Maximum length: 40
|
BillingDocumentType.BillingDocumentTypeBuilder |
billingDocumentType(String billingDocumentType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
BillingDocumentType |
build() |
BillingDocumentType.BillingDocumentTypeBuilder |
cnsldtnBillingTypeT(BillingDocumentTypeText... value)
Navigation property to_CnsldtnBillingTypeT for BillingDocumentType to multiple
BillingDocumentTypeText.
|
String |
toString() |
@Nonnull public BillingDocumentType.BillingDocumentTypeBuilder cnsldtnBillingTypeT(BillingDocumentTypeText... value)
value
- The BillingDocumentTypeTexts to build this BillingDocumentType with.public BillingDocumentType.BillingDocumentTypeBuilder billingDocumentType(@Nullable String billingDocumentType)
Original property name from the Odata EDM: BillingDocumentType
When you process billing documents collectively, you can use the billing type as one of the selection criteria.
this
.public BillingDocumentType.BillingDocumentTypeBuilder billingDocumentType_Text(@Nullable String billingDocumentType_Text)
Original property name from the Odata EDM: BillingDocumentType_Text
this
.public BillingDocumentType.BillingDocumentTypeBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
Original property name from the Odata EDM: AdditionalMasterDataSource
this
.public BillingDocumentType build()
Copyright © 2020 SAP SE. All rights reserved.