public static class InbDeliveryItemText.InbDeliveryItemTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
InbDeliveryItemText |
build() |
InbDeliveryItemText.InbDeliveryItemTextBuilder |
deliveryDocument(String deliveryDocument)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
InbDeliveryItemText.InbDeliveryItemTextBuilder |
deliveryDocumentItem(String deliveryDocumentItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
InbDeliveryItemText.InbDeliveryItemTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
InbDeliveryItemText.InbDeliveryItemTextBuilder |
textElement(String textElement)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
InbDeliveryItemText.InbDeliveryItemTextBuilder |
textElementDescription(String textElementDescription)
Constraints: Not nullable, Maximum length: 30
|
InbDeliveryItemText.InbDeliveryItemTextBuilder |
textElementText(String textElementText)
Constraints: Not nullable
|
String |
toString() |
public InbDeliveryItemText.InbDeliveryItemTextBuilder deliveryDocument(@Nullable String deliveryDocument)
Original property name from the Odata EDM: DeliveryDocument
public InbDeliveryItemText.InbDeliveryItemTextBuilder deliveryDocumentItem(@Nullable String deliveryDocumentItem)
Original property name from the Odata EDM: DeliveryDocumentItem
public InbDeliveryItemText.InbDeliveryItemTextBuilder textElement(@Nullable String textElement)
Original property name from the Odata EDM: TextElement
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 InbDeliveryItemText.InbDeliveryItemTextBuilder 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 InbDeliveryItemText.InbDeliveryItemTextBuilder textElementDescription(@Nullable String textElementDescription)
Original property name from the Odata EDM: TextElementDescription
public InbDeliveryItemText.InbDeliveryItemTextBuilder textElementText(@Nullable String textElementText)
Original property name from the Odata EDM: TextElementText
public InbDeliveryItemText build()
Copyright © 2019 SAP SE. All rights reserved.