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