toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-api
/
me.ahoo.wow.api.query
/
IListQuery
IList
Query
interface
IListQuery
:
Queryable
<
IListQuery
>
Inheritors
ListQuery
Members
Properties
condition
Link copied to clipboard
abstract
val
condition
:
Condition
limit
Link copied to clipboard
abstract
val
limit
:
Int
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
)
:
IListQuery
append
Tenant
Id
Link copied to clipboard
open
fun
appendTenantId
(
tenantId
:
String
)
:
IListQuery
with
Condition
Link copied to clipboard
abstract
fun
withCondition
(
newCondition
:
Condition
)
:
IListQuery
with
Projection
Link copied to clipboard
abstract
fun
withProjection
(
newProjection
:
Projection
)
:
IListQuery