Class BillingDocumentType.BillingDocumentTypeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.BillingDocumentType.BillingDocumentTypeBuilder
- Enclosing class:
- BillingDocumentType
Helper class to allow for fluent creation of BillingDocumentType instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10billingDocumentType(String billingDocumentType) (Key Field) Constraints: Not nullable, Maximum length: 4billingDocumentType_Text(String billingDocumentType_Text) Constraints: Not nullable, Maximum length: 40build()cnsldtnBillingTypeT(BillingDocumentTypeText... value) Navigation property to_CnsldtnBillingTypeT for BillingDocumentType to multiple BillingDocumentTypeText.toString()
-
Method Details
-
cnsldtnBillingTypeT
@Nonnull public BillingDocumentType.BillingDocumentTypeBuilder cnsldtnBillingTypeT(BillingDocumentTypeText... value) Navigation property to_CnsldtnBillingTypeT for BillingDocumentType to multiple BillingDocumentTypeText.- Parameters:
value- The BillingDocumentTypeTexts to build this BillingDocumentType with.- Returns:
- This Builder to allow for a fluent interface.
-
billingDocumentType
@Nonnull public BillingDocumentType.BillingDocumentTypeBuilder billingDocumentType(@Nullable String billingDocumentType) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BillingDocumentType
- Returns:
this.
-
billingDocumentType_Text
@Nonnull public BillingDocumentType.BillingDocumentTypeBuilder billingDocumentType_Text(@Nullable String billingDocumentType_Text) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BillingDocumentType_Text
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public BillingDocumentType.BillingDocumentTypeBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
build
-
toString
-