public static final class EntProjectType.EntProjectTypeBuilder extends Object
Modifier and Type | Method and Description |
---|---|
EntProjectType |
build() |
EntProjectType.EntProjectTypeBuilder |
entProjectTypeInternal(String entProjectTypeInternal)
(Key Field) Constraints: Not nullable, Maximum length: 15
|
EntProjectType.EntProjectTypeBuilder |
entProjectTypeText(EntProjectTypeText... value)
Navigation property _EntProjectTypeText for EntProjectType to multiple
EntProjectTypeText.
|
EntProjectType.EntProjectTypeBuilder |
projectCategory(String projectCategory)
Constraints: Not nullable, Maximum length: 1
|
EntProjectType.EntProjectTypeBuilder |
projectProfileCode(String projectProfileCode)
Constraints: Not nullable, Maximum length: 7
|
EntProjectType.EntProjectTypeBuilder |
projectTypeName(String projectTypeName)
Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
@Nonnull public EntProjectType.EntProjectTypeBuilder entProjectTypeText(EntProjectTypeText... value)
value
- The EntProjectTypeTexts to build this EntProjectType with.@Nonnull public EntProjectType.EntProjectTypeBuilder entProjectTypeInternal(@Nullable String entProjectTypeInternal)
Original property name from the Odata EDM: EntProjectTypeInternal
this
.@Nonnull public EntProjectType.EntProjectTypeBuilder projectCategory(@Nullable String projectCategory)
Original property name from the Odata EDM: ProjectCategory
this
.@Nonnull public EntProjectType.EntProjectTypeBuilder projectProfileCode(@Nullable String projectProfileCode)
Original property name from the Odata EDM: ProjectProfileCode
this
.@Nonnull public EntProjectType.EntProjectTypeBuilder projectTypeName(@Nullable String projectTypeName)
Original property name from the Odata EDM: ProjectTypeName
this
.@Nonnull public EntProjectType build()
Copyright © 2021 SAP SE. All rights reserved.