Class ProjectDemandMaterialSupply.ProjectDemandMaterialSupplyBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand.ProjectDemandMaterialSupply.ProjectDemandMaterialSupplyBuilder
- Enclosing class:
- ProjectDemandMaterialSupply
public static final class ProjectDemandMaterialSupply.ProjectDemandMaterialSupplyBuilder
extends Object
Helper class to allow for fluent creation of ProjectDemandMaterialSupply instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()material(ProjectDemandMaterial value) Navigation property to_Material for ProjectDemandMaterialSupply to single ProjectDemandMaterial.projDemandMaterialSupplyUUID(UUID projDemandMaterialSupplyUUID) (Key Field) Constraints: Not nullableprojDmndPlndIndepRqmtItem(String projDmndPlndIndepRqmtItem) Constraints: Not nullable, Maximum length: 60projectDemandMaterialUUID(UUID projectDemandMaterialUUID) Constraints: noneprojectDemandRequirementPlan(String projectDemandRequirementPlan) Constraints: Not nullable, Maximum length: 10projectDemandUUID(UUID projectDemandUUID) Constraints: nonepurchaseRequisition(String purchaseRequisition) Constraints: Not nullable, Maximum length: 10purchaseRequisitionItem(String purchaseRequisitionItem) Constraints: Not nullable, Maximum length: 5root(ProjectDemand value) Navigation property to_Root for ProjectDemandMaterialSupply to single ProjectDemand.toString()
-
Method Details
-
material
@Nonnull public ProjectDemandMaterialSupply.ProjectDemandMaterialSupplyBuilder material(ProjectDemandMaterial value) Navigation property to_Material for ProjectDemandMaterialSupply to single ProjectDemandMaterial.- Parameters:
value- The ProjectDemandMaterial to build this ProjectDemandMaterialSupply with.- Returns:
- This Builder to allow for a fluent interface.
-
root
@Nonnull public ProjectDemandMaterialSupply.ProjectDemandMaterialSupplyBuilder root(ProjectDemand value) Navigation property to_Root for ProjectDemandMaterialSupply to single ProjectDemand.- Parameters:
value- The ProjectDemand to build this ProjectDemandMaterialSupply with.- Returns:
- This Builder to allow for a fluent interface.
-
projDemandMaterialSupplyUUID
@Nonnull public ProjectDemandMaterialSupply.ProjectDemandMaterialSupplyBuilder projDemandMaterialSupplyUUID(@Nullable UUID projDemandMaterialSupplyUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProjDemandMaterialSupplyUUID
- Returns:
this.
-
projectDemandMaterialUUID
@Nonnull public ProjectDemandMaterialSupply.ProjectDemandMaterialSupplyBuilder projectDemandMaterialUUID(@Nullable UUID projectDemandMaterialUUID) Constraints: noneOriginal property name from the Odata EDM: ProjectDemandMaterialUUID
- Returns:
this.
-
purchaseRequisition
@Nonnull public ProjectDemandMaterialSupply.ProjectDemandMaterialSupplyBuilder purchaseRequisition(@Nullable String purchaseRequisition) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PurchaseRequisition
- Returns:
this.
-
purchaseRequisitionItem
@Nonnull public ProjectDemandMaterialSupply.ProjectDemandMaterialSupplyBuilder purchaseRequisitionItem(@Nullable String purchaseRequisitionItem) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: PurchaseRequisitionItem
- Returns:
this.
-
projectDemandRequirementPlan
@Nonnull public ProjectDemandMaterialSupply.ProjectDemandMaterialSupplyBuilder projectDemandRequirementPlan(@Nullable String projectDemandRequirementPlan) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProjectDemandRequirementPlan
- Returns:
this.
-
projDmndPlndIndepRqmtItem
@Nonnull public ProjectDemandMaterialSupply.ProjectDemandMaterialSupplyBuilder projDmndPlndIndepRqmtItem(@Nullable String projDmndPlndIndepRqmtItem) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: ProjDmndPlndIndepRqmtItem
- Returns:
this.
-
projectDemandUUID
@Nonnull public ProjectDemandMaterialSupply.ProjectDemandMaterialSupplyBuilder projectDemandUUID(@Nullable UUID projectDemandUUID) Constraints: noneOriginal property name from the Odata EDM: ProjectDemandUUID
- Returns:
this.
-
build
-
toString
-