Package com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.resourceassignmentsourceforprojectdemands
Class ProjectDemandSourceOfSupply.ProjectDemandSourceOfSupplyBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.resourceassignmentsourceforprojectdemands.ProjectDemandSourceOfSupply.ProjectDemandSourceOfSupplyBuilder
- Enclosing class:
- ProjectDemandSourceOfSupply
public static final class ProjectDemandSourceOfSupply.ProjectDemandSourceOfSupplyBuilder
extends Object
Helper class to allow for fluent creation of ProjectDemandSourceOfSupply instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()projDmndSourceOfSupplyText(String projDmndSourceOfSupplyText) Constraints: Not nullable, Maximum length: 60projectDemandSourceOfSupply(String projectDemandSourceOfSupply) (Key Field) Constraints: Not nullable, Maximum length: 1sourceOfSupplyText(ProjDmndSourceOfSupplyText... value) Navigation property _SourceOfSupplyText for ProjectDemandSourceOfSupply to multiple ProjDmndSourceOfSupplyText.toString()
-
Method Details
-
sourceOfSupplyText
@Nonnull public ProjectDemandSourceOfSupply.ProjectDemandSourceOfSupplyBuilder sourceOfSupplyText(ProjDmndSourceOfSupplyText... value) Navigation property _SourceOfSupplyText for ProjectDemandSourceOfSupply to multiple ProjDmndSourceOfSupplyText.- Parameters:
value- The ProjDmndSourceOfSupplyTexts to build this ProjectDemandSourceOfSupply with.- Returns:
- This Builder to allow for a fluent interface.
-
projectDemandSourceOfSupply
@Nonnull public ProjectDemandSourceOfSupply.ProjectDemandSourceOfSupplyBuilder projectDemandSourceOfSupply(@Nullable String projectDemandSourceOfSupply) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ProjectDemandSourceOfSupply
- Returns:
this.
-
projDmndSourceOfSupplyText
@Nonnull public ProjectDemandSourceOfSupply.ProjectDemandSourceOfSupplyBuilder projDmndSourceOfSupplyText(@Nullable String projDmndSourceOfSupplyText) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: ProjDmndSourceOfSupplyText
- Returns:
this.
-
build
-
toString
-