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