Class PostingLevel.PostingLevelBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.PostingLevel.PostingLevelBuilder
- Enclosing class:
- PostingLevel
Helper class to allow for fluent creation of PostingLevel instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnPostingLevelHier(PostingLevelHier... value) Navigation property to_CnsldtnPostingLevelHier for PostingLevel to multiple PostingLevelHier.cnsldtnPostingLevelT(PostingLevelText... value) Navigation property to_CnsldtnPostingLevelT for PostingLevel to multiple PostingLevelText.postingLevel(String postingLevel) (Key Field) Constraints: Not nullable, Maximum length: 2postingLevel_Text(String postingLevel_Text) Constraints: Not nullable, Maximum length: 60toString()
-
Method Details
-
cnsldtnPostingLevelHier
Navigation property to_CnsldtnPostingLevelHier for PostingLevel to multiple PostingLevelHier.- Parameters:
value- The PostingLevelHiers to build this PostingLevel with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnPostingLevelT
Navigation property to_CnsldtnPostingLevelT for PostingLevel to multiple PostingLevelText.- Parameters:
value- The PostingLevelTexts to build this PostingLevel with.- Returns:
- This Builder to allow for a fluent interface.
-
postingLevel
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PostingLevel
- Returns:
this.
-
postingLevel_Text
@Nonnull public PostingLevel.PostingLevelBuilder postingLevel_Text(@Nullable String postingLevel_Text) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: PostingLevel_Text
- Returns:
this.
-
build
-
toString
-