Class ProjectDemandCategoryText.ProjectDemandCategoryTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype.ProjectDemandCategoryText.ProjectDemandCategoryTextBuilder
- Enclosing class:
- ProjectDemandCategoryText
Helper class to allow for fluent creation of ProjectDemandCategoryText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2Navigation property _ProjectDemandCategory for ProjectDemandCategoryText to single ProjectDemandCategory.projectDemandCategory(String value) (Key Field) Constraints: Not nullable, Maximum length: 2projectDemandCategoryName(String projectDemandCategoryName) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
projectDemandCategory
@Nonnull public ProjectDemandCategoryText.ProjectDemandCategoryTextBuilder projectDemandCategory(ProjectDemandCategory value) Navigation property _ProjectDemandCategory for ProjectDemandCategoryText to single ProjectDemandCategory.- Parameters:
value- The ProjectDemandCategory to build this ProjectDemandCategoryText with.- Returns:
- This Builder to allow for a fluent interface.
-
projectDemandCategory
@Nonnull public ProjectDemandCategoryText.ProjectDemandCategoryTextBuilder projectDemandCategory(String value) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProjectDemandCategory
- Parameters:
value- The projectDemandCategory to build this ProjectDemandCategoryText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public ProjectDemandCategoryText.ProjectDemandCategoryTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
projectDemandCategoryName
@Nonnull public ProjectDemandCategoryText.ProjectDemandCategoryTextBuilder projectDemandCategoryName(@Nullable String projectDemandCategoryName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProjectDemandCategoryName
- Returns:
this.
-
build
-
toString
-