public static final class PostingLevelText.PostingLevelTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
PostingLevelText |
build() |
PostingLevelText.PostingLevelTextBuilder |
cnsldtnPostingLevel(PostingLevel value)
Navigation property to_CnsldtnPostingLevel for PostingLevelText to single PostingLevel.
|
PostingLevelText.PostingLevelTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
PostingLevelText.PostingLevelTextBuilder |
postingLevel(String postingLevel)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
PostingLevelText.PostingLevelTextBuilder |
postingLevelText(String postingLevelText)
Constraints: Not nullable, Maximum length: 60
|
String |
toString() |
@Nonnull public PostingLevelText.PostingLevelTextBuilder cnsldtnPostingLevel(PostingLevel value)
value
- The PostingLevel to build this PostingLevelText with.@Nonnull public PostingLevelText.PostingLevelTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public PostingLevelText.PostingLevelTextBuilder postingLevel(@Nullable String postingLevel)
Original property name from the Odata EDM: PostingLevel
this
.@Nonnull public PostingLevelText.PostingLevelTextBuilder postingLevelText(@Nullable String postingLevelText)
Original property name from the Odata EDM: PostingLevelText
this
.@Nonnull public PostingLevelText build()
Copyright © 2021 SAP SE. All rights reserved.