Class GrantFundsLink.GrantFundsLinkBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.GrantFundsLink.GrantFundsLinkBuilder
Enclosing class:
GrantFundsLink

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

    • grant

      @Nonnull public GrantFundsLink.GrantFundsLinkBuilder grant(GrantCore value)
      Navigation property to_Grant for GrantFundsLink to single GrantCore.
      Parameters:
      value - The GrantCore to build this GrantFundsLink with.
      Returns:
      This Builder to allow for a fluent interface.
    • grantID

      @Nonnull public GrantFundsLink.GrantFundsLinkBuilder grantID(@Nullable String grantID)
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: GrantID

      Returns:
      this.
    • financialManagementArea

      @Nonnull public GrantFundsLink.GrantFundsLinkBuilder 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 GrantFundsLink.GrantFundsLinkBuilder fund(@Nullable String fund)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Fund

      Returns:
      this.
    • fundIsRlvtForCostSharing

      @Nonnull public GrantFundsLink.GrantFundsLinkBuilder fundIsRlvtForCostSharing(@Nullable String fundIsRlvtForCostSharing)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: FundIsRlvtForCostSharing

      Returns:
      this.
    • fundIsRlvtForIndrctCostRcvry

      @Nonnull public GrantFundsLink.GrantFundsLinkBuilder fundIsRlvtForIndrctCostRcvry(@Nullable String fundIsRlvtForIndrctCostRcvry)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: FundIsRlvtForIndrctCostRcvry

      Returns:
      this.
    • fundIsRlvtForProgramIncome

      @Nonnull public GrantFundsLink.GrantFundsLinkBuilder fundIsRlvtForProgramIncome(@Nullable String fundIsRlvtForProgramIncome)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: FundIsRlvtForProgramIncome

      Returns:
      this.
    • build

      @Nonnull public GrantFundsLink build()
    • toString

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