Klasse JQLQueryWithUnknownUsers
java.lang.Object
io.github.primelib.jira4j.restv3.model.JQLQueryWithUnknownUsers
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JQLQueryWithUnknownUsers
extends Object
JQLQueryWithUnknownUsers
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
JQLQueryWithUnknownUsers
(String convertedQuery, String originalQuery) Constructs a validated instance ofJQLQueryWithUnknownUsers
.Constructs a validated instance ofJQLQueryWithUnknownUsers
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The converted query, with accountIDs instead of user identifiers, or 'unknown' for users that could not be foundconvertedQuery
(String convertedQuery) The converted query, with accountIDs instead of user identifiers, or 'unknown' for users that could not be foundboolean
int
hashCode()
The original query, for referenceoriginalQuery
(String originalQuery) The original query, for referencetoString()
-
Felddetails
-
convertedQuery
The converted query, with accountIDs instead of user identifiers, or 'unknown' for users that could not be found -
originalQuery
The original query, for reference
-
-
Konstruktordetails
-
JQLQueryWithUnknownUsers
Constructs a validated instance ofJQLQueryWithUnknownUsers
.- Parameter:
spec
- the specification to process
-
JQLQueryWithUnknownUsers
Constructs a validated instance ofJQLQueryWithUnknownUsers
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JQLQueryWithUnknownUsers(Consumer)
instead.- Parameter:
convertedQuery
- The converted query, with accountIDs instead of user identifiers, or 'unknown' for users that could not be foundoriginalQuery
- The original query, for reference
-
JQLQueryWithUnknownUsers
protected JQLQueryWithUnknownUsers()
-
-
Methodendetails
-
builder
-
convertedQuery
The converted query, with accountIDs instead of user identifiers, or 'unknown' for users that could not be found -
originalQuery
The original query, for reference -
convertedQuery
The converted query, with accountIDs instead of user identifiers, or 'unknown' for users that could not be found- Gibt zurück:
this
.
-
originalQuery
The original query, for reference- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-