Class ProjectDemandServiceSupply.ProjectDemandServiceSupplyBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand.ProjectDemandServiceSupply.ProjectDemandServiceSupplyBuilder
- Enclosing class:
- ProjectDemandServiceSupply
public static final class ProjectDemandServiceSupply.ProjectDemandServiceSupplyBuilder
extends Object
Helper class to allow for fluent creation of ProjectDemandServiceSupply instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()projectDemandServiceSupplyUUID(UUID projectDemandServiceSupplyUUID) (Key Field) Constraints: Not nullableprojectDemandServiceUUID(UUID projectDemandServiceUUID) Constraints: noneprojectDemandUUID(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 ProjectDemandServiceSupply to single ProjectDemand.service(ProjectDemandService value) Navigation property to_Service for ProjectDemandServiceSupply to single ProjectDemandService.toString()
-
Method Details
-
service
@Nonnull public ProjectDemandServiceSupply.ProjectDemandServiceSupplyBuilder service(ProjectDemandService value) Navigation property to_Service for ProjectDemandServiceSupply to single ProjectDemandService.- Parameters:
value- The ProjectDemandService to build this ProjectDemandServiceSupply with.- Returns:
- This Builder to allow for a fluent interface.
-
root
@Nonnull public ProjectDemandServiceSupply.ProjectDemandServiceSupplyBuilder root(ProjectDemand value) Navigation property to_Root for ProjectDemandServiceSupply to single ProjectDemand.- Parameters:
value- The ProjectDemand to build this ProjectDemandServiceSupply with.- Returns:
- This Builder to allow for a fluent interface.
-
projectDemandServiceSupplyUUID
@Nonnull public ProjectDemandServiceSupply.ProjectDemandServiceSupplyBuilder projectDemandServiceSupplyUUID(@Nullable UUID projectDemandServiceSupplyUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProjectDemandServiceSupplyUUID
- Returns:
this.
-
projectDemandServiceUUID
@Nonnull public ProjectDemandServiceSupply.ProjectDemandServiceSupplyBuilder projectDemandServiceUUID(@Nullable UUID projectDemandServiceUUID) Constraints: noneOriginal property name from the Odata EDM: ProjectDemandServiceUUID
- Returns:
this.
-
projectDemandUUID
@Nonnull public ProjectDemandServiceSupply.ProjectDemandServiceSupplyBuilder projectDemandUUID(@Nullable UUID projectDemandUUID) Constraints: noneOriginal property name from the Odata EDM: ProjectDemandUUID
- Returns:
this.
-
purchaseRequisition
@Nonnull public ProjectDemandServiceSupply.ProjectDemandServiceSupplyBuilder purchaseRequisition(@Nullable String purchaseRequisition) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PurchaseRequisition
- Returns:
this.
-
purchaseRequisitionItem
@Nonnull public ProjectDemandServiceSupply.ProjectDemandServiceSupplyBuilder purchaseRequisitionItem(@Nullable String purchaseRequisitionItem) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: PurchaseRequisitionItem
- Returns:
this.
-
build
-
toString
-