Klasse ConvertedJQLQueries

java.lang.Object
io.github.primelib.jira4j.restv3.model.ConvertedJQLQueries

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

    • queriesWithUnknownUsers

      protected List<JQLQueryWithUnknownUsers> queriesWithUnknownUsers
      List of queries containing user information that could not be mapped to an existing user
    • queryStrings

      protected List<String> queryStrings
      The list of converted query strings with account IDs in place of user identifiers.
  • Konstruktordetails

    • ConvertedJQLQueries

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

      @Internal public ConvertedJQLQueries(List<JQLQueryWithUnknownUsers> queriesWithUnknownUsers, List<String> queryStrings)
      Constructs a validated instance of ConvertedJQLQueries.

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

      Parameter:
      queriesWithUnknownUsers - List of queries containing user information that could not be mapped to an existing user
      queryStrings - The list of converted query strings with account IDs in place of user identifiers.
    • ConvertedJQLQueries

      protected ConvertedJQLQueries()
  • Methodendetails

    • builder

    • queriesWithUnknownUsers

      public List<JQLQueryWithUnknownUsers> queriesWithUnknownUsers()
      List of queries containing user information that could not be mapped to an existing user
    • queryStrings

      public List<String> queryStrings()
      The list of converted query strings with account IDs in place of user identifiers.
    • queriesWithUnknownUsers

      public ConvertedJQLQueries queriesWithUnknownUsers(List<JQLQueryWithUnknownUsers> queriesWithUnknownUsers)
      List of queries containing user information that could not be mapped to an existing user
      Gibt zurück:
      this.
    • queryStrings

      public ConvertedJQLQueries queryStrings(List<String> queryStrings)
      The list of converted query strings with account IDs in place of user identifiers.
      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