Klasse RemoveOptionFromIssuesResultErrors
java.lang.Object
io.github.primelib.jira4j.restv2.model.RemoveOptionFromIssuesResultErrors
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoveOptionFromIssuesResultErrors
extends Object
RemoveOptionFromIssuesResultErrors
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe list of error messages produced by this operation.The list of errors by parameter returned by the operation.protected Integer
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofRemoveOptionFromIssuesResultErrors
.RemoveOptionFromIssuesResultErrors
(List<String> errorMessages, Map<String, String> errors, Integer httpStatusCode) Constructs a validated instance ofRemoveOptionFromIssuesResultErrors
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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()
httpStatusCode
(Integer httpStatusCode) toString()
-
Felddetails
-
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." -
httpStatusCode
-
-
Konstruktordetails
-
RemoveOptionFromIssuesResultErrors
Constructs a validated instance ofRemoveOptionFromIssuesResultErrors
.- Parameter:
spec
- the specification to process
-
RemoveOptionFromIssuesResultErrors
@Internal public RemoveOptionFromIssuesResultErrors(List<String> errorMessages, Map<String, String> errors, Integer httpStatusCode) Constructs a validated instance ofRemoveOptionFromIssuesResultErrors
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RemoveOptionFromIssuesResultErrors(Consumer)
instead.- Parameter:
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."httpStatusCode
- httpStatusCode
-
RemoveOptionFromIssuesResultErrors
protected RemoveOptionFromIssuesResultErrors()
-
-
Methodendetails
-
builder
public static RemoveOptionFromIssuesResultErrors.RemoveOptionFromIssuesResultErrorsBuilder 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." -
httpStatusCode
-
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-