Class CqlpersonalDataConvertedQueries

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.CqlpersonalDataConvertedQueries

@Generated("io.github.primelib.primecodegen") public class CqlpersonalDataConvertedQueries extends Object
CqlpersonalDataConvertedQueries

The converted CQL queries.

  • Field Details

    • queryStrings

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

    • CqlpersonalDataConvertedQueries

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

      @Internal protected CqlpersonalDataConvertedQueries()
      Protected no-args constructor for use by serialization frameworks.
    • CqlpersonalDataConvertedQueries

      @Internal public CqlpersonalDataConvertedQueries(List<String> queryStrings)
      Constructs a validated instance of CqlpersonalDataConvertedQueries.

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

      Parameters:
      queryStrings - The list of converted CQL query strings with account IDs in place of user identifiers.
  • Method Details

    • queryStrings

      public List<String> queryStrings()
      Fluent getter for queryStrings.

      The list of converted CQL query strings with account IDs in place of user identifiers.

      Returns:
      queryStrings
    • queryStrings

      public CqlpersonalDataConvertedQueries queryStrings(List<String> queryStrings)
      Fluent setter for queryStrings.

      The list of converted CQL query strings with account IDs in place of user identifiers.

      Parameters:
      queryStrings - queryStrings
      Returns:
      this
    • getQueryStrings

      public List<String> getQueryStrings()
      Gets the value of queryStrings.

      The list of converted CQL query strings with account IDs in place of user identifiers.

      Returns:
      queryStrings
    • setQueryStrings

      public void setQueryStrings(List<String> queryStrings)
      Sets the value of queryStrings.

      The list of converted CQL query strings with account IDs in place of user identifiers.

      Parameters:
      queryStrings - queryStrings
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object