Class FundCore.FundCoreBuilder

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

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

    • text

      @Nonnull public FundCore.FundCoreBuilder text(FundText... value)
      Navigation property to_Text for FundCore to multiple FundText.
      Parameters:
      value - The FundTexts to build this FundCore with.
      Returns:
      This Builder to allow for a fluent interface.
    • financialManagementArea

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

      Original property name from the Odata EDM: FinancialManagementArea

      Returns:
      this.
    • fund

      @Nonnull public FundCore.FundCoreBuilder fund(@Nullable String fund)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Fund

      Returns:
      this.
    • fundType

      @Nonnull public FundCore.FundCoreBuilder fundType(@Nullable String fundType)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: FundType

      Returns:
      this.
    • fundPeriodicity

      @Nonnull public FundCore.FundCoreBuilder fundPeriodicity(@Nullable String fundPeriodicity)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: FundPeriodicity

      Returns:
      this.
    • fundAuthznGrp

      @Nonnull public FundCore.FundCoreBuilder fundAuthznGrp(@Nullable String fundAuthznGrp)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: FundAuthznGrp

      Returns:
      this.
    • validityStartDate

      @Nonnull public FundCore.FundCoreBuilder validityStartDate(@Nullable LocalDateTime validityStartDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityStartDate

      Returns:
      this.
    • validityEndDate

      @Nonnull public FundCore.FundCoreBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityEndDate

      Returns:
      this.
    • fundName

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

      Original property name from the Odata EDM: FundName

      Returns:
      this.
    • fundDescription

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

      Original property name from the Odata EDM: FundDescription

      Returns:
      this.
    • fundFinMgmtAreaForAuthzn

      @Nonnull public FundCore.FundCoreBuilder fundFinMgmtAreaForAuthzn(@Nullable String fundFinMgmtAreaForAuthzn)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: FundFinMgmtAreaForAuthzn

      Returns:
      this.
    • build

      @Nonnull public FundCore build()
    • toString

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