Class EntProjectTypeText.EntProjectTypeTextBuilder

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

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

    • projectType

      @Nonnull public EntProjectTypeText.EntProjectTypeTextBuilder projectType(EntProjectType value)
      Navigation property _ProjectType for EntProjectTypeText to single EntProjectType.
      Parameters:
      value - The EntProjectType to build this EntProjectTypeText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • entProjectTypeInternal

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

      Original property name from the Odata EDM: EntProjectTypeInternal

      Returns:
      this.
    • projectTypeName

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

      Original property name from the Odata EDM: ProjectTypeName

      Returns:
      this.
    • build

      @Nonnull public EntProjectTypeText build()
    • toString

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