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

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

    • activity

      @Nonnull public Phase.PhaseBuilder activity(Activity... value)
      Navigation property _Activity for Phase to multiple Activity.
      Parameters:
      value - The Activitys to build this Phase with.
      Returns:
      This Builder to allow for a fluent interface.
    • task

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

      @Nonnull public Phase.PhaseBuilder statryRptPhaseUUID(@Nullable UUID statryRptPhaseUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: StatryRptPhaseUUID

      Returns:
      this.
    • statryRptTaskUUID

      @Nonnull public Phase.PhaseBuilder statryRptTaskUUID(@Nullable UUID statryRptTaskUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: StatryRptTaskUUID

      Returns:
      this.
    • statryRptgEntity

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

      Original property name from the Odata EDM: StatryRptgEntity

      Returns:
      this.
    • statryRptCategory

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

      Original property name from the Odata EDM: StatryRptCategory

      Returns:
      this.
    • statryRptCatPhase

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

      Original property name from the Odata EDM: StatryRptCatPhase

      Returns:
      this.
    • statryRptDueDate

      @Nonnull public Phase.PhaseBuilder statryRptDueDate(@Nullable LocalDate statryRptDueDate)
      Constraints: Nullable

      Original property name from the Odata EDM: StatryRptDueDate

      Returns:
      this.
    • statryRptPhaseStatus

      @Nonnull public Phase.PhaseBuilder statryRptPhaseStatus(@Nullable String statryRptPhaseStatus)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: StatryRptPhaseStatus

      Returns:
      this.
    • _Messages

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

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public Phase build()
    • toString

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