Class ActivityDef.ActivityDefBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition.ActivityDef.ActivityDefBuilder
- Enclosing class:
- ActivityDef
Helper class to allow for fluent creation of ActivityDef instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()categoryDef(CategoryDef value) Navigation property _CategoryDef for ActivityDef to single CategoryDef.statryRptActivityId(String statryRptActivityId) (Key Field) Constraints: Not nullable, Maximum length: 30statryRptActivityType(String statryRptActivityType) Constraints: Not nullable, Maximum length: 5statryRptApplicationID(String statryRptApplicationID) Constraints: Not nullable, Maximum length: 30statryRptCategory(String statryRptCategory) (Key Field) Constraints: Not nullable, Maximum length: 30statryRptCatPhase(String statryRptCatPhase) Constraints: Not nullable, Maximum length: 5statryRptDef(String statryRptDef) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
categoryDef
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: 30Original 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: 30Original property name from the Odata EDM: StatryRptActivityId
- Returns:
this.
-
statryRptDef
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptDef
- Returns:
this.
-
statryRptActivityType
@Nonnull public ActivityDef.ActivityDefBuilder statryRptActivityType(@Nullable String statryRptActivityType) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: StatryRptActivityType
- Returns:
this.
-
statryRptCatPhase
@Nonnull public ActivityDef.ActivityDefBuilder statryRptCatPhase(@Nullable String statryRptCatPhase) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: StatryRptCatPhase
- Returns:
this.
-
statryRptApplicationID
@Nonnull public ActivityDef.ActivityDefBuilder statryRptApplicationID(@Nullable String statryRptApplicationID) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptApplicationID
- Returns:
this.
-
build
-
toString
-