Klasse SanitizedJqlQuery

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

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

    • accountId

      protected String accountId
      The account ID of the user for whom sanitization was performed.
    • errors

      protected ErrorCollection errors
    • initialQuery

      protected String initialQuery
      The initial query.
    • sanitizedQuery

      protected String sanitizedQuery
      The sanitized query, if there were no errors.
  • Konstruktordetails

    • SanitizedJqlQuery

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

      @Internal public SanitizedJqlQuery(String accountId, ErrorCollection errors, String initialQuery, String sanitizedQuery)
      Constructs a validated instance of SanitizedJqlQuery.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using SanitizedJqlQuery(Consumer) instead.

      Parameter:
      accountId - The account ID of the user for whom sanitization was performed.
      errors - errors
      initialQuery - The initial query.
      sanitizedQuery - The sanitized query, if there were no errors.
    • SanitizedJqlQuery

      protected SanitizedJqlQuery()
  • Methodendetails

    • builder

    • accountId

      public String accountId()
      The account ID of the user for whom sanitization was performed.
    • errors

      public ErrorCollection errors()
    • initialQuery

      public String initialQuery()
      The initial query.
    • sanitizedQuery

      public String sanitizedQuery()
      The sanitized query, if there were no errors.
    • accountId

      public SanitizedJqlQuery accountId(String accountId)
      The account ID of the user for whom sanitization was performed.
      Gibt zurück:
      this.
    • errors

      public SanitizedJqlQuery errors(ErrorCollection errors)
      Gibt zurück:
      this.
    • initialQuery

      public SanitizedJqlQuery initialQuery(String initialQuery)
      The initial query.
      Gibt zurück:
      this.
    • sanitizedQuery

      public SanitizedJqlQuery sanitizedQuery(String sanitizedQuery)
      The sanitized query, if there were no errors.
      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