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