Class ProjDmndLastUpdateSourceText.ProjDmndLastUpdateSourceTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.updatesourceforprojectdemands.ProjDmndLastUpdateSourceText.ProjDmndLastUpdateSourceTextBuilder
- Enclosing class:
- ProjDmndLastUpdateSourceText
public static final class ProjDmndLastUpdateSourceText.ProjDmndLastUpdateSourceTextBuilder
extends Object
Helper class to allow for fluent creation of ProjDmndLastUpdateSourceText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2projDmndLastUpdateSourceText(String projDmndLastUpdateSourceText) Constraints: Not nullable, Maximum length: 60projectDemandLastUpdateSource(String projectDemandLastUpdateSource) (Key Field) Constraints: Not nullable, Maximum length: 1toString()Navigation property _UpdateSource for ProjDmndLastUpdateSourceText to single ProjectDemandLastUpdateSource.
-
Method Details
-
updateSource
@Nonnull public ProjDmndLastUpdateSourceText.ProjDmndLastUpdateSourceTextBuilder updateSource(ProjectDemandLastUpdateSource value) Navigation property _UpdateSource for ProjDmndLastUpdateSourceText to single ProjectDemandLastUpdateSource.- Parameters:
value- The ProjectDemandLastUpdateSource to build this ProjDmndLastUpdateSourceText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public ProjDmndLastUpdateSourceText.ProjDmndLastUpdateSourceTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
projectDemandLastUpdateSource
@Nonnull public ProjDmndLastUpdateSourceText.ProjDmndLastUpdateSourceTextBuilder projectDemandLastUpdateSource(@Nullable String projectDemandLastUpdateSource) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ProjectDemandLastUpdateSource
- Returns:
this.
-
projDmndLastUpdateSourceText
@Nonnull public ProjDmndLastUpdateSourceText.ProjDmndLastUpdateSourceTextBuilder projDmndLastUpdateSourceText(@Nullable String projDmndLastUpdateSourceText) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: ProjDmndLastUpdateSourceText
- Returns:
this.
-
build
-
toString
-