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