Uses of Interface
com.microsoft.store.partnercenter.models.query.IQuery
-
Uses of IQuery in com.microsoft.store.partnercenter.auditrecords
Methods in com.microsoft.store.partnercenter.auditrecords with parameters of type IQuery Modifier and Type Method Description SeekBasedResourceCollection<AuditRecord>AuditRecordsCollection. query(org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, IQuery query)SeekBasedResourceCollection<AuditRecord>IAuditRecordsCollection. query(org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, IQuery query)Queries audit records associated to the partner. -
Uses of IQuery in com.microsoft.store.partnercenter.customerdirectoryroles
Methods in com.microsoft.store.partnercenter.customerdirectoryroles with parameters of type IQuery Modifier and Type Method Description SeekBasedResourceCollection<UserMember>IUserMemberCollection. query(IQuery query)Queries the user members of a customer directory role.SeekBasedResourceCollection<UserMember>UserMemberCollectionOperations. query(IQuery query)Retrieves the user members of a customer directory role. -
Uses of IQuery in com.microsoft.store.partnercenter.customers
Methods in com.microsoft.store.partnercenter.customers with parameters of type IQuery Modifier and Type Method Description SeekBasedResourceCollection<Customer>CustomerCollectionOperations. query(IQuery customersQuery)Queries customers associated to the partner.SeekBasedResourceCollection<Customer>ICustomerCollection. query(IQuery customersQuery)Queries customers associated to the partner. -
Uses of IQuery in com.microsoft.store.partnercenter.customerusers
Methods in com.microsoft.store.partnercenter.customerusers with parameters of type IQuery Modifier and Type Method Description SeekBasedResourceCollection<CustomerUser>CustomerUsersCollectionOperations. query(IQuery customerUsersQuery)Queries customer users associated to the partner's customers.SeekBasedResourceCollection<CustomerUser>ICustomerUserCollection. query(IQuery customerUsersQuery)Queries users associated to the customer. -
Uses of IQuery in com.microsoft.store.partnercenter.invoices
Methods in com.microsoft.store.partnercenter.invoices with parameters of type IQuery Modifier and Type Method Description ResourceCollection<Invoice>IInvoiceCollection. query(IQuery query)Queries invoices associated to the partner.ResourceCollection<Invoice>InvoiceCollection. query(IQuery query)Asynchronously Gets all invoices associated to the partner. -
Uses of IQuery in com.microsoft.store.partnercenter.models.query
Classes in com.microsoft.store.partnercenter.models.query that implement IQuery Modifier and Type Class Description classBaseQueryThe base class which all queries should derive from.classCountQueryA query that returns the number of entities that may optionally fit a filter.classIndexedQueryA query that supports pagination.classSeekQueryRepresents a seek query.classSimpleQueryA standard query that returns entities according to sort and filter options (Does not do paging).Methods in com.microsoft.store.partnercenter.models.query that return IQuery Modifier and Type Method Description IQueryQueryFactory. buildCountQuery()Builds a count query.IQueryQueryFactory. buildCountQuery(FieldFilter filter)Builds a count query.IQueryQueryFactory. buildCountQuery(FieldFilter filter, Object token)Builds a count query.IQueryQueryFactory. buildIndexedQuery(int pageSize)Builds an indexed query.IQueryQueryFactory. buildIndexedQuery(int pageSize, int index)Builds an indexed query.IQueryQueryFactory. buildIndexedQuery(int pageSize, int index, FieldFilter filter)Builds an indexed query.IQueryQueryFactory. buildIndexedQuery(int pageSize, int index, FieldFilter filter, Sort sortOption)Builds an indexed query.IQueryQueryFactory. buildIndexedQuery(int pageSize, int index, FieldFilter filter, Sort sortOption, Object token)Builds an indexed query.IQueryQueryFactory. buildSeekQuery(SeekOperation seekOperation)Builds a seek query.IQueryQueryFactory. buildSeekQuery(SeekOperation seekOperation, int pageSize)Builds a seek query.IQueryQueryFactory. buildSeekQuery(SeekOperation seekOperation, int pageSize, int index)Builds a seek query.IQueryQueryFactory. buildSeekQuery(SeekOperation seekOperation, int pageSize, int index, FieldFilter filter)Builds a seek query.IQueryQueryFactory. buildSeekQuery(SeekOperation seekOperation, int pageSize, int index, FieldFilter filter, Sort sortingOption)Builds a seek query.IQueryQueryFactory. buildSeekQuery(SeekOperation seekOperation, int pageSize, int index, FieldFilter filter, Sort sortingOption, Object token)Builds a seek query.IQueryQueryFactory. buildSimpleQuery()Builds a simple query.IQueryQueryFactory. buildSimpleQuery(FieldFilter filter)Builds a simple query.IQueryQueryFactory. buildSimpleQuery(FieldFilter filter, Sort sortOption)Builds a simple query.IQueryQueryFactory. buildSimpleQuery(FieldFilter filter, Sort sortOption, Object token)Builds a simple query. -
Uses of IQuery in com.microsoft.store.partnercenter.relationships
Methods in com.microsoft.store.partnercenter.relationships with parameters of type IQuery Modifier and Type Method Description ResourceCollection<PartnerRelationship>IRelationshipCollection. Query(PartnerRelationshipType partnerRelationshipType, IQuery query)Queries partner relationships associated to the partner.ResourceCollection<PartnerRelationship>RelationshipCollectionOperations. Query(PartnerRelationshipType partnerRelationshipType, IQuery query)Queries partner relationships associated to the partner. -
Uses of IQuery in com.microsoft.store.partnercenter.serviceincidents
Methods in com.microsoft.store.partnercenter.serviceincidents with parameters of type IQuery Modifier and Type Method Description ResourceCollection<ServiceIncidents>IServiceIncidentCollection. get(IQuery serviceIncidentsQuery)Retrieves all service incidents.ResourceCollection<ServiceIncidents>ServiceIncidentCollectionOperations. get(IQuery serviceIncidentsQuery)Retrieves all service incidents. -
Uses of IQuery in com.microsoft.store.partnercenter.servicerequests
Methods in com.microsoft.store.partnercenter.servicerequests with parameters of type IQuery Modifier and Type Method Description SeekBasedResourceCollection<ServiceRequest>CustomerServiceRequestCollectionOperations. query(IQuery serviceRequestsQuery)Queries for service requests associated with a customerResourceCollection<ServiceRequest>IServiceRequestCollection. query(IQuery serviceRequestsQuery)Queries service requests associated to an organization.ResourceCollection<ServiceRequest>PartnerServiceRequestCollectionOperations. query(IQuery serviceRequestsQuery)Queries for service requests associated with the partner.