Class FundText.FundTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund.FundText.FundTextBuilder
Enclosing class:
FundText

public static final class FundText.FundTextBuilder extends Object
Helper class to allow for fluent creation of FundText instances.
  • Method Details

    • fund

      @Nonnull public FundText.FundTextBuilder fund(FundCore value)
      Navigation property to_Fund for FundText to single FundCore.
      Parameters:
      value - The FundCore to build this FundText with.
      Returns:
      This Builder to allow for a fluent interface.
    • fund

      @Nonnull public FundText.FundTextBuilder fund(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Fund

      Parameters:
      value - The fund to build this FundText with.
      Returns:
      This Builder to allow for a fluent interface.
    • financialManagementArea

      @Nonnull public FundText.FundTextBuilder financialManagementArea(@Nullable String financialManagementArea)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: FinancialManagementArea

      Returns:
      this.
    • language

      @Nonnull public FundText.FundTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • fundName

      @Nonnull public FundText.FundTextBuilder fundName(@Nullable String fundName)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: FundName

      Returns:
      this.
    • fundDescription

      @Nonnull public FundText.FundTextBuilder fundDescription(@Nullable String fundDescription)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: FundDescription

      Returns:
      this.
    • build

      @Nonnull public FundText build()
    • toString

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