public static class ServiceOrderTmplText.ServiceOrderTmplTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ServiceOrderTmplText |
build() |
ServiceOrderTmplText.ServiceOrderTmplTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ServiceOrderTmplText.ServiceOrderTmplTextBuilder |
longText(String longText)
Constraints: none
|
ServiceOrderTmplText.ServiceOrderTmplTextBuilder |
longTextID(String longTextID)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ServiceOrderTmplText.ServiceOrderTmplTextBuilder |
serviceOrderTemplate(String serviceOrderTemplate)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
@Nonnull public ServiceOrderTmplText.ServiceOrderTmplTextBuilder serviceOrderTemplate(@Nullable String serviceOrderTemplate)
Original property name from the Odata EDM: ServiceOrderTemplate
category.this
.@Nonnull public ServiceOrderTmplText.ServiceOrderTmplTextBuilder 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 ServiceOrderTmplText.ServiceOrderTmplTextBuilder 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 ServiceOrderTmplText.ServiceOrderTmplTextBuilder longText(@Nullable String longText)
Original property name from the Odata EDM: LongText
this
.@Nonnull public ServiceOrderTmplText build()
Copyright © 2021 SAP SE. All rights reserved.