public static class BusinessSolutionOrderText.BusinessSolutionOrderTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BusinessSolutionOrderText |
build() |
BusinessSolutionOrderText.BusinessSolutionOrderTextBuilder |
businessSolutionOrder(String businessSolutionOrder)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BusinessSolutionOrderText.BusinessSolutionOrderTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
BusinessSolutionOrderText.BusinessSolutionOrderTextBuilder |
plainLongText(String plainLongText)
Constraints: none
|
BusinessSolutionOrderText.BusinessSolutionOrderTextBuilder |
textObjectType(String textObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
@Nonnull public BusinessSolutionOrderText.BusinessSolutionOrderTextBuilder businessSolutionOrder(@Nullable String businessSolutionOrder)
Original property name from the Odata EDM: BusinessSolutionOrder
category.this
.@Nonnull public BusinessSolutionOrderText.BusinessSolutionOrderTextBuilder 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 BusinessSolutionOrderText.BusinessSolutionOrderTextBuilder textObjectType(@Nullable String textObjectType)
Original property name from the Odata EDM: TextObjectType
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 BusinessSolutionOrderText.BusinessSolutionOrderTextBuilder plainLongText(@Nullable String plainLongText)
Original property name from the Odata EDM: PlainLongText
this
.@Nonnull public BusinessSolutionOrderText build()
Copyright © 2021 SAP SE. All rights reserved.