Klasse JQLQueryWithUnknownUsers

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

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

    • convertedQuery

      protected String convertedQuery
      The converted query, with accountIDs instead of user identifiers, or 'unknown' for users that could not be found
    • originalQuery

      protected String originalQuery
      The original query, for reference
  • Konstruktordetails

    • JQLQueryWithUnknownUsers

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

      @Internal public JQLQueryWithUnknownUsers(String convertedQuery, String originalQuery)
      Constructs a validated instance of JQLQueryWithUnknownUsers.

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

      Parameter:
      convertedQuery - The converted query, with accountIDs instead of user identifiers, or 'unknown' for users that could not be found
      originalQuery - The original query, for reference
    • JQLQueryWithUnknownUsers

      protected JQLQueryWithUnknownUsers()
  • Methodendetails

    • builder

    • convertedQuery

      public String convertedQuery()
      The converted query, with accountIDs instead of user identifiers, or 'unknown' for users that could not be found
    • originalQuery

      public String originalQuery()
      The original query, for reference
    • convertedQuery

      public JQLQueryWithUnknownUsers convertedQuery(String convertedQuery)
      The converted query, with accountIDs instead of user identifiers, or 'unknown' for users that could not be found
      Gibt zurück:
      this.
    • originalQuery

      public JQLQueryWithUnknownUsers originalQuery(String originalQuery)
      The original query, for reference
      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