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