Klasse JqlQueryToSanitize
java.lang.Object
io.github.primelib.jira4j.restv3.model.JqlQueryToSanitize
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlQueryToSanitize
extends Object
JqlQueryToSanitize
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
JqlQueryToSanitize
(String accountId, String query) Constructs a validated instance ofJqlQueryToSanitize
.Constructs a validated instance ofJqlQueryToSanitize
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe 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()
-
Felddetails
-
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. -
query
The query to sanitize.
-
-
Konstruktordetails
-
JqlQueryToSanitize
Constructs a validated instance ofJqlQueryToSanitize
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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*.- Gibt zurück:
this
.
-
query
The query to sanitize.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-