Class SanitizedJqlQuery
java.lang.Object
io.github.primelib.jira4j.restv2.model.SanitizedJqlQuery
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SanitizedJqlQuery
extends Object
SanitizedJqlQuery
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSanitizedJqlQuery(String accountId, ErrorCollection errors, String initialQuery, String sanitizedQuery) Constructs a validated instance ofSanitizedJqlQuery.Constructs a validated instance ofSanitizedJqlQuery. -
Method Summary
Modifier and TypeMethodDescriptionThe 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()
-
Field Details
-
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.
-
-
Constructor Details
-
SanitizedJqlQuery
Constructs a validated instance ofSanitizedJqlQuery.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
errors
- Returns:
this.
-
initialQuery
The initial query.- Returns:
this.
-
sanitizedQuery
The sanitized query, if there were no errors.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-