java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask.Task.TaskBuilder
Enclosing class:
Task

public static final class Task.TaskBuilder extends Object
Helper class to allow for fluent creation of Task instances.
  • Method Details

    • phase

      @Nonnull public Task.TaskBuilder phase(Phase... value)
      Navigation property _Phase for Task to multiple Phase.
      Parameters:
      value - The Phases to build this Task with.
      Returns:
      This Builder to allow for a fluent interface.
    • statryRptTaskUUID

      @Nonnull public Task.TaskBuilder statryRptTaskUUID(@Nullable UUID statryRptTaskUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: StatryRptTaskUUID

      Returns:
      this.
    • statryRptgEntity

      @Nonnull public Task.TaskBuilder statryRptgEntity(@Nullable String statryRptgEntity)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: StatryRptgEntity

      Returns:
      this.
    • statryRptCategory

      @Nonnull public Task.TaskBuilder statryRptCategory(@Nullable String statryRptCategory)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: StatryRptCategory

      Returns:
      this.
    • country

      @Nonnull public Task.TaskBuilder country(@Nullable String country)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Country

      Returns:
      this.
    • statryRptTaskStatus

      @Nonnull public Task.TaskBuilder statryRptTaskStatus(@Nullable String statryRptTaskStatus)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: StatryRptTaskStatus

      Returns:
      this.
    • statryRptTaskDueDate

      @Nonnull public Task.TaskBuilder statryRptTaskDueDate(@Nullable LocalDate statryRptTaskDueDate)
      Constraints: Not nullable

      Original property name from the Odata EDM: StatryRptTaskDueDate

      Returns:
      this.
    • statryRptTaskPeriodStartDate

      @Nonnull public Task.TaskBuilder statryRptTaskPeriodStartDate(@Nullable LocalDate statryRptTaskPeriodStartDate)
      Constraints: Not nullable

      Original property name from the Odata EDM: StatryRptTaskPeriodStartDate

      Returns:
      this.
    • statryRptTaskPeriodEndDate

      @Nonnull public Task.TaskBuilder statryRptTaskPeriodEndDate(@Nullable LocalDate statryRptTaskPeriodEndDate)
      Constraints: Not nullable

      Original property name from the Odata EDM: StatryRptTaskPeriodEndDate

      Returns:
      this.
    • reportingYear

      @Nonnull public Task.TaskBuilder reportingYear(@Nullable String reportingYear)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ReportingYear

      Returns:
      this.
    • _Messages

      @Nonnull public Task.TaskBuilder _Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public Task build()
    • toString

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