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