Class EnterpriseProjBlkFunc.EnterpriseProjBlkFuncBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseprojectv2.EnterpriseProjBlkFunc.EnterpriseProjBlkFuncBuilder
- Enclosing class:
- EnterpriseProjBlkFunc
Helper class to allow for fluent creation of EnterpriseProjBlkFunc instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_EnterpriseProject for EnterpriseProjBlkFunc to single EnterpriseProject.entProjOtherExpensePostgIsBlkd(Boolean entProjOtherExpensePostgIsBlkd) Constraints: noneentProjPurchasingIsBlkd(Boolean entProjPurchasingIsBlkd) Constraints: noneentProjServicePostingIsBlkd(Boolean entProjServicePostingIsBlkd) Constraints: noneentProjStaffExpensePostgIsBlkd(Boolean entProjStaffExpensePostgIsBlkd) Constraints: noneentProjTimeRecgIsBlkd(Boolean entProjTimeRecgIsBlkd) Constraints: noneprojectUUID(UUID projectUUID) (Key Field) Constraints: Not nullabletoString()Constraints: none
-
Method Details
-
enterpriseProject
@Nonnull public EnterpriseProjBlkFunc.EnterpriseProjBlkFuncBuilder enterpriseProject(EnterpriseProject value) Navigation property to_EnterpriseProject for EnterpriseProjBlkFunc to single EnterpriseProject.- Parameters:
value- The EnterpriseProject to build this EnterpriseProjBlkFunc with.- Returns:
- This Builder to allow for a fluent interface.
-
update_mc
@Nonnull public EnterpriseProjBlkFunc.EnterpriseProjBlkFuncBuilder update_mc(@Nullable Boolean update_mc) Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
this.
-
projectUUID
@Nonnull public EnterpriseProjBlkFunc.EnterpriseProjBlkFuncBuilder projectUUID(@Nullable UUID projectUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProjectUUID
- Returns:
this.
-
entProjTimeRecgIsBlkd
@Nonnull public EnterpriseProjBlkFunc.EnterpriseProjBlkFuncBuilder entProjTimeRecgIsBlkd(@Nullable Boolean entProjTimeRecgIsBlkd) Constraints: noneOriginal property name from the Odata EDM: EntProjTimeRecgIsBlkd
- Returns:
this.
-
entProjStaffExpensePostgIsBlkd
@Nonnull public EnterpriseProjBlkFunc.EnterpriseProjBlkFuncBuilder entProjStaffExpensePostgIsBlkd(@Nullable Boolean entProjStaffExpensePostgIsBlkd) Constraints: noneOriginal property name from the Odata EDM: EntProjStaffExpensePostgIsBlkd
- Returns:
this.
-
entProjServicePostingIsBlkd
@Nonnull public EnterpriseProjBlkFunc.EnterpriseProjBlkFuncBuilder entProjServicePostingIsBlkd(@Nullable Boolean entProjServicePostingIsBlkd) Constraints: noneOriginal property name from the Odata EDM: EntProjServicePostingIsBlkd
- Returns:
this.
-
entProjOtherExpensePostgIsBlkd
@Nonnull public EnterpriseProjBlkFunc.EnterpriseProjBlkFuncBuilder entProjOtherExpensePostgIsBlkd(@Nullable Boolean entProjOtherExpensePostgIsBlkd) Constraints: noneOriginal property name from the Odata EDM: EntProjOtherExpensePostgIsBlkd
- Returns:
this.
-
entProjPurchasingIsBlkd
@Nonnull public EnterpriseProjBlkFunc.EnterpriseProjBlkFuncBuilder entProjPurchasingIsBlkd(@Nullable Boolean entProjPurchasingIsBlkd) Constraints: noneOriginal property name from the Odata EDM: EntProjPurchasingIsBlkd
- Returns:
this.
-
build
-
toString
-