Class BillingDocumentTypeText.BillingDocumentTypeTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.BillingDocumentTypeText.BillingDocumentTypeTextBuilder
- Enclosing class:
- BillingDocumentTypeText
Helper class to allow for fluent creation of BillingDocumentTypeText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbillingDocumentType(String billingDocumentType) (Key Field) Constraints: Not nullable, Maximum length: 4billingDocumentTypeText(String billingDocumentTypeText) Constraints: Not nullable, Maximum length: 40build()Navigation property to_CnsldtnBillingType for BillingDocumentTypeText to single BillingDocumentType.(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnBillingType
@Nonnull public BillingDocumentTypeText.BillingDocumentTypeTextBuilder cnsldtnBillingType(BillingDocumentType value) Navigation property to_CnsldtnBillingType for BillingDocumentTypeText to single BillingDocumentType.- Parameters:
value- The BillingDocumentType to build this BillingDocumentTypeText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public BillingDocumentTypeText.BillingDocumentTypeTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
billingDocumentType
@Nonnull public BillingDocumentTypeText.BillingDocumentTypeTextBuilder billingDocumentType(@Nullable String billingDocumentType) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BillingDocumentType
- Returns:
this.
-
billingDocumentTypeText
@Nonnull public BillingDocumentTypeText.BillingDocumentTypeTextBuilder billingDocumentTypeText(@Nullable String billingDocumentTypeText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BillingDocumentTypeText
- Returns:
this.
-
build
-
toString
-