Class GrantFundsLink.GrantFundsLinkBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.GrantFundsLink.GrantFundsLinkBuilder
- Enclosing class:
- GrantFundsLink
Helper class to allow for fluent creation of GrantFundsLink instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()financialManagementArea(String financialManagementArea) (Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 10fundIsRlvtForCostSharing(String fundIsRlvtForCostSharing) Constraints: Not nullable, Maximum length: 1fundIsRlvtForIndrctCostRcvry(String fundIsRlvtForIndrctCostRcvry) Constraints: Not nullable, Maximum length: 1fundIsRlvtForProgramIncome(String fundIsRlvtForProgramIncome) Constraints: Not nullable, Maximum length: 1Navigation property to_Grant for GrantFundsLink to single GrantCore.(Key Field) Constraints: Not nullable, Maximum length: 20toString()
-
Method Details
-
grant
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
(Key Field) Constraints: Not nullable, Maximum length: 20Original 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: 4Original property name from the Odata EDM: FinancialManagementArea
- Returns:
this.
-
fund
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Fund
- Returns:
this.
-
fundIsRlvtForCostSharing
@Nonnull public GrantFundsLink.GrantFundsLinkBuilder fundIsRlvtForCostSharing(@Nullable String fundIsRlvtForCostSharing) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: FundIsRlvtForCostSharing
- Returns:
this.
-
fundIsRlvtForIndrctCostRcvry
@Nonnull public GrantFundsLink.GrantFundsLinkBuilder fundIsRlvtForIndrctCostRcvry(@Nullable String fundIsRlvtForIndrctCostRcvry) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: FundIsRlvtForIndrctCostRcvry
- Returns:
this.
-
fundIsRlvtForProgramIncome
@Nonnull public GrantFundsLink.GrantFundsLinkBuilder fundIsRlvtForProgramIncome(@Nullable String fundIsRlvtForProgramIncome) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: FundIsRlvtForProgramIncome
- Returns:
this.
-
build
-
toString
-