Class EntProjectType.EntProjectTypeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectinternaltype.EntProjectType.EntProjectTypeBuilder
- Enclosing class:
- EntProjectType
Helper class to allow for fluent creation of EntProjectType instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()entProjectTypeInternal(String entProjectTypeInternal) (Key Field) Constraints: Not nullable, Maximum length: 15entProjectTypeText(EntProjectTypeText... value) Navigation property _EntProjectTypeText for EntProjectType to multiple EntProjectTypeText.projectCategory(String projectCategory) Constraints: Not nullable, Maximum length: 1projectProfileCode(String projectProfileCode) Constraints: Not nullable, Maximum length: 7projectTypeName(String projectTypeName) Constraints: Not nullable, Maximum length: 40toString()
-
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: 15Original property name from the Odata EDM: EntProjectTypeInternal
- Returns:
this.
-
projectCategory
@Nonnull public EntProjectType.EntProjectTypeBuilder projectCategory(@Nullable String projectCategory) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ProjectCategory
- Returns:
this.
-
projectProfileCode
@Nonnull public EntProjectType.EntProjectTypeBuilder projectProfileCode(@Nullable String projectProfileCode) Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: ProjectProfileCode
- Returns:
this.
-
projectTypeName
@Nonnull public EntProjectType.EntProjectTypeBuilder projectTypeName(@Nullable String projectTypeName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProjectTypeName
- Returns:
this.
-
build
-
toString
-