Class PhaseDef.PhaseDefBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition.PhaseDef.PhaseDefBuilder
- Enclosing class:
- PhaseDef
Helper class to allow for fluent creation of PhaseDef instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()categoryDef(CategoryDef value) Navigation property _CategoryDef for PhaseDef to single CategoryDef.statryRptCategory(String statryRptCategory) (Key Field) Constraints: Not nullable, Maximum length: 30statryRptCatPhase(String statryRptCatPhase) (Key Field) Constraints: Not nullable, Maximum length: 5statryRptCatPhaseOccurrence(String statryRptCatPhaseOccurrence) Constraints: Not nullable, Maximum length: 7statryRptCatPhaseValidFromDate(LocalDate statryRptCatPhaseValidFromDate) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
categoryDef
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
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptCategory
- Returns:
this.
-
statryRptCatPhase
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: StatryRptCatPhase
- Returns:
this.
-
statryRptCatPhaseValidFromDate
@Nonnull public PhaseDef.PhaseDefBuilder statryRptCatPhaseValidFromDate(@Nullable LocalDate statryRptCatPhaseValidFromDate) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: StatryRptCatPhaseValidFromDate
- Returns:
this.
-
statryRptCatPhaseOccurrence
@Nonnull public PhaseDef.PhaseDefBuilder statryRptCatPhaseOccurrence(@Nullable String statryRptCatPhaseOccurrence) Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: StatryRptCatPhaseOccurrence
- Returns:
this.
-
build
-
toString
-