toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-api
/
me.ahoo.wow.api.query
/
IPagedQuery
IPaged
Query
interface
IPagedQuery
:
Queryable
<
IPagedQuery
>
Inheritors
PagedQuery
Members
Properties
condition
Link copied to clipboard
abstract
val
condition
:
Condition
pagination
Link copied to clipboard
abstract
val
pagination
:
Pagination
projection
Link copied to clipboard
abstract
val
projection
:
Projection
sort
Link copied to clipboard
abstract
val
sort
:
List
<
Sort
>
Functions
append
Condition
Link copied to clipboard
open
override
fun
appendCondition
(
append
:
Condition
)
:
IPagedQuery
append
Tenant
Id
Link copied to clipboard
open
fun
appendTenantId
(
tenantId
:
String
)
:
IPagedQuery
with
Condition
Link copied to clipboard
abstract
fun
withCondition
(
newCondition
:
Condition
)
:
IPagedQuery
with
Projection
Link copied to clipboard
abstract
fun
withProjection
(
newProjection
:
Projection
)
:
IPagedQuery