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