Klasse ConvertedJQLQueries
java.lang.Object
io.github.primelib.jira4j.restv3.model.ConvertedJQLQueries
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ConvertedJQLQueries
extends Object
ConvertedJQLQueries
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<JQLQueryWithUnknownUsers>
List of queries containing user information that could not be mapped to an existing userThe list of converted query strings with account IDs in place of user identifiers. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofConvertedJQLQueries
.ConvertedJQLQueries
(List<JQLQueryWithUnknownUsers> queriesWithUnknownUsers, List<String> queryStrings) Constructs a validated instance ofConvertedJQLQueries
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
List of queries containing user information that could not be mapped to an existing userqueriesWithUnknownUsers
(List<JQLQueryWithUnknownUsers> queriesWithUnknownUsers) List of queries containing user information that could not be mapped to an existing userThe list of converted query strings with account IDs in place of user identifiers.queryStrings
(List<String> queryStrings) The list of converted query strings with account IDs in place of user identifiers.toString()
-
Felddetails
-
queriesWithUnknownUsers
List of queries containing user information that could not be mapped to an existing user -
queryStrings
The list of converted query strings with account IDs in place of user identifiers.
-
-
Konstruktordetails
-
ConvertedJQLQueries
Constructs a validated instance ofConvertedJQLQueries
.- Parameter:
spec
- the specification to process
-
ConvertedJQLQueries
@Internal public ConvertedJQLQueries(List<JQLQueryWithUnknownUsers> queriesWithUnknownUsers, List<String> queryStrings) Constructs a validated instance ofConvertedJQLQueries
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ConvertedJQLQueries(Consumer)
instead.- Parameter:
queriesWithUnknownUsers
- List of queries containing user information that could not be mapped to an existing userqueryStrings
- The list of converted query strings with account IDs in place of user identifiers.
-
ConvertedJQLQueries
protected ConvertedJQLQueries()
-
-
Methodendetails
-
builder
-
queriesWithUnknownUsers
List of queries containing user information that could not be mapped to an existing user -
queryStrings
The list of converted query strings with account IDs in place of user identifiers. -
queriesWithUnknownUsers
public ConvertedJQLQueries queriesWithUnknownUsers(List<JQLQueryWithUnknownUsers> queriesWithUnknownUsers) List of queries containing user information that could not be mapped to an existing user- Gibt zurück:
this
.
-
queryStrings
The list of converted query strings with account IDs in place of user identifiers.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-