Class RunParameter.RunParameterBuilder
- Enclosing class:
- RunParameter
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property _Run for RunParameter to single Run.statryRptActivityUUID(UUID statryRptActivityUUID) Constraints: NullablestatryRptCategory(String statryRptCategory) Constraints: Not nullable, Maximum length: 30statryRptgEntity(String statryRptgEntity) Constraints: Not nullable, Maximum length: 10statryRptPhaseUUID(UUID statryRptPhaseUUID) Constraints: NullablestatryRptRunParamID(String statryRptRunParamID) Constraints: Not nullable, Maximum length: 30statryRptRunParamRngeHighValue(String statryRptRunParamRngeHighValue) Constraints: Not nullable, Maximum length: 1333statryRptRunParamRngeLowValue(String statryRptRunParamRngeLowValue) Constraints: Not nullable, Maximum length: 1333statryRptRunParamRngeOption(String statryRptRunParamRngeOption) Constraints: Not nullable, Maximum length: 2statryRptRunParamRngeSign(String statryRptRunParamRngeSign) Constraints: Not nullable, Maximum length: 1statryRptRunParamUUID(UUID statryRptRunParamUUID) (Key Field) Constraints: Not nullablestatryRptRunUUID(UUID statryRptRunUUID) Constraints: Not nullablestatryRptTaskUUID(UUID statryRptTaskUUID) Constraints: Not nullableNavigation property _Task for RunParameter to single Task.toString()
-
Method Details
-
run
Navigation property _Run for RunParameter to single Run.- Parameters:
value- The Run to build this RunParameter with.- Returns:
- This Builder to allow for a fluent interface.
-
task
Navigation property _Task for RunParameter to single Task.- Parameters:
value- The Task to build this RunParameter with.- Returns:
- This Builder to allow for a fluent interface.
-
statryRptRunParamUUID
@Nonnull public RunParameter.RunParameterBuilder statryRptRunParamUUID(@Nullable UUID statryRptRunParamUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: StatryRptRunParamUUID
- Returns:
this.
-
statryRptRunUUID
Constraints: Not nullableOriginal property name from the Odata EDM: StatryRptRunUUID
- Returns:
this.
-
statryRptActivityUUID
@Nonnull public RunParameter.RunParameterBuilder statryRptActivityUUID(@Nullable UUID statryRptActivityUUID) Constraints: NullableOriginal property name from the Odata EDM: StatryRptActivityUUID
- Returns:
this.
-
statryRptPhaseUUID
@Nonnull public RunParameter.RunParameterBuilder statryRptPhaseUUID(@Nullable UUID statryRptPhaseUUID) Constraints: NullableOriginal property name from the Odata EDM: StatryRptPhaseUUID
- Returns:
this.
-
statryRptTaskUUID
@Nonnull public RunParameter.RunParameterBuilder statryRptTaskUUID(@Nullable UUID statryRptTaskUUID) Constraints: Not nullableOriginal property name from the Odata EDM: StatryRptTaskUUID
- Returns:
this.
-
statryRptgEntity
@Nonnull public RunParameter.RunParameterBuilder statryRptgEntity(@Nullable String statryRptgEntity) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: StatryRptgEntity
- Returns:
this.
-
statryRptCategory
@Nonnull public RunParameter.RunParameterBuilder statryRptCategory(@Nullable String statryRptCategory) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptCategory
- Returns:
this.
-
statryRptRunParamID
@Nonnull public RunParameter.RunParameterBuilder statryRptRunParamID(@Nullable String statryRptRunParamID) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptRunParamID
- Returns:
this.
-
statryRptRunParamRngeSign
@Nonnull public RunParameter.RunParameterBuilder statryRptRunParamRngeSign(@Nullable String statryRptRunParamRngeSign) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: StatryRptRunParamRngeSign
- Returns:
this.
-
statryRptRunParamRngeOption
@Nonnull public RunParameter.RunParameterBuilder statryRptRunParamRngeOption(@Nullable String statryRptRunParamRngeOption) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: StatryRptRunParamRngeOption
- Returns:
this.
-
statryRptRunParamRngeLowValue
@Nonnull public RunParameter.RunParameterBuilder statryRptRunParamRngeLowValue(@Nullable String statryRptRunParamRngeLowValue) Constraints: Not nullable, Maximum length: 1333Original property name from the Odata EDM: StatryRptRunParamRngeLowValue
- Returns:
this.
-
statryRptRunParamRngeHighValue
@Nonnull public RunParameter.RunParameterBuilder statryRptRunParamRngeHighValue(@Nullable String statryRptRunParamRngeHighValue) Constraints: Not nullable, Maximum length: 1333Original property name from the Odata EDM: StatryRptRunParamRngeHighValue
- Returns:
this.
-
build
-
toString
-