Class WorkPackageFunction.WorkPackageFunctionBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail.WorkPackageFunction.WorkPackageFunctionBuilder
- Enclosing class:
- WorkPackageFunction
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 40toString()workPackageFunctionId(String workPackageFunctionId) (Key Field) Constraints: Not nullable, Maximum length: 4workPackageFunctionIsBlocked(String workPackageFunctionIsBlocked) Constraints: Not nullable, Maximum length: 1workPackageFunctionName(String workPackageFunctionName) Constraints: Not nullable, Maximum length: 60workPackageID(String workPackageID) (Key Field) Constraints: Not nullable, Maximum length: 50
-
Method Details
-
projectID
@Nonnull public WorkPackageFunction.WorkPackageFunctionBuilder projectID(@Nullable String projectID) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProjectID
- Returns:
this.
-
workPackageID
@Nonnull public WorkPackageFunction.WorkPackageFunctionBuilder workPackageID(@Nullable String workPackageID) (Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: WorkPackageID
- Returns:
this.
-
workPackageFunctionId
@Nonnull public WorkPackageFunction.WorkPackageFunctionBuilder workPackageFunctionId(@Nullable String workPackageFunctionId) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: WorkPackageFunctionId
- Returns:
this.
-
workPackageFunctionName
@Nonnull public WorkPackageFunction.WorkPackageFunctionBuilder workPackageFunctionName(@Nullable String workPackageFunctionName) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: WorkPackageFunctionName
- Returns:
this.
-
workPackageFunctionIsBlocked
@Nonnull public WorkPackageFunction.WorkPackageFunctionBuilder workPackageFunctionIsBlocked(@Nullable String workPackageFunctionIsBlocked) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: WorkPackageFunctionIsBlocked
- Returns:
this.
-
build
-
toString
-