Class WBSElementText.WBSElementTextBuilder

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

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

    • cnsldtnWBSElement

      @Nonnull public WBSElementText.WBSElementTextBuilder cnsldtnWBSElement(WBSElement... value)
      Navigation property to_CnsldtnWBSElement for WBSElementText to multiple WBSElement.
      Parameters:
      value - The WBSElements to build this WBSElementText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • wBSElement

      @Nonnull public WBSElementText.WBSElementTextBuilder wBSElement(@Nullable String wBSElement)
      (Key Field) Constraints: Not nullable, Maximum length: 24

      Original property name from the Odata EDM: WBSElement

      Returns:
      this.
    • project

      @Nonnull public WBSElementText.WBSElementTextBuilder project(@Nullable String project)
      (Key Field) Constraints: Not nullable, Maximum length: 24

      Original property name from the Odata EDM: Project

      Returns:
      this.
    • wBSElementText

      @Nonnull public WBSElementText.WBSElementTextBuilder wBSElementText(@Nullable String wBSElementText)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: WBSElementText

      Returns:
      this.
    • build

      @Nonnull public WBSElementText build()
    • toString

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