java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.PostingLevel.PostingLevelBuilder
Enclosing class:
PostingLevel

public static final class PostingLevel.PostingLevelBuilder extends Object
Helper class to allow for fluent creation of PostingLevel instances.
  • Method Details

    • cnsldtnPostingLevelHier

      @Nonnull public PostingLevel.PostingLevelBuilder cnsldtnPostingLevelHier(PostingLevelHier... value)
      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

      @Nonnull public PostingLevel.PostingLevelBuilder cnsldtnPostingLevelT(PostingLevelText... value)
      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

      @Nonnull public PostingLevel.PostingLevelBuilder postingLevel(@Nullable String postingLevel)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original 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: 60

      Original property name from the Odata EDM: PostingLevel_Text

      Returns:
      this.
    • build

      @Nonnull public PostingLevel build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object