Class ProjectDemandTypeText.ProjectDemandTypeTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype.ProjectDemandTypeText.ProjectDemandTypeTextBuilder
Enclosing class:
ProjectDemandTypeText

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

    • projectDemandType

      @Nonnull public ProjectDemandTypeText.ProjectDemandTypeTextBuilder projectDemandType(ProjectDemandType value)
      Navigation property _ProjectDemandType for ProjectDemandTypeText to single ProjectDemandType.
      Parameters:
      value - The ProjectDemandType to build this ProjectDemandTypeText with.
      Returns:
      This Builder to allow for a fluent interface.
    • projectDemandType

      @Nonnull public ProjectDemandTypeText.ProjectDemandTypeTextBuilder projectDemandType(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ProjectDemandType

      Parameters:
      value - The projectDemandType to build this ProjectDemandTypeText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • projectDemandTypeName

      @Nonnull public ProjectDemandTypeText.ProjectDemandTypeTextBuilder projectDemandTypeName(@Nullable String projectDemandTypeName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ProjectDemandTypeName

      Returns:
      this.
    • build

      @Nonnull public ProjectDemandTypeText build()
    • toString

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