Class CategoryDef.CategoryDefBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition.CategoryDef.CategoryDefBuilder
- Enclosing class:
- CategoryDef
Helper class to allow for fluent creation of CategoryDef instances.
-
Method Summary
Modifier and TypeMethodDescriptionactivityDef(ActivityDef... value) Navigation property _ActivityDef for CategoryDef to multiple ActivityDef.build()Constraints: Not nullable, Maximum length: 3Navigation property _PhaseDef for CategoryDef to multiple PhaseDef.statryRptCategory(String statryRptCategory) (Key Field) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
activityDef
Navigation property _ActivityDef for CategoryDef to multiple ActivityDef.- Parameters:
value- The ActivityDefs to build this CategoryDef with.- Returns:
- This Builder to allow for a fluent interface.
-
phaseDef
Navigation property _PhaseDef for CategoryDef to multiple PhaseDef.- Parameters:
value- The PhaseDefs to build this CategoryDef with.- Returns:
- This Builder to allow for a fluent interface.
-
statryRptCategory
@Nonnull public CategoryDef.CategoryDefBuilder statryRptCategory(@Nullable String statryRptCategory) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptCategory
- Returns:
this.
-
country
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Country
- Returns:
this.
-
build
-
toString
-