Class ConvertedJQLQueries
java.lang.Object
io.github.primelib.jira4j.restv3.model.ConvertedJQLQueries
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ConvertedJQLQueries
extends Object
ConvertedJQLQueries
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofConvertedJQLQueries.ConvertedJQLQueries(List<JQLQueryWithUnknownUsers> queriesWithUnknownUsers, List<String> queryStrings) Constructs a validated instance ofConvertedJQLQueries. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()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()
-
Field Details
-
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.
-
-
Constructor Details
-
ConvertedJQLQueries
Constructs a validated instance ofConvertedJQLQueries.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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- Returns:
this.
-
queryStrings
The list of converted query strings with account IDs in place of user identifiers.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-