Class SourcingProjectMilestone.SourcingProjectMilestoneBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject.SourcingProjectMilestone.SourcingProjectMilestoneBuilder
- Enclosing class:
- SourcingProjectMilestone
Helper class to allow for fluent creation of SourcingProjectMilestone instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()sourcingOrigin(String sourcingOrigin) Constraints: Not nullable, Maximum length: 2sourcingProject(SourcingProject value) Navigation property _SourcingProject for SourcingProjectMilestone to single SourcingProject.sourcingProjectMilestone(String sourcingProjectMilestone) Constraints: Not nullable, Maximum length: 2sourcingProjectMilestoneStatus(String sourcingProjectMilestoneStatus) Constraints: Not nullable, Maximum length: 2sourcingProjectMilestoneUUID(UUID sourcingProjectMilestoneUUID) (Key Field) Constraints: Not nullablesourcingProjectUUID(UUID sourcingProjectUUID) Constraints: Not nullablesourcingScenario(String sourcingScenario) Constraints: Not nullable, Maximum length: 2srcgProjMilestoneDateTime(OffsetDateTime srcgProjMilestoneDateTime) Constraints: Nullable, Precision: 7toString()
-
Method Details
-
sourcingProject
@Nonnull public SourcingProjectMilestone.SourcingProjectMilestoneBuilder sourcingProject(SourcingProject value) Navigation property _SourcingProject for SourcingProjectMilestone to single SourcingProject.- Parameters:
value- The SourcingProject to build this SourcingProjectMilestone with.- Returns:
- This Builder to allow for a fluent interface.
-
sourcingProjectMilestoneUUID
@Nonnull public SourcingProjectMilestone.SourcingProjectMilestoneBuilder sourcingProjectMilestoneUUID(@Nullable UUID sourcingProjectMilestoneUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectMilestoneUUID
- Returns:
this.
-
sourcingProjectUUID
@Nonnull public SourcingProjectMilestone.SourcingProjectMilestoneBuilder sourcingProjectUUID(@Nullable UUID sourcingProjectUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectUUID
- Returns:
this.
-
sourcingProjectMilestone
@Nonnull public SourcingProjectMilestone.SourcingProjectMilestoneBuilder sourcingProjectMilestone(@Nullable String sourcingProjectMilestone) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SourcingProjectMilestone
- Returns:
this.
-
srcgProjMilestoneDateTime
@Nonnull public SourcingProjectMilestone.SourcingProjectMilestoneBuilder srcgProjMilestoneDateTime(@Nullable OffsetDateTime srcgProjMilestoneDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: SrcgProjMilestoneDateTime
- Returns:
this.
-
sourcingProjectMilestoneStatus
@Nonnull public SourcingProjectMilestone.SourcingProjectMilestoneBuilder sourcingProjectMilestoneStatus(@Nullable String sourcingProjectMilestoneStatus) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SourcingProjectMilestoneStatus
- Returns:
this.
-
sourcingOrigin
@Nonnull public SourcingProjectMilestone.SourcingProjectMilestoneBuilder sourcingOrigin(@Nullable String sourcingOrigin) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SourcingOrigin
- Returns:
this.
-
sourcingScenario
@Nonnull public SourcingProjectMilestone.SourcingProjectMilestoneBuilder sourcingScenario(@Nullable String sourcingScenario) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SourcingScenario
- Returns:
this.
-
build
-
toString
-