Interface Query


  • public interface Query
    Basic interface specifying the creation of logical queries. Queries can be aggregated through the 'and' and 'or' methods.
    • Method Detail

      • getQueryString

        String getQueryString()
        Return the string representation that will be send to the server.
        Returns:
      • isEmpty

        boolean isEmpty()
      • isEverything

        boolean isEverything()