Class EntProjectPublicSector.EntProjectPublicSectorBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseprojectv2.EntProjectPublicSector.EntProjectPublicSectorBuilder
- Enclosing class:
- EntProjectPublicSector
Helper class to allow for fluent creation of EntProjectPublicSector instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_EnterpriseProject for EntProjectPublicSector to single EnterpriseProject.functionalAreaIsFixAssigned(Boolean functionalAreaIsFixAssigned) Constraints: noneConstraints: Not nullable, Maximum length: 10fundIsFixAssigned(Boolean fundIsFixAssigned) Constraints: noneConstraints: Not nullable, Maximum length: 20grantIsFixAssigned(Boolean grantIsFixAssigned) Constraints: noneprojectUUID(UUID projectUUID) (Key Field) Constraints: Not nullablesponsoredProgram(String sponsoredProgram) Constraints: Not nullable, Maximum length: 20toString()Constraints: none
-
Method Details
-
enterpriseProject
@Nonnull public EntProjectPublicSector.EntProjectPublicSectorBuilder enterpriseProject(EnterpriseProject value) Navigation property to_EnterpriseProject for EntProjectPublicSector to single EnterpriseProject.- Parameters:
value- The EnterpriseProject to build this EntProjectPublicSector with.- Returns:
- This Builder to allow for a fluent interface.
-
update_mc
@Nonnull public EntProjectPublicSector.EntProjectPublicSectorBuilder update_mc(@Nullable Boolean update_mc) Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
this.
-
projectUUID
@Nonnull public EntProjectPublicSector.EntProjectPublicSectorBuilder projectUUID(@Nullable UUID projectUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProjectUUID
- Returns:
this.
-
fund
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Fund
- Returns:
this.
-
fundIsFixAssigned
@Nonnull public EntProjectPublicSector.EntProjectPublicSectorBuilder fundIsFixAssigned(@Nullable Boolean fundIsFixAssigned) Constraints: noneOriginal property name from the Odata EDM: FundIsFixAssigned
- Returns:
this.
-
functionalAreaIsFixAssigned
@Nonnull public EntProjectPublicSector.EntProjectPublicSectorBuilder functionalAreaIsFixAssigned(@Nullable Boolean functionalAreaIsFixAssigned) Constraints: noneOriginal property name from the Odata EDM: FunctionalAreaIsFixAssigned
- Returns:
this.
-
grantID
@Nonnull public EntProjectPublicSector.EntProjectPublicSectorBuilder grantID(@Nullable String grantID) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: GrantID
- Returns:
this.
-
grantIsFixAssigned
@Nonnull public EntProjectPublicSector.EntProjectPublicSectorBuilder grantIsFixAssigned(@Nullable Boolean grantIsFixAssigned) Constraints: noneOriginal property name from the Odata EDM: GrantIsFixAssigned
- Returns:
this.
-
sponsoredProgram
@Nonnull public EntProjectPublicSector.EntProjectPublicSectorBuilder sponsoredProgram(@Nullable String sponsoredProgram) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SponsoredProgram
- Returns:
this.
-
build
-
toString
-