Class GrantCostSharingLink.GrantCostSharingLinkBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.GrantCostSharingLink.GrantCostSharingLinkBuilder
- Enclosing class:
- GrantCostSharingLink
Helper class to allow for fluent creation of GrantCostSharingLink instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()financialManagementArea(String financialManagementArea) (Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 10Navigation property to_Grant for GrantCostSharingLink to single GrantCore.granteeMgmtCostSharingType(String granteeMgmtCostSharingType) Constraints: Not nullable, Maximum length: 1(Key Field) Constraints: Not nullable, Maximum length: 20gteeMCostSharingRateInPercent(BigDecimal gteeMCostSharingRateInPercent) Constraints: Not nullable, Precision: 6, Scale: 3gteeMCostSharingSource(String gteeMCostSharingSource) (Key Field) Constraints: Not nullable, Maximum length: 1sponsoredClass(String sponsoredClass) (Key Field) Constraints: Not nullable, Maximum length: 20sponsoredProgram(String sponsoredProgram) (Key Field) Constraints: Not nullable, Maximum length: 20toString()
-
Method Details
-
grant
Navigation property to_Grant for GrantCostSharingLink to single GrantCore.- Parameters:
value- The GrantCore to build this GrantCostSharingLink 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 GrantCostSharingLink.GrantCostSharingLinkBuilder 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.
-
sponsoredProgram
@Nonnull public GrantCostSharingLink.GrantCostSharingLinkBuilder sponsoredProgram(@Nullable String sponsoredProgram) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SponsoredProgram
- Returns:
this.
-
sponsoredClass
@Nonnull public GrantCostSharingLink.GrantCostSharingLinkBuilder sponsoredClass(@Nullable String sponsoredClass) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SponsoredClass
- Returns:
this.
-
gteeMCostSharingSource
@Nonnull public GrantCostSharingLink.GrantCostSharingLinkBuilder gteeMCostSharingSource(@Nullable String gteeMCostSharingSource) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: GteeMCostSharingSource
- Returns:
this.
-
granteeMgmtCostSharingType
@Nonnull public GrantCostSharingLink.GrantCostSharingLinkBuilder granteeMgmtCostSharingType(@Nullable String granteeMgmtCostSharingType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: GranteeMgmtCostSharingType
- Returns:
this.
-
gteeMCostSharingRateInPercent
@Nonnull public GrantCostSharingLink.GrantCostSharingLinkBuilder gteeMCostSharingRateInPercent(@Nullable BigDecimal gteeMCostSharingRateInPercent) Constraints: Not nullable, Precision: 6, Scale: 3Original property name from the Odata EDM: GteeMCostSharingRateInPercent
- Returns:
this.
-
build
-
toString
-