Buildable Problem Builder
Problem instance builder allowing the specification of all optional fields. This is the last interface in the builder chain. The order of steps can be traced from the Problems service interface. An example of how to use the builder:
<problemService>.createProblemBuilder()
.label("test problem")
.undocumented()
.noLocation()
.cotegory("problemCategory")
.severity(Severity.ERROR)
.details("this is a test")
Content copied to clipboard