public class SearchQuery extends Object
Contains the predicates and ordering terms needed to execute a search query.
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SearchQuery.Builder
A builder used to assemble search queries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SearchQuery.Builder | 
builder()
Creates a new search query builder instance. 
 | 
com.google.common.collect.ImmutableList<Ordering> | 
getOrderingList()
Returns the list of optional ordering terms. 
 | 
Optional<Predicate> | 
getPredicate()
Returns the optional query predicate. 
 | 
String | 
toString()  | 
public Optional<Predicate> getPredicate()
Returns the optional query predicate.
public com.google.common.collect.ImmutableList<Ordering> getOrderingList()
Returns the list of optional ordering terms.
public static SearchQuery.Builder builder()
Creates a new search query builder instance.
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.