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

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

    • cnsldtnWBSElementT

      @Nonnull public WBSElement.WBSElementBuilder cnsldtnWBSElementT(WBSElementText... value)
      Navigation property to_CnsldtnWBSElementT for WBSElement to multiple WBSElementText.
      Parameters:
      value - The WBSElementTexts to build this WBSElement with.
      Returns:
      This Builder to allow for a fluent interface.
    • wBSElement

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

      Original property name from the Odata EDM: WBSElement

      Returns:
      this.
    • wBSElement_Text

      @Nonnull public WBSElement.WBSElementBuilder wBSElement_Text(@Nullable String wBSElement_Text)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: WBSElement_Text

      Returns:
      this.
    • project

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

      Original property name from the Odata EDM: Project

      Returns:
      this.
    • additionalMasterDataSource

      @Nonnull public WBSElement.WBSElementBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: AdditionalMasterDataSource

      Returns:
      this.
    • wBSElementInternalID

      @Nonnull public WBSElement.WBSElementBuilder wBSElementInternalID(@Nullable String wBSElementInternalID)
      Constraints: Not nullable, Maximum length: 24

      Original property name from the Odata EDM: WBSElementInternalID

      Returns:
      this.
    • build

      @Nonnull public WBSElement build()
    • toString

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