Interface TimesheetEntryResponse._FinalStage
-
- All Known Implementing Classes:
TimesheetEntryResponse.Builder
- Enclosing class:
- TimesheetEntryResponse
public static interface TimesheetEntryResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimesheetEntryResponse._FinalStageaddAllErrors(java.util.List<ErrorValidationProblem> errors)TimesheetEntryResponse._FinalStageaddAllWarnings(java.util.List<WarningValidationProblem> warnings)TimesheetEntryResponse._FinalStageaddErrors(ErrorValidationProblem errors)TimesheetEntryResponse._FinalStageaddWarnings(WarningValidationProblem warnings)TimesheetEntryResponsebuild()TimesheetEntryResponse._FinalStageerrors(java.util.List<ErrorValidationProblem> errors)TimesheetEntryResponse._FinalStagelogs(java.util.List<DebugModeLog> logs)TimesheetEntryResponse._FinalStagelogs(java.util.Optional<java.util.List<DebugModeLog>> logs)TimesheetEntryResponse._FinalStagewarnings(java.util.List<WarningValidationProblem> warnings)
-
-
-
Method Detail
-
build
TimesheetEntryResponse build()
-
warnings
TimesheetEntryResponse._FinalStage warnings(java.util.List<WarningValidationProblem> warnings)
-
addWarnings
TimesheetEntryResponse._FinalStage addWarnings(WarningValidationProblem warnings)
-
addAllWarnings
TimesheetEntryResponse._FinalStage addAllWarnings(java.util.List<WarningValidationProblem> warnings)
-
errors
TimesheetEntryResponse._FinalStage errors(java.util.List<ErrorValidationProblem> errors)
-
addErrors
TimesheetEntryResponse._FinalStage addErrors(ErrorValidationProblem errors)
-
addAllErrors
TimesheetEntryResponse._FinalStage addAllErrors(java.util.List<ErrorValidationProblem> errors)
-
logs
TimesheetEntryResponse._FinalStage logs(java.util.Optional<java.util.List<DebugModeLog>> logs)
-
logs
TimesheetEntryResponse._FinalStage logs(java.util.List<DebugModeLog> logs)
-
-