Klasse SanitizedJqlQuery
java.lang.Object
io.github.primelib.jira4j.restv3.model.SanitizedJqlQuery
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SanitizedJqlQuery
extends Object
SanitizedJqlQuery
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The account ID of the user for whom sanitization was performed.protected SanitizedJqlQueryErrors
protected String
The initial query.protected String
The sanitized query, if there were no errors. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
SanitizedJqlQuery
(String accountId, SanitizedJqlQueryErrors errors, String initialQuery, String sanitizedQuery) Constructs a validated instance ofSanitizedJqlQuery
.Constructs a validated instance ofSanitizedJqlQuery
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe account ID of the user for whom sanitization was performed.The account ID of the user for whom sanitization was performed.builder()
protected boolean
boolean
errors()
errors
(SanitizedJqlQueryErrors errors) int
hashCode()
The initial query.initialQuery
(String initialQuery) The initial query.The sanitized query, if there were no errors.sanitizedQuery
(String sanitizedQuery) The sanitized query, if there were no errors.toString()
-
Felddetails
-
accountId
The account ID of the user for whom sanitization was performed. -
errors
-
initialQuery
The initial query. -
sanitizedQuery
The sanitized query, if there were no errors.
-
-
Konstruktordetails
-
SanitizedJqlQuery
Constructs a validated instance ofSanitizedJqlQuery
.- Parameter:
spec
- the specification to process
-
SanitizedJqlQuery
@Internal public SanitizedJqlQuery(String accountId, SanitizedJqlQueryErrors errors, String initialQuery, String sanitizedQuery) Constructs a validated instance ofSanitizedJqlQuery
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SanitizedJqlQuery(Consumer)
instead.- Parameter:
accountId
- The account ID of the user for whom sanitization was performed.errors
- errorsinitialQuery
- The initial query.sanitizedQuery
- The sanitized query, if there were no errors.
-
SanitizedJqlQuery
protected SanitizedJqlQuery()
-
-
Methodendetails
-
builder
-
accountId
The account ID of the user for whom sanitization was performed. -
errors
-
initialQuery
The initial query. -
sanitizedQuery
The sanitized query, if there were no errors. -
accountId
The account ID of the user for whom sanitization was performed.- Gibt zurück:
this
.
-
errors
- Gibt zurück:
this
.
-
initialQuery
The initial query.- Gibt zurück:
this
.
-
sanitizedQuery
The sanitized query, if there were no errors.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-