Class EnterpriseProjectJVA.EnterpriseProjectJVABuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseprojectv2.EnterpriseProjectJVA.EnterpriseProjectJVABuilder
- Enclosing class:
- EnterpriseProjectJVA
Helper class to allow for fluent creation of EnterpriseProjectJVA instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_EnterpriseProject for EnterpriseProjectJVA to single EnterpriseProject.jntIntrstBillgClass(String jntIntrstBillgClass) Constraints: Not nullable, Maximum length: 3jntIntrstBillgSubClass(String jntIntrstBillgSubClass) Constraints: Not nullable, Maximum length: 5jntVntrProjectType(String jntVntrProjectType) Constraints: Not nullable, Maximum length: 4jointVenture(String jointVenture) Constraints: Not nullable, Maximum length: 6jointVentureCostRecoveryCode(String jointVentureCostRecoveryCode) Constraints: Not nullable, Maximum length: 2jointVentureEquityType(String jointVentureEquityType) Constraints: Not nullable, Maximum length: 3projectUUID(UUID projectUUID) (Key Field) Constraints: Not nullabletoString()Constraints: none
-
Method Details
-
enterpriseProject
@Nonnull public EnterpriseProjectJVA.EnterpriseProjectJVABuilder enterpriseProject(EnterpriseProject value) Navigation property to_EnterpriseProject for EnterpriseProjectJVA to single EnterpriseProject.- Parameters:
value- The EnterpriseProject to build this EnterpriseProjectJVA with.- Returns:
- This Builder to allow for a fluent interface.
-
update_mc
@Nonnull public EnterpriseProjectJVA.EnterpriseProjectJVABuilder update_mc(@Nullable Boolean update_mc) Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
this.
-
projectUUID
@Nonnull public EnterpriseProjectJVA.EnterpriseProjectJVABuilder projectUUID(@Nullable UUID projectUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProjectUUID
- Returns:
this.
-
jointVenture
@Nonnull public EnterpriseProjectJVA.EnterpriseProjectJVABuilder jointVenture(@Nullable String jointVenture) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: JointVenture
- Returns:
this.
-
jointVentureCostRecoveryCode
@Nonnull public EnterpriseProjectJVA.EnterpriseProjectJVABuilder jointVentureCostRecoveryCode(@Nullable String jointVentureCostRecoveryCode) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: JointVentureCostRecoveryCode
- Returns:
this.
-
jointVentureEquityType
@Nonnull public EnterpriseProjectJVA.EnterpriseProjectJVABuilder jointVentureEquityType(@Nullable String jointVentureEquityType) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: JointVentureEquityType
- Returns:
this.
-
jntVntrProjectType
@Nonnull public EnterpriseProjectJVA.EnterpriseProjectJVABuilder jntVntrProjectType(@Nullable String jntVntrProjectType) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: JntVntrProjectType
- Returns:
this.
-
jntIntrstBillgClass
@Nonnull public EnterpriseProjectJVA.EnterpriseProjectJVABuilder jntIntrstBillgClass(@Nullable String jntIntrstBillgClass) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: JntIntrstBillgClass
- Returns:
this.
-
jntIntrstBillgSubClass
@Nonnull public EnterpriseProjectJVA.EnterpriseProjectJVABuilder jntIntrstBillgSubClass(@Nullable String jntIntrstBillgSubClass) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: JntIntrstBillgSubClass
- Returns:
this.
-
build
-
toString
-