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