public static class WorkPackageFunction.WorkPackageFunctionBuilder extends Object
Modifier and Type | Method and Description |
---|---|
WorkPackageFunction |
build() |
WorkPackageFunction.WorkPackageFunctionBuilder |
projectID(String projectID)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
WorkPackageFunction.WorkPackageFunctionBuilder |
workPackageFunctionId(String workPackageFunctionId)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
WorkPackageFunction.WorkPackageFunctionBuilder |
workPackageFunctionIsBlocked(String workPackageFunctionIsBlocked)
Constraints: Not nullable, Maximum length: 1
|
WorkPackageFunction.WorkPackageFunctionBuilder |
workPackageFunctionName(String workPackageFunctionName)
Constraints: Not nullable, Maximum length: 60
|
WorkPackageFunction.WorkPackageFunctionBuilder |
workPackageID(String workPackageID)
(Key Field) Constraints: Not nullable, Maximum length: 50
|
public WorkPackageFunction.WorkPackageFunctionBuilder projectID(@Nullable String projectID)
Original property name from the Odata EDM: ProjectID
this
.public WorkPackageFunction.WorkPackageFunctionBuilder workPackageID(@Nullable String workPackageID)
Original property name from the Odata EDM: WorkPackageID
this
.public WorkPackageFunction.WorkPackageFunctionBuilder workPackageFunctionId(@Nullable String workPackageFunctionId)
Original property name from the Odata EDM: WorkPackageFunctionId
Users can manage work packages by allowing or blocking cost posting.This field must be used together with the field Work Package Function is Blocked.
this
.public WorkPackageFunction.WorkPackageFunctionBuilder workPackageFunctionName(@Nullable String workPackageFunctionName)
Original property name from the Odata EDM: WorkPackageFunctionName
this
.public WorkPackageFunction.WorkPackageFunctionBuilder workPackageFunctionIsBlocked(@Nullable String workPackageFunctionIsBlocked)
Original property name from the Odata EDM: WorkPackageFunctionIsBlocked
You use this field to manage cost posting on work packages. The possible values are:' ' - AllowedX - BlockedThis field must be used together with the field Work Package Function ID.
this
.public WorkPackageFunction build()
Copyright © 2020 SAP SE. All rights reserved.