public class QueryOutcome extends Object
| Constructor and Description |
|---|
QueryOutcome(QueryResult result) |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
getItems()
Returns all the returned items as
Items. |
QueryResult |
getQueryResult()
Returns all the low-level details returned from the server side.
|
String |
toString() |
public QueryOutcome(QueryResult result)
Copyright © 2014. All rights reserved.