Class GrantSponsoredProgramsLink.GrantSponsoredProgramsLinkBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.GrantSponsoredProgramsLink.GrantSponsoredProgramsLinkBuilder
- Enclosing class:
- GrantSponsoredProgramsLink
public static final class GrantSponsoredProgramsLink.GrantSponsoredProgramsLinkBuilder
extends Object
Helper class to allow for fluent creation of GrantSponsoredProgramsLink instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_Grant for GrantSponsoredProgramsLink to single GrantCore.(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 GrantSponsoredProgramsLink to single GrantCore.- Parameters:
value- The GrantCore to build this GrantSponsoredProgramsLink with.- Returns:
- This Builder to allow for a fluent interface.
-
grantID
@Nonnull public GrantSponsoredProgramsLink.GrantSponsoredProgramsLinkBuilder grantID(@Nullable String grantID) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: GrantID
- Returns:
this.
-
sponsoredProgram
@Nonnull public GrantSponsoredProgramsLink.GrantSponsoredProgramsLinkBuilder sponsoredProgram(@Nullable String sponsoredProgram) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SponsoredProgram
- Returns:
this.
-
build
-
toString
-