Class JntOpgAgrmtText.JntOpgAgrmtTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.jointoperatingagreement.JntOpgAgrmtText.JntOpgAgrmtTextBuilder
- Enclosing class:
- JntOpgAgrmtText
Helper class to allow for fluent creation of JntOpgAgrmtText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4jntOpgAgrmt(JntOpgAgrmt value) Navigation property _JntOpgAgrmt for JntOpgAgrmtText to single JntOpgAgrmt.jntOpgAgrmt(String value) (Key Field) Constraints: Not nullable, Maximum length: 6jntOpgAgrmtLongText(String jntOpgAgrmtLongText) Constraints: Not nullable, Maximum length: 80jntOpgAgrmtText(String jntOpgAgrmtText) Constraints: Not nullable, Maximum length: 40(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
jntOpgAgrmt
Navigation property _JntOpgAgrmt for JntOpgAgrmtText to single JntOpgAgrmt.- Parameters:
value- The JntOpgAgrmt to build this JntOpgAgrmtText with.- Returns:
- This Builder to allow for a fluent interface.
-
jntOpgAgrmt
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: JntOpgAgrmt
- Parameters:
value- The jntOpgAgrmt to build this JntOpgAgrmtText 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.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
jntOpgAgrmtText
@Nonnull public JntOpgAgrmtText.JntOpgAgrmtTextBuilder jntOpgAgrmtText(@Nullable String jntOpgAgrmtText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: JntOpgAgrmtText
- Returns:
this.
-
jntOpgAgrmtLongText
@Nonnull public JntOpgAgrmtText.JntOpgAgrmtTextBuilder jntOpgAgrmtLongText(@Nullable String jntOpgAgrmtLongText) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: JntOpgAgrmtLongText
- Returns:
this.
-
build
-
toString
-