public static final class CustomerReturnItemText.CustomerReturnItemTextBuilder extends Object
@Nonnull public CustomerReturnItemText.CustomerReturnItemTextBuilder customerReturn(CustomerReturn value)
value
- The CustomerReturn to build this CustomerReturnItemText with.@Nonnull public CustomerReturnItemText.CustomerReturnItemTextBuilder customerReturn(String value)
Original property name from the Odata EDM: CustomerReturn
value
- The customerReturn to build this CustomerReturnItemText with.@Nonnull public CustomerReturnItemText.CustomerReturnItemTextBuilder customerReturnItem(CustomerReturnItem value)
value
- The CustomerReturnItem to build this CustomerReturnItemText with.@Nonnull public CustomerReturnItemText.CustomerReturnItemTextBuilder customerReturnItem(String value)
Original property name from the Odata EDM: CustomerReturnItem
value
- The customerReturnItem to build this CustomerReturnItemText with.@Nonnull public CustomerReturnItemText.CustomerReturnItemTextBuilder 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 CustomerReturnItemText.CustomerReturnItemTextBuilder 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 CustomerReturnItemText.CustomerReturnItemTextBuilder longText(@Nullable String longText)
Original property name from the Odata EDM: LongText
this
.@Nonnull public CustomerReturnItemText build()
Copyright © 2021 SAP SE. All rights reserved.