Klasse SimpleErrorCollection.SimpleErrorCollectionBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.SimpleErrorCollection.SimpleErrorCollectionBuilder
- Umschließende Klasse:
SimpleErrorCollection
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
errorMessages
(List<String> errorMessages) The list of error messages produced by this operation.The list of errors by parameter returned by the operation.httpStatusCode
(Integer httpStatusCode) toString()
-
Methodendetails
-
errorMessages
The list of error messages produced by this operation. For example, "input parameter 'key' must be provided"- Gibt zurück:
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."- Gibt zurück:
this
.
-
httpStatusCode
- Gibt zurück:
this
.
-
build
-
toString
-