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

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

    • run

      @Nonnull public RunParameter.RunParameterBuilder run(Run value)
      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

      @Nonnull public RunParameter.RunParameterBuilder task(Task value)
      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 nullable

      Original property name from the Odata EDM: StatryRptRunParamUUID

      Returns:
      this.
    • statryRptRunUUID

      @Nonnull public RunParameter.RunParameterBuilder statryRptRunUUID(@Nullable UUID statryRptRunUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: StatryRptRunUUID

      Returns:
      this.
    • statryRptActivityUUID

      @Nonnull public RunParameter.RunParameterBuilder statryRptActivityUUID(@Nullable UUID statryRptActivityUUID)
      Constraints: Nullable

      Original property name from the Odata EDM: StatryRptActivityUUID

      Returns:
      this.
    • statryRptPhaseUUID

      @Nonnull public RunParameter.RunParameterBuilder statryRptPhaseUUID(@Nullable UUID statryRptPhaseUUID)
      Constraints: Nullable

      Original property name from the Odata EDM: StatryRptPhaseUUID

      Returns:
      this.
    • statryRptTaskUUID

      @Nonnull public RunParameter.RunParameterBuilder statryRptTaskUUID(@Nullable UUID statryRptTaskUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: StatryRptTaskUUID

      Returns:
      this.
    • statryRptgEntity

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

      Original property name from the Odata EDM: StatryRptgEntity

      Returns:
      this.
    • statryRptCategory

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

      Original property name from the Odata EDM: StatryRptCategory

      Returns:
      this.
    • statryRptRunParamID

      @Nonnull public RunParameter.RunParameterBuilder statryRptRunParamID(@Nullable String statryRptRunParamID)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: StatryRptRunParamID

      Returns:
      this.
    • statryRptRunParamRngeSign

      @Nonnull public RunParameter.RunParameterBuilder statryRptRunParamRngeSign(@Nullable String statryRptRunParamRngeSign)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: StatryRptRunParamRngeSign

      Returns:
      this.
    • statryRptRunParamRngeOption

      @Nonnull public RunParameter.RunParameterBuilder statryRptRunParamRngeOption(@Nullable String statryRptRunParamRngeOption)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: StatryRptRunParamRngeOption

      Returns:
      this.
    • statryRptRunParamRngeLowValue

      @Nonnull public RunParameter.RunParameterBuilder statryRptRunParamRngeLowValue(@Nullable String statryRptRunParamRngeLowValue)
      Constraints: Not nullable, Maximum length: 1333

      Original property name from the Odata EDM: StatryRptRunParamRngeLowValue

      Returns:
      this.
    • statryRptRunParamRngeHighValue

      @Nonnull public RunParameter.RunParameterBuilder statryRptRunParamRngeHighValue(@Nullable String statryRptRunParamRngeHighValue)
      Constraints: Not nullable, Maximum length: 1333

      Original property name from the Odata EDM: StatryRptRunParamRngeHighValue

      Returns:
      this.
    • build

      @Nonnull public RunParameter build()
    • toString

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