Class BillingDocumentType.BillingDocumentTypeBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.BillingDocumentType.BillingDocumentTypeBuilder
Enclosing class:
BillingDocumentType

public static final class BillingDocumentType.BillingDocumentTypeBuilder extends Object
Helper class to allow for fluent creation of BillingDocumentType instances.
  • 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: 4

      Original 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: 40

      Original property name from the Odata EDM: BillingDocumentType_Text

      Returns:
      this.
    • additionalMasterDataSource

      @Nonnull public BillingDocumentType.BillingDocumentTypeBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: AdditionalMasterDataSource

      Returns:
      this.
    • build

      @Nonnull public BillingDocumentType build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object