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