Class SanitizedJqlQueryErrors
java.lang.Object
io.github.primelib.jira4j.restv2.model.SanitizedJqlQueryErrors
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SanitizedJqlQueryErrors
extends Object
SanitizedJqlQueryErrors
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofSanitizedJqlQueryErrors
.Constructs a validated instance ofSanitizedJqlQueryErrors
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
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()
status()
toString()
-
Field Details
-
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." -
status
-
-
Constructor Details
-
SanitizedJqlQueryErrors
Constructs a validated instance ofSanitizedJqlQueryErrors
.- Parameters:
spec
- the specification to process
-
SanitizedJqlQueryErrors
@Internal public SanitizedJqlQueryErrors(List<String> errorMessages, Map<String, String> errors, Integer status) Constructs a validated instance ofSanitizedJqlQueryErrors
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SanitizedJqlQueryErrors(Consumer)
instead.- Parameters:
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."status
- status
-
SanitizedJqlQueryErrors
protected SanitizedJqlQueryErrors()
-
-
Method Details
-
builder
-
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." -
status
-
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
.
-
status
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-