Class CountQuery
java.lang.Object
com.microsoft.store.partnercenter.models.query.BaseQuery
com.microsoft.store.partnercenter.models.query.CountQuery
- All Implemented Interfaces:
IQuery
public class CountQuery extends BaseQuery
A query that returns the number of entities that may optionally fit a filter.
-
Constructor Summary
Constructors Modifier Constructor Description protectedCountQuery()protectedCountQuery(Object token) -
Method Summary
Modifier and Type Method Description FieldFiltergetFilter()Gets or sets the query filter.QueryTypegetType()Gets the query type.voidsetFilter(FieldFilter value)The query filter.StringtoString()Returns a string representation of the query.Methods inherited from class com.microsoft.store.partnercenter.models.query.BaseQuery
getIndex, getPageSize, getSeekOperation, getSort, getToken, setIndex, setPageSize, setSeekOperation, setSort, setToken
-
Constructor Details
-
CountQuery
-
CountQuery
protected CountQuery()
-
-
Method Details