com.microsoft.store.partnercenter.models.query

Classes

BaseQuery

The base class which all queries should derive from.

CountQuery

A query that returns the number of entities that may optionally fit a filter.

IndexedQuery

A query that supports pagination.

QueryFactory

Creates new instances of IQuery objects.

SeekQuery

Represents a seek query.

SimpleQuery

A standard query that returns entities according to sort and filter options (Does not do paging).

Interfaces

IQuery

Represents a query on an entity.

Enums

QueryType
SeekOperation