Class Phase.PhaseBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask.Phase.PhaseBuilder
- Enclosing class:
- Phase
Helper class to allow for fluent creation of Phase instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableNavigation property _Activity for Phase to multiple Activity.build()statryRptCategory(String statryRptCategory) Constraints: Not nullable, Maximum length: 30statryRptCatPhase(String statryRptCatPhase) Constraints: Not nullable, Maximum length: 5statryRptDueDate(LocalDate statryRptDueDate) Constraints: NullablestatryRptgEntity(String statryRptgEntity) Constraints: Not nullable, Maximum length: 10statryRptPhaseStatus(String statryRptPhaseStatus) Constraints: Not nullable, Maximum length: 5statryRptPhaseUUID(UUID statryRptPhaseUUID) (Key Field) Constraints: Not nullablestatryRptTaskUUID(UUID statryRptTaskUUID) Constraints: Not nullableNavigation property _Task for Phase to single Task.toString()
-
Method Details
-
activity
Navigation property _Activity for Phase to multiple Activity.- Parameters:
value- The Activitys to build this Phase with.- Returns:
- This Builder to allow for a fluent interface.
-
task
Navigation property _Task for Phase to single Task.- Parameters:
value- The Task to build this Phase with.- Returns:
- This Builder to allow for a fluent interface.
-
statryRptPhaseUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: StatryRptPhaseUUID
- Returns:
this.
-
statryRptTaskUUID
Constraints: Not nullableOriginal property name from the Odata EDM: StatryRptTaskUUID
- Returns:
this.
-
statryRptgEntity
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: StatryRptgEntity
- Returns:
this.
-
statryRptCategory
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptCategory
- Returns:
this.
-
statryRptCatPhase
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: StatryRptCatPhase
- Returns:
this.
-
statryRptDueDate
Constraints: NullableOriginal property name from the Odata EDM: StatryRptDueDate
- Returns:
this.
-
statryRptPhaseStatus
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: StatryRptPhaseStatus
- Returns:
this.
-
_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-