Class ProjectText.ProjectTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.ProjectText.ProjectTextBuilder
- Enclosing class:
- ProjectText
Helper class to allow for fluent creation of ProjectText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnProject(Project value) Navigation property to_CnsldtnProject for ProjectText to single Project.cnsldtnProjectText(String cnsldtnProjectText) Constraints: Not nullable, Maximum length: 40(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 24toString()
-
Method Details
-
cnsldtnProject
Navigation property to_CnsldtnProject for ProjectText to single Project.- Parameters:
value- The Project to build this ProjectText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
project
(Key Field) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: Project
- Returns:
this.
-
cnsldtnProjectText
@Nonnull public ProjectText.ProjectTextBuilder cnsldtnProjectText(@Nullable String cnsldtnProjectText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CnsldtnProjectText
- Returns:
this.
-
build
-
toString
-