Klasse JqlQueryToSanitize

java.lang.Object
io.github.primelib.jira4j.restv2.model.JqlQueryToSanitize

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class JqlQueryToSanitize extends Object
JqlQueryToSanitize
  • Felddetails

    • accountId

      protected String accountId
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
    • query

      protected String query
      The query to sanitize.
  • Konstruktordetails

    • JqlQueryToSanitize

      public JqlQueryToSanitize(Consumer<JqlQueryToSanitize> spec)
      Constructs a validated instance of JqlQueryToSanitize.
      Parameter:
      spec - the specification to process
    • JqlQueryToSanitize

      @Internal public JqlQueryToSanitize(String accountId, String query)
      Constructs a validated instance of JqlQueryToSanitize.

      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

      public String accountId()
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
    • query

      public String query()
      The query to sanitize.
    • accountId

      public JqlQueryToSanitize accountId(String accountId)
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
      Gibt zurück:
      this.
    • query

      public JqlQueryToSanitize query(String query)
      The query to sanitize.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object