Class SeekQuery
java.lang.Object
com.microsoft.store.partnercenter.models.query.BaseQuery
com.microsoft.store.partnercenter.models.query.SimpleQuery
com.microsoft.store.partnercenter.models.query.IndexedQuery
com.microsoft.store.partnercenter.models.query.SeekQuery
- All Implemented Interfaces:
IQuery
public class SeekQuery extends IndexedQuery
Represents a seek query. The seek query can be used to seek through sets of results using the given seek operation.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description SeekOperationgetSeekOperation()Gets or sets the seek operation that needs to be performed.QueryTypegetType()Gets the query type.voidsetSeekOperation(SeekOperation value)Sets the seek operation that needs to be performed.Methods inherited from class com.microsoft.store.partnercenter.models.query.IndexedQuery
getIndex, getPageSize, setIndex, setPageSize, toStringMethods inherited from class com.microsoft.store.partnercenter.models.query.SimpleQuery
getFilter, getSort, setFilter, setSort
-
Constructor Details
-
Method Details
-
getType
Gets the query type.- Specified by:
getTypein interfaceIQuery- Overrides:
getTypein classIndexedQuery- Returns:
- The query type.
-
getSeekOperation
Description copied from class:BaseQueryGets or sets the seek operation that needs to be performed.- Specified by:
getSeekOperationin interfaceIQuery- Overrides:
getSeekOperationin classBaseQuery- Returns:
- The seek operation that needs to be performed.
-
setSeekOperation
Description copied from interface:IQuerySets the seek operation that needs to be performed.- Specified by:
setSeekOperationin interfaceIQuery- Overrides:
setSeekOperationin classBaseQuery- Parameters:
value- The seek operation that needs to be performed.
-