public static final class PostingLevel.PostingLevelBuilder extends Object
Modifier and Type | Method and Description |
---|---|
PostingLevel |
build() |
PostingLevel.PostingLevelBuilder |
cnsldtnPostingLevelHier(PostingLevelHier... value)
Navigation property to_CnsldtnPostingLevelHier for PostingLevel to multiple
PostingLevelHier.
|
PostingLevel.PostingLevelBuilder |
cnsldtnPostingLevelT(PostingLevelText... value)
Navigation property to_CnsldtnPostingLevelT for PostingLevel to multiple
PostingLevelText.
|
PostingLevel.PostingLevelBuilder |
postingLevel_Text(String postingLevel_Text)
Constraints: Not nullable, Maximum length: 60
|
PostingLevel.PostingLevelBuilder |
postingLevel(String postingLevel)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public PostingLevel.PostingLevelBuilder cnsldtnPostingLevelHier(PostingLevelHier... value)
value
- The PostingLevelHiers to build this PostingLevel with.@Nonnull public PostingLevel.PostingLevelBuilder cnsldtnPostingLevelT(PostingLevelText... value)
value
- The PostingLevelTexts to build this PostingLevel with.public PostingLevel.PostingLevelBuilder postingLevel(@Nullable String postingLevel)
Original property name from the Odata EDM: PostingLevel
this
.public PostingLevel.PostingLevelBuilder postingLevel_Text(@Nullable String postingLevel_Text)
Original property name from the Odata EDM: PostingLevel_Text
this
.public PostingLevel build()
Copyright © 2020 SAP SE. All rights reserved.