public static class SituationTemplateText.SituationTemplateTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SituationTemplateText |
build() |
SituationTemplateText.SituationTemplateTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
SituationTemplateText.SituationTemplateTextBuilder |
sitnDefDescription(String sitnDefDescription)
Constraints: Not nullable, Maximum length: 250
|
SituationTemplateText.SituationTemplateTextBuilder |
sitnDefName(String sitnDefName)
Constraints: Not nullable, Maximum length: 40
|
SituationTemplateText.SituationTemplateTextBuilder |
sitnDefTemplateID(String sitnDefTemplateID)
(Key Field) Constraints: Not nullable, Maximum length: 32
|
String |
toString() |
public SituationTemplateText.SituationTemplateTextBuilder sitnDefTemplateID(@Nullable String sitnDefTemplateID)
Original property name from the Odata EDM: SitnDefTemplateID
this
.public SituationTemplateText.SituationTemplateTextBuilder 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
.public SituationTemplateText.SituationTemplateTextBuilder sitnDefName(@Nullable String sitnDefName)
Original property name from the Odata EDM: SitnDefName
this
.public SituationTemplateText.SituationTemplateTextBuilder sitnDefDescription(@Nullable String sitnDefDescription)
Original property name from the Odata EDM: SitnDefDescription
this
.public SituationTemplateText build()
Copyright © 2020 SAP SE. All rights reserved.