Class PostingLevelText.PostingLevelTextBuilder

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

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

    • cnsldtnPostingLevel

      @Nonnull public PostingLevelText.PostingLevelTextBuilder cnsldtnPostingLevel(PostingLevel value)
      Navigation property to_CnsldtnPostingLevel for PostingLevelText to single PostingLevel.
      Parameters:
      value - The PostingLevel to build this PostingLevelText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

      @Nonnull public PostingLevelText.PostingLevelTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • postingLevel

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

      Original property name from the Odata EDM: PostingLevel

      Returns:
      this.
    • postingLevelText

      @Nonnull public PostingLevelText.PostingLevelTextBuilder postingLevelText(@Nullable String postingLevelText)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: PostingLevelText

      Returns:
      this.
    • build

      @Nonnull public PostingLevelText build()
    • toString

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