Class DetailedErrorCollection
java.lang.Object
io.github.primelib.jira4j.restv2.model.DetailedErrorCollection
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DetailedErrorCollection
extends Object
DetailedErrorCollection
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionMap of objects representing additional details for an errorThe list of error messages produced by this operation.The list of errors by parameter returned by the operation. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofDetailedErrorCollection
.DetailedErrorCollection
(Map<String, Object> details, List<String> errorMessages, Map<String, String> errors) Constructs a validated instance ofDetailedErrorCollection
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
details()
Map of objects representing additional details for an errorMap of objects representing additional details for an errorboolean
The list of error messages produced by this operation.errorMessages
(List<String> errorMessages) The list of error messages produced by this operation.errors()
The list of errors by parameter returned by the operation.The list of errors by parameter returned by the operation.int
hashCode()
toString()
-
Field Details
-
details
Map of objects representing additional details for an error -
errorMessages
The list of error messages produced by this operation. For example, "input parameter 'key' must be provided" -
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."
-
-
Constructor Details
-
DetailedErrorCollection
Constructs a validated instance ofDetailedErrorCollection
.- Parameters:
spec
- the specification to process
-
DetailedErrorCollection
@Internal public DetailedErrorCollection(Map<String, Object> details, List<String> errorMessages, Map<String, String> errors) Constructs a validated instance ofDetailedErrorCollection
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
DetailedErrorCollection(Consumer)
instead.- Parameters:
details
- Map of objects representing additional details for an errorerrorMessages
- The list of error messages produced by this operation. For example, "input parameter 'key' must be provided"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."
-
DetailedErrorCollection
protected DetailedErrorCollection()
-
-
Method Details
-
builder
-
details
Map of objects representing additional details for an error -
errorMessages
The list of error messages produced by this operation. For example, "input parameter 'key' must be provided" -
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." -
details
Map of objects representing additional details for an error- Returns:
this
.
-
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-