Class JointVentureDescription.JointVentureDescriptionBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.jointventure.JointVentureDescription.JointVentureDescriptionBuilder
- Enclosing class:
- JointVentureDescription
Helper class to allow for fluent creation of JointVentureDescription instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4jointVenture(JointVenture value) Navigation property _JointVenture for JointVentureDescription to single JointVenture.jointVenture(String value) (Key Field) Constraints: Not nullable, Maximum length: 6jointVentureName(String jointVentureName) Constraints: Not nullable, Maximum length: 35(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
jointVenture
@Nonnull public JointVentureDescription.JointVentureDescriptionBuilder jointVenture(JointVenture value) Navigation property _JointVenture for JointVentureDescription to single JointVenture.- Parameters:
value- The JointVenture to build this JointVentureDescription with.- Returns:
- This Builder to allow for a fluent interface.
-
jointVenture
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: JointVenture
- Parameters:
value- The jointVenture to build this JointVentureDescription with.- Returns:
- This Builder to allow for a fluent interface.
-
companyCode
@Nonnull public JointVentureDescription.JointVentureDescriptionBuilder companyCode(@Nullable String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
language
@Nonnull public JointVentureDescription.JointVentureDescriptionBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
jointVentureName
@Nonnull public JointVentureDescription.JointVentureDescriptionBuilder jointVentureName(@Nullable String jointVentureName) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: JointVentureName
- Returns:
this.
-
build
-
toString
-