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

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

    • cnsldtnProject

      @Nonnull public ProjectText.ProjectTextBuilder cnsldtnProject(Project value)
      Navigation property to_CnsldtnProject for ProjectText to single Project.
      Parameters:
      value - The Project to build this ProjectText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • project

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

      Original property name from the Odata EDM: Project

      Returns:
      this.
    • cnsldtnProjectText

      @Nonnull public ProjectText.ProjectTextBuilder cnsldtnProjectText(@Nullable String cnsldtnProjectText)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: CnsldtnProjectText

      Returns:
      this.
    • build

      @Nonnull public ProjectText build()
    • toString

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