Klasse WorkflowValidationError
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowValidationError
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowValidationError
extends Object
WorkflowValidationError
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
The validation error level.static enum
The type of element the error or warning references.static class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
An error code.protected WorkflowElementReference
protected WorkflowValidationError.LevelEnum
The validation error level.protected String
An error message.protected WorkflowValidationError.TypeEnum
The type of element the error or warning references. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowValidationError
(String code, WorkflowElementReference elementReference, WorkflowValidationError.LevelEnum level, String message, WorkflowValidationError.TypeEnum type) Constructs a validated instance ofWorkflowValidationError
.Constructs a validated instance ofWorkflowValidationError
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
code()
An error code.An error code.elementReference
(WorkflowElementReference elementReference) boolean
int
hashCode()
level()
The validation error level.The validation error level.message()
An error message.An error message.toString()
type()
The type of element the error or warning references.The type of element the error or warning references.
-
Felddetails
-
code
An error code. -
elementReference
-
level
The validation error level. -
message
An error message. -
type
The type of element the error or warning references.
-
-
Konstruktordetails
-
WorkflowValidationError
Constructs a validated instance ofWorkflowValidationError
.- Parameter:
spec
- the specification to process
-
WorkflowValidationError
@Internal public WorkflowValidationError(String code, WorkflowElementReference elementReference, WorkflowValidationError.LevelEnum level, String message, WorkflowValidationError.TypeEnum type) Constructs a validated instance ofWorkflowValidationError
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowValidationError(Consumer)
instead.- Parameter:
code
- An error code.elementReference
- var.namelevel
- The validation error level.message
- An error message.type
- The type of element the error or warning references.
-
WorkflowValidationError
protected WorkflowValidationError()
-
-
Methodendetails
-
builder
-
code
An error code. -
elementReference
-
level
The validation error level. -
message
An error message. -
type
The type of element the error or warning references. -
code
An error code.- Gibt zurück:
this
.
-
elementReference
- Gibt zurück:
this
.
-
level
The validation error level.- Gibt zurück:
this
.
-
message
An error message.- Gibt zurück:
this
.
-
type
The type of element the error or warning references.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-