Class WorkPackageFunction.WorkPackageFunctionBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.WorkPackageFunction.WorkPackageFunctionBuilder
Enclosing class:
WorkPackageFunction

public static class WorkPackageFunction.WorkPackageFunctionBuilder extends Object
  • Method Details

    • projectID

      @Nonnull public WorkPackageFunction.WorkPackageFunctionBuilder projectID(@Nullable String projectID)
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original 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: 50

      Original property name from the Odata EDM: WorkPackageID

      Returns:
      this.
    • workPackageName

      @Nonnull public WorkPackageFunction.WorkPackageFunctionBuilder workPackageName(@Nullable String workPackageName)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: WorkPackageName

      Returns:
      this.
    • workPackageFunctionId

      @Nonnull public WorkPackageFunction.WorkPackageFunctionBuilder workPackageFunctionId(@Nullable String workPackageFunctionId)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: WorkPackageFunctionId

      Returns:
      this.
    • workPackageFunctionName

      @Nonnull public WorkPackageFunction.WorkPackageFunctionBuilder workPackageFunctionName(@Nullable String workPackageFunctionName)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: WorkPackageFunctionName

      Returns:
      this.
    • workPackageFunctionIsBlocked

      @Nonnull public WorkPackageFunction.WorkPackageFunctionBuilder workPackageFunctionIsBlocked(@Nullable String workPackageFunctionIsBlocked)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: WorkPackageFunctionIsBlocked

      Returns:
      this.
    • build

      @Nonnull public WorkPackageFunction build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object