Class SrcgProjMilestoneTypeText.SrcgProjMilestoneTypeTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingprojectmilestonetype.SrcgProjMilestoneTypeText.SrcgProjMilestoneTypeTextBuilder
- Enclosing class:
- SrcgProjMilestoneTypeText
Helper class to allow for fluent creation of SrcgProjMilestoneTypeText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2sourcingProjectMilestoneType(String sourcingProjectMilestoneType) (Key Field) Constraints: Not nullable, Maximum length: 2Navigation property _SrcgProjMilestoneType for SrcgProjMilestoneTypeText to single SrcgProjMilestoneType.srcgProjMilestoneTypeText(String srcgProjMilestoneTypeText) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
srcgProjMilestoneType
@Nonnull public SrcgProjMilestoneTypeText.SrcgProjMilestoneTypeTextBuilder srcgProjMilestoneType(SrcgProjMilestoneType value) Navigation property _SrcgProjMilestoneType for SrcgProjMilestoneTypeText to single SrcgProjMilestoneType.- Parameters:
value- The SrcgProjMilestoneType to build this SrcgProjMilestoneTypeText with.- Returns:
- This Builder to allow for a fluent interface.
-
sourcingProjectMilestoneType
@Nonnull public SrcgProjMilestoneTypeText.SrcgProjMilestoneTypeTextBuilder sourcingProjectMilestoneType(@Nullable String sourcingProjectMilestoneType) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SourcingProjectMilestoneType
- Returns:
this.
-
language
@Nonnull public SrcgProjMilestoneTypeText.SrcgProjMilestoneTypeTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
srcgProjMilestoneTypeText
@Nonnull public SrcgProjMilestoneTypeText.SrcgProjMilestoneTypeTextBuilder srcgProjMilestoneTypeText(@Nullable String srcgProjMilestoneTypeText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: SrcgProjMilestoneTypeText
- Returns:
this.
-
build
-
toString
-