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