Class DetailedErrorCollection.DetailedErrorCollectionBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.DetailedErrorCollection.DetailedErrorCollectionBuilder
- Enclosing class:
- DetailedErrorCollection
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Map of objects representing additional details for an errorerrorMessages
(List<String> errorMessages) The list of error messages produced by this operation.The list of errors by parameter returned by the operation.toString()
-
Method Details
-
details
Map of objects representing additional details for an error- Returns:
this
.
-
errorMessages
public DetailedErrorCollection.DetailedErrorCollectionBuilder errorMessages(List<String> errorMessages) The list of error messages produced by this operation. For example, "input parameter 'key' must be provided"- Returns:
this
.
-
errors
The list of errors by parameter returned by the operation. For example,"projectKey": "Project keys must start with an uppercase letter, followed by one or more uppercase alphanumeric characters."- Returns:
this
.
-
build
-
toString
-