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

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

    • categoryDef

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

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

      Original property name from the Odata EDM: StatryRptCategory

      Returns:
      this.
    • statryRptActivityId

      @Nonnull public ActivityDef.ActivityDefBuilder statryRptActivityId(@Nullable String statryRptActivityId)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: StatryRptActivityId

      Returns:
      this.
    • statryRptDef

      @Nonnull public ActivityDef.ActivityDefBuilder statryRptDef(@Nullable String statryRptDef)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: StatryRptDef

      Returns:
      this.
    • statryRptActivityType

      @Nonnull public ActivityDef.ActivityDefBuilder statryRptActivityType(@Nullable String statryRptActivityType)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: StatryRptActivityType

      Returns:
      this.
    • statryRptCatPhase

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

      Original property name from the Odata EDM: StatryRptCatPhase

      Returns:
      this.
    • statryRptApplicationID

      @Nonnull public ActivityDef.ActivityDefBuilder statryRptApplicationID(@Nullable String statryRptApplicationID)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: StatryRptApplicationID

      Returns:
      this.
    • build

      @Nonnull public ActivityDef build()
    • toString

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