java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition.PhaseDef.PhaseDefBuilder
Enclosing class:
PhaseDef

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

    • categoryDef

      @Nonnull public PhaseDef.PhaseDefBuilder categoryDef(CategoryDef value)
      Navigation property _CategoryDef for PhaseDef to single CategoryDef.
      Parameters:
      value - The CategoryDef to build this PhaseDef with.
      Returns:
      This Builder to allow for a fluent interface.
    • statryRptCategory

      @Nonnull public PhaseDef.PhaseDefBuilder statryRptCategory(@Nullable String statryRptCategory)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: StatryRptCategory

      Returns:
      this.
    • statryRptCatPhase

      @Nonnull public PhaseDef.PhaseDefBuilder statryRptCatPhase(@Nullable String statryRptCatPhase)
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: StatryRptCatPhase

      Returns:
      this.
    • statryRptCatPhaseValidFromDate

      @Nonnull public PhaseDef.PhaseDefBuilder statryRptCatPhaseValidFromDate(@Nullable LocalDate statryRptCatPhaseValidFromDate)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: StatryRptCatPhaseValidFromDate

      Returns:
      this.
    • statryRptCatPhaseOccurrence

      @Nonnull public PhaseDef.PhaseDefBuilder statryRptCatPhaseOccurrence(@Nullable String statryRptCatPhaseOccurrence)
      Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: StatryRptCatPhaseOccurrence

      Returns:
      this.
    • build

      @Nonnull public PhaseDef build()
    • toString

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