public static final class SalesQuotationItemText.SalesQuotationItemTextBuilder extends Object
@Nonnull public SalesQuotationItemText.SalesQuotationItemTextBuilder salesQuotation(SalesQuotation value)
value
- The SalesQuotation to build this SalesQuotationItemText with.@Nonnull public SalesQuotationItemText.SalesQuotationItemTextBuilder salesQuotation(String value)
Original property name from the Odata EDM: SalesQuotation
value
- The salesQuotation to build this SalesQuotationItemText with.@Nonnull public SalesQuotationItemText.SalesQuotationItemTextBuilder salesQuotationItem(SalesQuotationItem value)
value
- The SalesQuotationItem to build this SalesQuotationItemText with.@Nonnull public SalesQuotationItemText.SalesQuotationItemTextBuilder salesQuotationItem(String value)
Original property name from the Odata EDM: SalesQuotationItem
value
- The salesQuotationItem to build this SalesQuotationItemText with.@Nonnull public SalesQuotationItemText.SalesQuotationItemTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.@Nonnull public SalesQuotationItemText.SalesQuotationItemTextBuilder longTextID(@Nullable String longTextID)
Original property name from the Odata EDM: LongTextID
ST for user-specific standard texts (individual texts)SYST for cross-application system textsvarious IDs for specific application departments. You must have the appropriate access authorization in order to access these texts.
(standard texts) can have the following text IDs:this
.@Nonnull public SalesQuotationItemText.SalesQuotationItemTextBuilder longText(@Nullable String longText)
Original property name from the Odata EDM: LongText
this
.@Nonnull public SalesQuotationItemText build()
Copyright © 2021 SAP SE. All rights reserved.