Class SalesOrderText.SalesOrderTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.SalesOrderText.SalesOrderTextBuilder
- Enclosing class:
- SalesOrderText
Helper class to allow for fluent creation of SalesOrderText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: nonelongTextID(String longTextID) (Key Field) Constraints: Not nullable, Maximum length: 4salesOrder(SalesOrder value) Navigation property to_SalesOrder for SalesOrderText to single SalesOrder.salesOrder(String value) (Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
salesOrder
Navigation property to_SalesOrder for SalesOrderText to single SalesOrder.- Parameters:
value- The SalesOrder to build this SalesOrderText with.- Returns:
- This Builder to allow for a fluent interface.
-
salesOrder
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesOrder
- Parameters:
value- The salesOrder to build this SalesOrderText 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
-