public static class ServiceOrderItemText.ServiceOrderItemTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ServiceOrderItemText |
build() |
ServiceOrderItemText.ServiceOrderItemTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ServiceOrderItemText.ServiceOrderItemTextBuilder |
longText(String longText)
Constraints: none
|
ServiceOrderItemText.ServiceOrderItemTextBuilder |
longTextID(String longTextID)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ServiceOrderItemText.ServiceOrderItemTextBuilder |
serviceOrder(String serviceOrder)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ServiceOrderItemText.ServiceOrderItemTextBuilder |
serviceOrderItem(String serviceOrderItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
String |
toString() |
public ServiceOrderItemText.ServiceOrderItemTextBuilder serviceOrder(@Nullable String serviceOrder)
Original property name from the Odata EDM: ServiceOrder
category.public ServiceOrderItemText.ServiceOrderItemTextBuilder serviceOrderItem(@Nullable String serviceOrderItem)
Original property name from the Odata EDM: ServiceOrderItem
public ServiceOrderItemText.ServiceOrderItemTextBuilder 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.
public ServiceOrderItemText.ServiceOrderItemTextBuilder 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:public ServiceOrderItemText.ServiceOrderItemTextBuilder longText(@Nullable String longText)
Original property name from the Odata EDM: LongText
public ServiceOrderItemText build()
Copyright © 2020 SAP SE. All rights reserved.