Class CustProjSlsOrdItemWorkPckg.CustProjSlsOrdItemWorkPckgBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.CustProjSlsOrdItemWorkPckg.CustProjSlsOrdItemWorkPckgBuilder
- Enclosing class:
- CustProjSlsOrdItemWorkPckg
-
Method Summary
Modifier and TypeMethodDescriptionbuild()customerProject(String customerProject) (Key Field) Constraints: Not nullable, Maximum length: 40salesOrder(String salesOrder) Constraints: Not nullable, Maximum length: 10salesOrderItem(String salesOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6toString()workPackage(String workPackage) (Key Field) Constraints: Not nullable, Maximum length: 50workPackageEndDate(LocalDateTime workPackageEndDate) Constraints: Not nullable, Precision: 0workPackageName(String workPackageName) Constraints: Not nullable, Maximum length: 60workPackageStartDate(LocalDateTime workPackageStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
customerProject
@Nonnull public CustProjSlsOrdItemWorkPckg.CustProjSlsOrdItemWorkPckgBuilder customerProject(@Nullable String customerProject) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CustomerProject
- Returns:
this.
-
salesOrderItem
@Nonnull public CustProjSlsOrdItemWorkPckg.CustProjSlsOrdItemWorkPckgBuilder salesOrderItem(@Nullable String salesOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SalesOrderItem
- Returns:
this.
-
workPackage
@Nonnull public CustProjSlsOrdItemWorkPckg.CustProjSlsOrdItemWorkPckgBuilder workPackage(@Nullable String workPackage) (Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: WorkPackage
- Returns:
this.
-
workPackageName
@Nonnull public CustProjSlsOrdItemWorkPckg.CustProjSlsOrdItemWorkPckgBuilder workPackageName(@Nullable String workPackageName) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: WorkPackageName
- Returns:
this.
-
salesOrder
@Nonnull public CustProjSlsOrdItemWorkPckg.CustProjSlsOrdItemWorkPckgBuilder salesOrder(@Nullable String salesOrder) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesOrder
- Returns:
this.
-
workPackageStartDate
@Nonnull public CustProjSlsOrdItemWorkPckg.CustProjSlsOrdItemWorkPckgBuilder workPackageStartDate(@Nullable LocalDateTime workPackageStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: WorkPackageStartDate
- Returns:
this.
-
workPackageEndDate
@Nonnull public CustProjSlsOrdItemWorkPckg.CustProjSlsOrdItemWorkPckgBuilder workPackageEndDate(@Nullable LocalDateTime workPackageEndDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: WorkPackageEndDate
- Returns:
this.
-
build
-
toString
-