Class Project.ProjectBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.Project.ProjectBuilder
- Enclosing class:
- Project
Helper class to allow for fluent creation of Project instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10build()cnsldtnProjectHier(ProjectHier... value) Navigation property to_CnsldtnProjectHier for Project to multiple ProjectHier.cnsldtnProjectT(ProjectText... value) Navigation property to_CnsldtnProjectT for Project to multiple ProjectText.(Key Field) Constraints: Not nullable, Maximum length: 24project_Text(String project_Text) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
cnsldtnProjectHier
Navigation property to_CnsldtnProjectHier for Project to multiple ProjectHier.- Parameters:
value- The ProjectHiers to build this Project with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnProjectT
Navigation property to_CnsldtnProjectT for Project to multiple ProjectText.- Parameters:
value- The ProjectTexts to build this Project with.- Returns:
- This Builder to allow for a fluent interface.
-
project
(Key Field) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: Project
- Returns:
this.
-
project_Text
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Project_Text
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public Project.ProjectBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
build
-
toString
-