Class JqlQueryToSanitize
java.lang.Object
io.github.primelib.jira4j.restv2.model.JqlQueryToSanitize
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlQueryToSanitize
extends Object
JqlQueryToSanitize
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JqlQueryToSanitize
(String accountId, String query) Constructs a validated instance ofJqlQueryToSanitize
.Constructs a validated instance ofJqlQueryToSanitize
. -
Method Summary
Modifier and TypeMethodDescriptionThe account ID of the user, which uniquely identifies the user across all Atlassian products.The account ID of the user, which uniquely identifies the user across all Atlassian products.builder()
protected boolean
boolean
int
hashCode()
query()
The query to sanitize.The query to sanitize.toString()
-
Field Details
-
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. -
query
The query to sanitize.
-
-
Constructor Details
-
JqlQueryToSanitize
Constructs a validated instance ofJqlQueryToSanitize
.- Parameters:
spec
- the specification to process
-
JqlQueryToSanitize
Constructs a validated instance ofJqlQueryToSanitize
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JqlQueryToSanitize(Consumer)
instead.- Parameters:
accountId
- The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.query
- The query to sanitize.
-
JqlQueryToSanitize
protected JqlQueryToSanitize()
-
-
Method Details
-
builder
-
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. -
query
The query to sanitize. -
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.- Returns:
this
.
-
query
The query to sanitize.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-