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

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

    • cnsldtnProjectHier

      @Nonnull public Project.ProjectBuilder cnsldtnProjectHier(ProjectHier... value)
      Navigation property to_CnsldtnProjectHier for Project to multiple ProjectHier.
      Parameters:
      value - The ProjectHiers to build this Project with.
      Returns:
      This Builder to allow for a fluent interface.
    • cnsldtnProjectT

      @Nonnull public Project.ProjectBuilder cnsldtnProjectT(ProjectText... value)
      Navigation property to_CnsldtnProjectT for Project to multiple ProjectText.
      Parameters:
      value - The ProjectTexts to build this Project with.
      Returns:
      This Builder to allow for a fluent interface.
    • project

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

      Original property name from the Odata EDM: Project

      Returns:
      this.
    • project_Text

      @Nonnull public Project.ProjectBuilder project_Text(@Nullable String project_Text)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Project_Text

      Returns:
      this.
    • additionalMasterDataSource

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

      Original property name from the Odata EDM: AdditionalMasterDataSource

      Returns:
      this.
    • build

      @Nonnull public Project build()
    • toString

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