Class CnsldtnBillingDocTypeText.CnsldtnBillingDocTypeTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationbillingdocumenttype.CnsldtnBillingDocTypeText.CnsldtnBillingDocTypeTextBuilder
- Enclosing class:
- CnsldtnBillingDocTypeText
Helper class to allow for fluent creation of CnsldtnBillingDocTypeText instances.
-
Method Summary
Modifier and TypeMethodDescriptionNavigation property _BillingDocumentType for CnsldtnBillingDocTypeText to single CnsldtnBillingDocumentType.billingDocumentType(String value) (Key Field) Constraints: Not nullable, Maximum length: 4billingDocumentTypeName(String billingDocumentTypeName) Constraints: Not nullable, Maximum length: 40build()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
billingDocumentType
@Nonnull public CnsldtnBillingDocTypeText.CnsldtnBillingDocTypeTextBuilder billingDocumentType(CnsldtnBillingDocumentType value) Navigation property _BillingDocumentType for CnsldtnBillingDocTypeText to single CnsldtnBillingDocumentType.- Parameters:
value- The CnsldtnBillingDocumentType to build this CnsldtnBillingDocTypeText with.- Returns:
- This Builder to allow for a fluent interface.
-
billingDocumentType
@Nonnull public CnsldtnBillingDocTypeText.CnsldtnBillingDocTypeTextBuilder billingDocumentType(String value) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BillingDocumentType
- Parameters:
value- The billingDocumentType to build this CnsldtnBillingDocTypeText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public CnsldtnBillingDocTypeText.CnsldtnBillingDocTypeTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
billingDocumentTypeName
@Nonnull public CnsldtnBillingDocTypeText.CnsldtnBillingDocTypeTextBuilder billingDocumentTypeName(@Nullable String billingDocumentTypeName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BillingDocumentTypeName
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnBillingDocTypeText.CnsldtnBillingDocTypeTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
build
-
toString
-