Klasse SanitizedJqlQuery
java.lang.Object
io.github.primelib.jira4j.restv2.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 StringThe account ID of the user for whom sanitization was performed.protected ErrorCollectionprotected StringThe initial query.protected StringThe sanitized query, if there were no errors. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSanitizedJqlQuery(String accountId, ErrorCollection 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 booleanbooleanerrors()errors(ErrorCollection errors) inthashCode()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, ErrorCollection 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
-