toggle menu
FMP
DEV-SNAPSHOT
common
switch theme
search in API
FMP
/
ru.fsight.fmp
/
FMPResource
/
FilterLimit
Filter
Limit
class
FilterLimit
(
val
count
:
Int
)
:
FMPResource.Filter
Ограничить получаемое число строк.
Since
22.04.01
Parameters
count
максимальное число строк для загрузки.
Members
Constructors
Filter
Limit
Link copied to clipboard
constructor
(
count
:
Int
)
Properties
count
Link copied to clipboard
val
count
:
Int
Functions
to
Pair
Link copied to clipboard
open
override
fun
toPair
(
)
:
Pair
<
String
,
String
>