SimpleQuery
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
public class SimpleQuery extends BaseQuery
A standard query that returns entities according to sort and filter options (Does not do paging).
public QueryType getType ()
Gets the query type.public FieldFilter getFilter ()
TBDpublic void setFilter (FieldFilter value)
TBDpublic Sort getSort ()
TBDpublic void setSort (Sort value)
TBDpublic String toString ()
Returns a string representation of the query.
Methods
getType
public QueryType getType ()
Gets the query type.
Returns values
getFilter
public FieldFilter getFilter ()
TBD
Returns values
setFilter
public void setFilter (FieldFilter value)
TBD
value
FieldFilterTBD
Returns values
getSort
public Sort getSort ()
TBD
Returns values
setSort
public void setSort (Sort value)
TBD
value
SortTBD
Returns values
toString
public String toString ()
Returns a string representation of the query.
Returns values
A string representation of the query.
Info
Applies To:
JDK: 8
Product Version: Beta 1