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

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

    • activity

      @Nonnull public Run.RunBuilder activity(Activity value)
      Navigation property _Activity for Run to single Activity.
      Parameters:
      value - The Activity to build this Run with.
      Returns:
      This Builder to allow for a fluent interface.
    • runParameter

      @Nonnull public Run.RunBuilder runParameter(RunParameter... value)
      Navigation property _RunParameter for Run to multiple RunParameter.
      Parameters:
      value - The RunParameters to build this Run with.
      Returns:
      This Builder to allow for a fluent interface.
    • task

      @Nonnull public Run.RunBuilder task(Task value)
      Navigation property _Task for Run to single Task.
      Parameters:
      value - The Task to build this Run with.
      Returns:
      This Builder to allow for a fluent interface.
    • statryRptRunUUID

      @Nonnull public Run.RunBuilder statryRptRunUUID(@Nullable UUID statryRptRunUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: StatryRptRunUUID

      Returns:
      this.
    • statryRptActivityUUID

      @Nonnull public Run.RunBuilder statryRptActivityUUID(@Nullable UUID statryRptActivityUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: StatryRptActivityUUID

      Returns:
      this.
    • statryRptPhaseUUID

      @Nonnull public Run.RunBuilder statryRptPhaseUUID(@Nullable UUID statryRptPhaseUUID)
      Constraints: Nullable

      Original property name from the Odata EDM: StatryRptPhaseUUID

      Returns:
      this.
    • statryRptTaskUUID

      @Nonnull public Run.RunBuilder statryRptTaskUUID(@Nullable UUID statryRptTaskUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: StatryRptTaskUUID

      Returns:
      this.
    • statryRptgEntity

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

      Original property name from the Odata EDM: StatryRptgEntity

      Returns:
      this.
    • statryRptCategory

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

      Original property name from the Odata EDM: StatryRptCategory

      Returns:
      this.
    • statryRptRunID

      @Nonnull public Run.RunBuilder statryRptRunID(@Nullable String statryRptRunID)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: StatryRptRunID

      Returns:
      this.
    • statryRptRunStatus

      @Nonnull public Run.RunBuilder statryRptRunStatus(@Nullable String statryRptRunStatus)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: StatryRptRunStatus

      Returns:
      this.
    • statryRptRunType

      @Nonnull public Run.RunBuilder statryRptRunType(@Nullable String statryRptRunType)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: StatryRptRunType

      Returns:
      this.
    • statryRptSubmittedDateTime

      @Nonnull public Run.RunBuilder statryRptSubmittedDateTime(@Nullable OffsetDateTime statryRptSubmittedDateTime)
      Constraints: Nullable

      Original property name from the Odata EDM: StatryRptSubmittedDateTime

      Returns:
      this.
    • statryRptCatPhase

      @Nonnull public Run.RunBuilder statryRptCatPhase(@Nullable String statryRptCatPhase)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: StatryRptCatPhase

      Returns:
      this.
    • statryRptDef

      @Nonnull public Run.RunBuilder statryRptDef(@Nullable String statryRptDef)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: StatryRptDef

      Returns:
      this.
    • statryRptTaskPeriodStartDate

      @Nonnull public Run.RunBuilder statryRptTaskPeriodStartDate(@Nullable LocalDate statryRptTaskPeriodStartDate)
      Constraints: Nullable

      Original property name from the Odata EDM: StatryRptTaskPeriodStartDate

      Returns:
      this.
    • statryRptTaskPeriodEndDate

      @Nonnull public Run.RunBuilder statryRptTaskPeriodEndDate(@Nullable LocalDate statryRptTaskPeriodEndDate)
      Constraints: Nullable

      Original property name from the Odata EDM: StatryRptTaskPeriodEndDate

      Returns:
      this.
    • statryRptTaskDueDate

      @Nonnull public Run.RunBuilder statryRptTaskDueDate(@Nullable LocalDate statryRptTaskDueDate)
      Constraints: Nullable

      Original property name from the Odata EDM: StatryRptTaskDueDate

      Returns:
      this.
    • reportingYear

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

      Original property name from the Odata EDM: ReportingYear

      Returns:
      this.
    • applicationJobName

      @Nonnull public Run.RunBuilder applicationJobName(@Nullable String applicationJobName)
      Constraints: Not nullable, Maximum length: 32

      Original property name from the Odata EDM: ApplicationJobName

      Returns:
      this.
    • _Messages

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

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public Run build()
    • toString

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