Class ConvertedJQLQueries

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

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

    • 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.
  • Constructor Details

    • ConvertedJQLQueries

      public ConvertedJQLQueries(Consumer<ConvertedJQLQueries> spec)
      Constructs a validated instance of ConvertedJQLQueries.
      Parameters:
      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.

      Parameters:
      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()
  • Method Details