Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
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