Class ProjectProfileCode.ProjectProfileCodeBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectprofile.ProjectProfileCode.ProjectProfileCodeBuilder
Enclosing class:
ProjectProfileCode

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

    • projectProfileCodeText

      @Nonnull public ProjectProfileCode.ProjectProfileCodeBuilder projectProfileCodeText(ProjectProfileCodeText... value)
      Navigation property _ProjectProfileCodeText for ProjectProfileCode to multiple ProjectProfileCodeText.
      Parameters:
      value - The ProjectProfileCodeTexts to build this ProjectProfileCode with.
      Returns:
      This Builder to allow for a fluent interface.
    • projectProfileCodeText

      @Nonnull public ProjectProfileCode.ProjectProfileCodeBuilder projectProfileCodeText(String value)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ProjectProfileCodeText

      Parameters:
      value - The projectProfileCodeText to build this ProjectProfileCode with.
      Returns:
      This Builder to allow for a fluent interface.
    • projectProfileCode

      @Nonnull public ProjectProfileCode.ProjectProfileCodeBuilder projectProfileCode(@Nullable String projectProfileCode)
      (Key Field) Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: ProjectProfileCode

      Returns:
      this.
    • build

      @Nonnull public ProjectProfileCode build()
    • toString

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