Class JQLQueryWithUnknownUsers
java.lang.Object
io.github.primelib.jira4j.restv3.model.JQLQueryWithUnknownUsers
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JQLQueryWithUnknownUsers
extends Object
JQLQueryWithUnknownUsers
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JQLQueryWithUnknownUsers
(String convertedQuery, String originalQuery) Constructs a validated instance ofJQLQueryWithUnknownUsers
.Constructs a validated instance ofJQLQueryWithUnknownUsers
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
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
-
-
Constructor Details
-
JQLQueryWithUnknownUsers
Constructs a validated instance ofJQLQueryWithUnknownUsers
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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- Returns:
this
.
-
originalQuery
The original query, for reference- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-