Class GrantCoreText.GrantCoreTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.GrantCoreText.GrantCoreTextBuilder
- Enclosing class:
- GrantCoreText
Helper class to allow for fluent creation of GrantCoreText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_Grant for GrantCoreText to single GrantCore.grantDescription(String grantDescription) Constraints: Not nullable, Maximum length: 80(Key Field) Constraints: Not nullable, Maximum length: 20Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
grant
Navigation property to_Grant for GrantCoreText to single GrantCore.- Parameters:
value- The GrantCore to build this GrantCoreText 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.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
grantName
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: GrantName
- Returns:
this.
-
grantDescription
@Nonnull public GrantCoreText.GrantCoreTextBuilder grantDescription(@Nullable String grantDescription) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: GrantDescription
- Returns:
this.
-
build
-
toString
-