Class PRAUnitVenture.PRAUnitVentureBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.prajointventure.PRAUnitVenture.PRAUnitVentureBuilder
- Enclosing class:
- PRAUnitVenture
Helper class to allow for fluent creation of PRAUnitVenture instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4jointVenture(PRAVenture value) Navigation property _JointVenture for PRAUnitVenture to single PRAVenture.pRACombinedProductCode(String pRACombinedProductCode) (Key Field) Constraints: Not nullable, Maximum length: 3pRAUnitVenture(String pRAUnitVenture) (Key Field) Constraints: Not nullable, Maximum length: 6pRAUnitVentureIsUpdated(String pRAUnitVentureIsUpdated) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
jointVenture
Navigation property _JointVenture for PRAUnitVenture to single PRAVenture.- Parameters:
value- The PRAVenture to build this PRAUnitVenture with.- Returns:
- This Builder to allow for a fluent interface.
-
companyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
pRAUnitVenture
@Nonnull public PRAUnitVenture.PRAUnitVentureBuilder pRAUnitVenture(@Nullable String pRAUnitVenture) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: PRAUnitVenture
- Returns:
this.
-
pRACombinedProductCode
@Nonnull public PRAUnitVenture.PRAUnitVentureBuilder pRACombinedProductCode(@Nullable String pRACombinedProductCode) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PRACombinedProductCode
- Returns:
this.
-
pRAUnitVentureIsUpdated
@Nonnull public PRAUnitVenture.PRAUnitVentureBuilder pRAUnitVentureIsUpdated(@Nullable String pRAUnitVentureIsUpdated) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PRAUnitVentureIsUpdated
- Returns:
this.
-
build
-
toString
-