public class QueryResult extends Object
Constructor and Description |
---|
QueryResult(Asset[] assets,
int total,
Query query) |
QueryResult(Query query)
Use this constructor when you want to create a result with nothing
|
Modifier and Type | Method and Description |
---|---|
Asset[] |
getAssets()
Get the Assets returned by the Query
|
Query |
getQuery()
Get the query used to generate this
|
int |
getTotalAvaliable()
Get the total number of Assets available
|
Copyright © 2015 VersionOne, Inc.. All rights reserved.