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