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