Class EntProjElmntBlockFunc.EntProjElmntBlockFuncBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseproject.EntProjElmntBlockFunc.EntProjElmntBlockFuncBuilder
- Enclosing class:
- EntProjElmntBlockFunc
-
Method Summary
Modifier and TypeMethodDescriptionbuild()entProjOtherExpensePostgIsBlkd(Boolean entProjOtherExpensePostgIsBlkd) Constraints: noneentProjPurchasingIsBlkd(Boolean entProjPurchasingIsBlkd) Constraints: noneentProjServicePostingIsBlkd(Boolean entProjServicePostingIsBlkd) Constraints: noneentProjStaffExpensePostgIsBlkd(Boolean entProjStaffExpensePostgIsBlkd) Constraints: noneentProjTimeRecgIsBlkd(Boolean entProjTimeRecgIsBlkd) Constraints: noneprojectElementUUID(UUID projectElementUUID) (Key Field) Constraints: Not nullableprojectLastChangedDateTime(ZonedDateTime projectLastChangedDateTime) Constraints: Not nullable, Precision: 0projectUUID(UUID projectUUID) Constraints: nonetoString()
-
Method Details
-
projectElementUUID
@Nonnull public EntProjElmntBlockFunc.EntProjElmntBlockFuncBuilder projectElementUUID(@Nullable UUID projectElementUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProjectElementUUID
- Returns:
this.
-
projectUUID
@Nonnull public EntProjElmntBlockFunc.EntProjElmntBlockFuncBuilder projectUUID(@Nullable UUID projectUUID) Constraints: noneOriginal property name from the Odata EDM: ProjectUUID
- Returns:
this.
-
entProjTimeRecgIsBlkd
@Nonnull public EntProjElmntBlockFunc.EntProjElmntBlockFuncBuilder entProjTimeRecgIsBlkd(@Nullable Boolean entProjTimeRecgIsBlkd) Constraints: noneOriginal property name from the Odata EDM: EntProjTimeRecgIsBlkd
- Returns:
this.
-
entProjStaffExpensePostgIsBlkd
@Nonnull public EntProjElmntBlockFunc.EntProjElmntBlockFuncBuilder entProjStaffExpensePostgIsBlkd(@Nullable Boolean entProjStaffExpensePostgIsBlkd) Constraints: noneOriginal property name from the Odata EDM: EntProjStaffExpensePostgIsBlkd
- Returns:
this.
-
entProjServicePostingIsBlkd
@Nonnull public EntProjElmntBlockFunc.EntProjElmntBlockFuncBuilder entProjServicePostingIsBlkd(@Nullable Boolean entProjServicePostingIsBlkd) Constraints: noneOriginal property name from the Odata EDM: EntProjServicePostingIsBlkd
- Returns:
this.
-
entProjOtherExpensePostgIsBlkd
@Nonnull public EntProjElmntBlockFunc.EntProjElmntBlockFuncBuilder entProjOtherExpensePostgIsBlkd(@Nullable Boolean entProjOtherExpensePostgIsBlkd) Constraints: noneOriginal property name from the Odata EDM: EntProjOtherExpensePostgIsBlkd
- Returns:
this.
-
entProjPurchasingIsBlkd
@Nonnull public EntProjElmntBlockFunc.EntProjElmntBlockFuncBuilder entProjPurchasingIsBlkd(@Nullable Boolean entProjPurchasingIsBlkd) Constraints: noneOriginal property name from the Odata EDM: EntProjPurchasingIsBlkd
- Returns:
this.
-
projectLastChangedDateTime
@Nonnull public EntProjElmntBlockFunc.EntProjElmntBlockFuncBuilder projectLastChangedDateTime(@Nullable ZonedDateTime projectLastChangedDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ProjectLastChangedDateTime
- Returns:
this.
-
build
-
toString
-