java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectinternaltype.EntProjectType.EntProjectTypeBuilder
Enclosing class:
EntProjectType

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

    • entProjectTypeText

      @Nonnull public EntProjectType.EntProjectTypeBuilder entProjectTypeText(EntProjectTypeText... value)
      Navigation property _EntProjectTypeText for EntProjectType to multiple EntProjectTypeText.
      Parameters:
      value - The EntProjectTypeTexts to build this EntProjectType with.
      Returns:
      This Builder to allow for a fluent interface.
    • entProjectTypeInternal

      @Nonnull public EntProjectType.EntProjectTypeBuilder entProjectTypeInternal(@Nullable String entProjectTypeInternal)
      (Key Field) Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: EntProjectTypeInternal

      Returns:
      this.
    • projectCategory

      @Nonnull public EntProjectType.EntProjectTypeBuilder projectCategory(@Nullable String projectCategory)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ProjectCategory

      Returns:
      this.
    • projectProfileCode

      @Nonnull public EntProjectType.EntProjectTypeBuilder projectProfileCode(@Nullable String projectProfileCode)
      Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: ProjectProfileCode

      Returns:
      this.
    • projectTypeName

      @Nonnull public EntProjectType.EntProjectTypeBuilder projectTypeName(@Nullable String projectTypeName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ProjectTypeName

      Returns:
      this.
    • build

      @Nonnull public EntProjectType build()
    • toString

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