Class GrantOverHeadCostLink.GrantOverHeadCostLinkBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.GrantOverHeadCostLink.GrantOverHeadCostLinkBuilder
- Enclosing class:
- GrantOverHeadCostLink
Helper class to allow for fluent creation of GrantOverHeadCostLink instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_Grant for GrantOverHeadCostLink to single GrantCore.(Key Field) Constraints: Not nullable, Maximum length: 20gteeMIndirectCostRateInPercent(BigDecimal gteeMIndirectCostRateInPercent) Constraints: Not nullable, Precision: 6, Scale: 3sponsoredClass(String sponsoredClass) (Key Field) Constraints: Not nullable, Maximum length: 20sponsoredProgram(String sponsoredProgram) (Key Field) Constraints: Not nullable, Maximum length: 20toString()validityEndDate(LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) (Key Field) Constraints: Not nullable, Precision: 0
-
Method Details
-
grant
Navigation property to_Grant for GrantOverHeadCostLink to single GrantCore.- Parameters:
value- The GrantCore to build this GrantOverHeadCostLink with.- Returns:
- This Builder to allow for a fluent interface.
-
grantID
@Nonnull public GrantOverHeadCostLink.GrantOverHeadCostLinkBuilder grantID(@Nullable String grantID) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: GrantID
- Returns:
this.
-
sponsoredProgram
@Nonnull public GrantOverHeadCostLink.GrantOverHeadCostLinkBuilder sponsoredProgram(@Nullable String sponsoredProgram) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SponsoredProgram
- Returns:
this.
-
sponsoredClass
@Nonnull public GrantOverHeadCostLink.GrantOverHeadCostLinkBuilder sponsoredClass(@Nullable String sponsoredClass) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SponsoredClass
- Returns:
this.
-
validityStartDate
@Nonnull public GrantOverHeadCostLink.GrantOverHeadCostLinkBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
validityEndDate
@Nonnull public GrantOverHeadCostLink.GrantOverHeadCostLinkBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
gteeMIndirectCostRateInPercent
@Nonnull public GrantOverHeadCostLink.GrantOverHeadCostLinkBuilder gteeMIndirectCostRateInPercent(@Nullable BigDecimal gteeMIndirectCostRateInPercent) Constraints: Not nullable, Precision: 6, Scale: 3Original property name from the Odata EDM: GteeMIndirectCostRateInPercent
- Returns:
this.
-
build
-
toString
-