Class Run.RunBuilder
- Enclosing class:
- Run
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableNavigation property _Activity for Run to single Activity.applicationJobName(String applicationJobName) Constraints: Not nullable, Maximum length: 32build()reportingYear(String reportingYear) Constraints: Not nullable, Maximum length: 4runParameter(RunParameter... value) Navigation property _RunParameter for Run to multiple RunParameter.statryRptActivityUUID(UUID statryRptActivityUUID) Constraints: Not nullablestatryRptCategory(String statryRptCategory) Constraints: Not nullable, Maximum length: 30statryRptCatPhase(String statryRptCatPhase) Constraints: Not nullable, Maximum length: 5statryRptDef(String statryRptDef) Constraints: Not nullable, Maximum length: 30statryRptgEntity(String statryRptgEntity) Constraints: Not nullable, Maximum length: 10statryRptPhaseUUID(UUID statryRptPhaseUUID) Constraints: NullablestatryRptRunID(String statryRptRunID) Constraints: Not nullable, Maximum length: 8statryRptRunStatus(String statryRptRunStatus) Constraints: Not nullable, Maximum length: 3statryRptRunType(String statryRptRunType) Constraints: Not nullable, Maximum length: 5statryRptRunUUID(UUID statryRptRunUUID) (Key Field) Constraints: Not nullablestatryRptSubmittedDateTime(OffsetDateTime statryRptSubmittedDateTime) Constraints: NullablestatryRptTaskDueDate(LocalDate statryRptTaskDueDate) Constraints: NullablestatryRptTaskPeriodEndDate(LocalDate statryRptTaskPeriodEndDate) Constraints: NullablestatryRptTaskPeriodStartDate(LocalDate statryRptTaskPeriodStartDate) Constraints: NullablestatryRptTaskUUID(UUID statryRptTaskUUID) Constraints: Not nullableNavigation property _Task for Run to single Task.toString()
-
Method Details
-
activity
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
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
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
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: StatryRptRunUUID
- Returns:
this.
-
statryRptActivityUUID
Constraints: Not nullableOriginal property name from the Odata EDM: StatryRptActivityUUID
- Returns:
this.
-
statryRptPhaseUUID
Constraints: NullableOriginal property name from the Odata EDM: StatryRptPhaseUUID
- Returns:
this.
-
statryRptTaskUUID
Constraints: Not nullableOriginal property name from the Odata EDM: StatryRptTaskUUID
- Returns:
this.
-
statryRptgEntity
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: StatryRptgEntity
- Returns:
this.
-
statryRptCategory
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptCategory
- Returns:
this.
-
statryRptRunID
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: StatryRptRunID
- Returns:
this.
-
statryRptRunStatus
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: StatryRptRunStatus
- Returns:
this.
-
statryRptRunType
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: StatryRptRunType
- Returns:
this.
-
statryRptSubmittedDateTime
@Nonnull public Run.RunBuilder statryRptSubmittedDateTime(@Nullable OffsetDateTime statryRptSubmittedDateTime) Constraints: NullableOriginal property name from the Odata EDM: StatryRptSubmittedDateTime
- Returns:
this.
-
statryRptCatPhase
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: StatryRptCatPhase
- Returns:
this.
-
statryRptDef
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptDef
- Returns:
this.
-
statryRptTaskPeriodStartDate
@Nonnull public Run.RunBuilder statryRptTaskPeriodStartDate(@Nullable LocalDate statryRptTaskPeriodStartDate) Constraints: NullableOriginal property name from the Odata EDM: StatryRptTaskPeriodStartDate
- Returns:
this.
-
statryRptTaskPeriodEndDate
@Nonnull public Run.RunBuilder statryRptTaskPeriodEndDate(@Nullable LocalDate statryRptTaskPeriodEndDate) Constraints: NullableOriginal property name from the Odata EDM: StatryRptTaskPeriodEndDate
- Returns:
this.
-
statryRptTaskDueDate
Constraints: NullableOriginal property name from the Odata EDM: StatryRptTaskDueDate
- Returns:
this.
-
reportingYear
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ReportingYear
- Returns:
this.
-
applicationJobName
Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: ApplicationJobName
- Returns:
this.
-
_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-