staffstart-android-sdk
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.viewmodel
/
StaffSearchConditionRouteParams
Staff
Search
Condition
Route
Params
android
data
class
StaffSearchConditionRouteParams
(
val
gender
:
Gender
?
=
null
,
val
age
:
IntRange
?
=
null
,
val
labelId
:
Int
?
=
null
,
val
selectedShopIds
:
Set
<
Int
>
=
emptySet()
,
val
heightRange
:
IntRange
?
=
null
,
val
order
:
Order
=
Order.NEW_ARRIVAL
)
(
source
)
Members
Constructors
Staff
Search
Condition
Route
Params
Link copied to clipboard
android
constructor
(
gender
:
Gender
?
=
null
,
age
:
IntRange
?
=
null
,
labelId
:
Int
?
=
null
,
selectedShopIds
:
Set
<
Int
>
=
emptySet()
,
heightRange
:
IntRange
?
=
null
,
order
:
Order
=
Order.NEW_ARRIVAL
)
Types
Companion
Link copied to clipboard
android
object
Companion
Properties
age
Link copied to clipboard
android
val
age
:
IntRange
?
=
null
gender
Link copied to clipboard
android
val
gender
:
Gender
?
=
null
height
Range
Link copied to clipboard
android
val
heightRange
:
IntRange
?
=
null
label
Id
Link copied to clipboard
android
val
labelId
:
Int
?
=
null
order
Link copied to clipboard
android
val
order
:
Order
selected
Shop
Ids
Link copied to clipboard
android
val
selectedShopIds
:
Set
<
Int
>
Functions
to
Query
String
Link copied to clipboard
android
fun
toQueryString
(
)
:
String
to
Staff
Search
Condition
Link copied to clipboard
android
fun
toStaffSearchCondition
(
)
:
StaffSearchCondition