Class EntProjElmntDlvbrl.EntProjElmntDlvbrlBuilder
- Enclosing class:
- EntProjElmntDlvbrl
-
Method Summary
Modifier and TypeMethodDescriptionbuild()createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDateTime(ZonedDateTime creationDateTime) Constraints: Not nullable, Precision: 0Navigation property to_EnterpriseProjectElement for EntProjElmntDlvbrl to single EnterpriseProjectElement.entProjElmntDeliverableType(String entProjElmntDeliverableType) Constraints: Not nullable, Maximum length: 6entProjElmntDeliverableUUID(UUID entProjElmntDeliverableUUID) (Key Field) Constraints: Not nullableentProjElmntDlvbrlQuantity(BigDecimal entProjElmntDlvbrlQuantity) Constraints: Not nullable, Precision: 23, Scale: 2entProjElmntDlvbrlQuantityUnit(String entProjElmntDlvbrlQuantityUnit) Constraints: Not nullable, Maximum length: 3entProjElmntDlvDistr(EntProjElmntDlvbrlDistr... value) Navigation property to_EntProjElmntDlvDistr for EntProjElmntDlvbrl to multiple EntProjElmntDlvbrlDistr.entProjElmntDlvDistr_oc(Boolean entProjElmntDlvDistr_oc) Constraints: nonelastChangeDateTime(ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 0lastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12projectElementUUID(UUID projectElementUUID) Constraints: noneprojectUUID(UUID projectUUID) Constraints: nonetoString()Constraints: none
-
Method Details
-
enterpriseProjectElement
@Nonnull public EntProjElmntDlvbrl.EntProjElmntDlvbrlBuilder enterpriseProjectElement(EnterpriseProjectElement value) Navigation property to_EnterpriseProjectElement for EntProjElmntDlvbrl to single EnterpriseProjectElement.- Parameters:
value- The EnterpriseProjectElement to build this EntProjElmntDlvbrl with.- Returns:
- This Builder to allow for a fluent interface.
-
entProjElmntDlvDistr
@Nonnull public EntProjElmntDlvbrl.EntProjElmntDlvbrlBuilder entProjElmntDlvDistr(EntProjElmntDlvbrlDistr... value) Navigation property to_EntProjElmntDlvDistr for EntProjElmntDlvbrl to multiple EntProjElmntDlvbrlDistr.- Parameters:
value- The EntProjElmntDlvbrlDistrs to build this EntProjElmntDlvbrl with.- Returns:
- This Builder to allow for a fluent interface.
-
update_mc
Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
this.
-
entProjElmntDlvDistr_oc
@Nonnull public EntProjElmntDlvbrl.EntProjElmntDlvbrlBuilder entProjElmntDlvDistr_oc(@Nullable Boolean entProjElmntDlvDistr_oc) Constraints: noneOriginal property name from the Odata EDM: to_EntProjElmntDlvDistr_oc
- Returns:
this.
-
entProjElmntDeliverableUUID
@Nonnull public EntProjElmntDlvbrl.EntProjElmntDlvbrlBuilder entProjElmntDeliverableUUID(@Nullable UUID entProjElmntDeliverableUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: EntProjElmntDeliverableUUID
- Returns:
this.
-
projectElementUUID
@Nonnull public EntProjElmntDlvbrl.EntProjElmntDlvbrlBuilder projectElementUUID(@Nullable UUID projectElementUUID) Constraints: noneOriginal property name from the Odata EDM: ProjectElementUUID
- Returns:
this.
-
projectUUID
@Nonnull public EntProjElmntDlvbrl.EntProjElmntDlvbrlBuilder projectUUID(@Nullable UUID projectUUID) Constraints: noneOriginal property name from the Odata EDM: ProjectUUID
- Returns:
this.
-
entProjElmntDeliverableType
@Nonnull public EntProjElmntDlvbrl.EntProjElmntDlvbrlBuilder entProjElmntDeliverableType(@Nullable String entProjElmntDeliverableType) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: EntProjElmntDeliverableType
- Returns:
this.
-
entProjElmntDlvbrlQuantity
@Nonnull public EntProjElmntDlvbrl.EntProjElmntDlvbrlBuilder entProjElmntDlvbrlQuantity(@Nullable BigDecimal entProjElmntDlvbrlQuantity) Constraints: Not nullable, Precision: 23, Scale: 2Original property name from the Odata EDM: EntProjElmntDlvbrlQuantity
- Returns:
this.
-
entProjElmntDlvbrlQuantityUnit
@Nonnull public EntProjElmntDlvbrl.EntProjElmntDlvbrlBuilder entProjElmntDlvbrlQuantityUnit(@Nullable String entProjElmntDlvbrlQuantityUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: EntProjElmntDlvbrlQuantityUnit
- Returns:
this.
-
createdByUser
@Nonnull public EntProjElmntDlvbrl.EntProjElmntDlvbrlBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
creationDateTime
@Nonnull public EntProjElmntDlvbrl.EntProjElmntDlvbrlBuilder creationDateTime(@Nullable ZonedDateTime creationDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDateTime
- Returns:
this.
-
lastChangeDateTime
@Nonnull public EntProjElmntDlvbrl.EntProjElmntDlvbrlBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public EntProjElmntDlvbrl.EntProjElmntDlvbrlBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
build
-
toString
-