Class SalesContractText.SalesContractTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.SalesContractText.SalesContractTextBuilder
- Enclosing class:
- SalesContractText
Helper class to allow for fluent creation of SalesContractText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: nonelongTextID(String longTextID) (Key Field) Constraints: Not nullable, Maximum length: 4salesContract(SalesContract value) Navigation property to_SalesContract for SalesContractText to single SalesContract.salesContract(String value) (Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
salesContract
Navigation property to_SalesContract for SalesContractText to single SalesContract.- Parameters:
value- The SalesContract to build this SalesContractText with.- Returns:
- This Builder to allow for a fluent interface.
-
salesContract
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesContract
- Parameters:
value- The salesContract to build this SalesContractText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
longTextID
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LongTextID
- Returns:
this.
-
longText
Constraints: noneOriginal property name from the Odata EDM: LongText
- Returns:
this.
-
build
-
toString
-